|
|
@@ -72,34 +72,12 @@
|
|
|
</resources>
|
|
|
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-dependency-plugin</artifactId>
|
|
|
- <version>3.1.2</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>copy-artifact</id>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>copy</goal>
|
|
|
- </goals>
|
|
|
- <configuration>
|
|
|
- <artifactItems>
|
|
|
- <artifactItem>
|
|
|
- <groupId>${project.groupId}</groupId>
|
|
|
- <artifactId>${project.artifactId}</artifactId>
|
|
|
- <version>${project.version}</version>
|
|
|
- <type>${project.packaging}</type>
|
|
|
- </artifactItem>
|
|
|
- </artifactItems>
|
|
|
- <outputDirectory>${project.build.outputDir}</outputDirectory>
|
|
|
- </configuration>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <outputDirectory>${project.build.outputDir}</outputDirectory>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|