Get rid of pluginManagement
This commit is contained in:
parent
9a44d8cd5e
commit
10180bb471
1 changed files with 261 additions and 259 deletions
12
pom.xml
12
pom.xml
|
|
@ -137,7 +137,6 @@
|
|||
<profile>
|
||||
<id>docker-push-dev</id>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
|
|
@ -148,7 +147,7 @@
|
|||
<id>Build and deploy docker container</id>
|
||||
<phase>install</phase>
|
||||
<goals>
|
||||
<!--<goal>build</goal>-->
|
||||
<goal>build</goal>
|
||||
<goal>push</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
|
|
@ -164,11 +163,15 @@
|
|||
<inline>
|
||||
<files>
|
||||
<file>
|
||||
<source>${project.build.directory}/${project.build.finalName}.jar</source>
|
||||
<source>
|
||||
${project.build.directory}/${project.build.finalName}.jar
|
||||
</source>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
<source>${project.basedir}/apm-agent/elastic-apm-agent-1.45.0.jar</source>
|
||||
<source>
|
||||
${project.basedir}/apm-agent/elastic-apm-agent-1.45.0.jar
|
||||
</source>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
|
|
@ -199,7 +202,6 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue