Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
log-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
log-platform
Commits
2f73b0c6
Commit
2f73b0c6
authored
Oct 22, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业务日志添加
parent
c68d988c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
log-manager/pom.xml
log-manager/pom.xml
+9
-5
No files found.
log-manager/pom.xml
View file @
2f73b0c6
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<package.environment>
build
</package.environment>
<package.environment>
build
</package.environment>
<skipDeploy>
false
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
<profile>
<profile>
...
@@ -79,7 +80,8 @@
...
@@ -79,7 +80,8 @@
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.log.path>
/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/mortals/app/logs
</profiles.log.path>
<package.environment>
build:stage
</package.environment>
<package.environment>
stage
</package.environment>
<skipDeploy>
true
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
<profile>
<profile>
...
@@ -113,6 +115,7 @@
...
@@ -113,6 +115,7 @@
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.log.path>
/mortals/app/logs
</profiles.log.path>
<profiles.log.path>
/mortals/app/logs
</profiles.log.path>
<package.environment>
build:prod
</package.environment>
<package.environment>
build:prod
</package.environment>
<skipDeploy>
false
</skipDeploy>
</properties>
</properties>
</profile>
</profile>
</profiles>
</profiles>
...
@@ -267,7 +270,9 @@
...
@@ -267,7 +270,9 @@
<groupId>
org.codehaus.mojo
</groupId>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
exec-maven-plugin
</artifactId>
<artifactId>
exec-maven-plugin
</artifactId>
<version>
1.6.0
</version>
<version>
1.6.0
</version>
<configuration>
<skip>
${skipDeploy}
</skip>
</configuration>
<executions>
<executions>
<!--执行npm install-->
<!--执行npm install-->
<execution>
<execution>
...
@@ -277,8 +282,7 @@
...
@@ -277,8 +282,7 @@
<goal>
exec
</goal>
<goal>
exec
</goal>
</goals>
</goals>
<configuration>
<configuration>
<executable>
yarn
</executable>
<executable>
npm install
</executable>
<workingDirectory>
${project.parent.basedir}/log-manager-ui/admin
</workingDirectory>
<workingDirectory>
${project.parent.basedir}/log-manager-ui/admin
</workingDirectory>
</configuration>
</configuration>
</execution>
</execution>
...
@@ -290,7 +294,7 @@
...
@@ -290,7 +294,7 @@
<goal>
exec
</goal>
<goal>
exec
</goal>
</goals>
</goals>
<configuration>
<configuration>
<executable>
yarn
</executable>
<executable>
npm
</executable>
<arguments>
<arguments>
<argument>
run
</argument>
<argument>
run
</argument>
<arguments>
${package.environment}
</arguments>
<arguments>
${package.environment}
</arguments>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment