|
|
@@ -13,12 +13,6 @@
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
<groupId>org.linlinjava</groupId>
|
|
|
<artifactId>litemall-core</artifactId>
|
|
|
</dependency>
|
|
|
@@ -41,45 +35,8 @@
|
|
|
</dependencies>
|
|
|
|
|
|
<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>
|
|
|
<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>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|