Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
fa51b868
Commit
fa51b868
authored
Dec 31, 2019
by
Junling Bu
Browse files
chore: 项目pom调整
parent
f05563fa
Changes
4
Hide whitespace changes
Inline
Side-by-side
litemall-admin-api/pom.xml
View file @
fa51b868
...
...
@@ -42,4 +42,21 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<id>
repackage
</id>
<configuration>
<executable>
true
</executable>
<classifier>
exec
</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
litemall-all/pom.xml
View file @
fa51b868
...
...
@@ -36,6 +36,20 @@
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<id>
repackage
</id>
<configuration>
<executable>
true
</executable>
<classifier>
exec
</classifier>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
...
...
@@ -77,8 +91,6 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
litemall-wx-api/pom.xml
View file @
fa51b868
...
...
@@ -66,4 +66,21 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<id>
repackage
</id>
<configuration>
<executable>
true
</executable>
<classifier>
exec
</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
pom.xml
View file @
fa51b868
...
...
@@ -199,19 +199,6 @@
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<executions>
<execution>
<id>
repackage
</id>
<configuration>
<executable>
true
</executable>
<classifier>
exec
</classifier>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
Write
Preview
Supports
Markdown
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