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
70c32ff9
Commit
70c32ff9
authored
Jul 28, 2018
by
Junling Bu
Browse files
refact[litemall-all]: 从原来的war模式调整成可执行jar模式。
parent
f55fff67
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-all/pom.xml
View file @
70c32ff9
...
@@ -12,12 +12,6 @@
...
@@ -12,12 +12,6 @@
<dependencies>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<scope>
provided
</scope>
</dependency>
<dependency>
<dependency>
<groupId>
org.linlinjava
</groupId>
<groupId>
org.linlinjava
</groupId>
<artifactId>
litemall-core
</artifactId>
<artifactId>
litemall-core
</artifactId>
...
@@ -41,44 +35,7 @@
...
@@ -41,44 +35,7 @@
</dependencies>
</dependencies>
<build>
<build>
<resources>
<resource>
<directory>
src/main/resources
</directory>
</resource>
<resource>
<directory>
src/main/java
</directory>
<includes>
<include>
**/*.properties
</include>
<include>
**/*.xml
</include>
</includes>
<filtering>
false
</filtering>
</resource>
</resources>
<plugins>
<plugins>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-resources
</id>
<phase>
validate
</phase>
<goals>
<goal>
copy-resources
</goal>
</goals>
<configuration>
<outputDirectory>
${basedir}/target/classes/static
</outputDirectory>
<resources>
<resource>
<directory>
../litemall-admin/dist
</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-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