|
@@ -120,46 +120,6 @@
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
- <version>3.1.2</version>
|
|
|
- <configuration>
|
|
|
- <archive>
|
|
|
-
|
|
|
- <addMavenDescriptor>false</addMavenDescriptor>
|
|
|
- <manifest>
|
|
|
-
|
|
|
- <addClasspath>true</addClasspath>
|
|
|
-
|
|
|
- <classpathPrefix>lib/</classpathPrefix>
|
|
|
-
|
|
|
- <mainClass>com.ym.adminap.AdminapApplication</mainClass>
|
|
|
- </manifest>
|
|
|
- </archive>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-dependency-plugin</artifactId>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>copy-lib</id>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>copy-dependencies</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
-
|
|
|
- <outputDirectory>target/lib</outputDirectory>
|
|
|
- <excludeTransitive>false</excludeTransitive>
|
|
|
- <stripVersion>false</stripVersion>
|
|
|
- <includeScope>runtime</includeScope>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
@@ -170,17 +130,6 @@
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
- <configuration>
|
|
|
- <mainClass>com.ym.adminap.AdminapApplication</mainClass>
|
|
|
- <layout>JAR</layout>
|
|
|
- <testFailureIgnore>true</testFailureIgnore>
|
|
|
- <includes>
|
|
|
- <include>
|
|
|
- <groupId>nothing</groupId>
|
|
|
- <artifactId>nothing</artifactId>
|
|
|
- </include>
|
|
|
- </includes>
|
|
|
- </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|