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>
|
<profile>
|
||||||
<id>docker-push-dev</id>
|
<id>docker-push-dev</id>
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>io.fabric8</groupId>
|
<groupId>io.fabric8</groupId>
|
||||||
|
|
@ -148,7 +147,7 @@
|
||||||
<id>Build and deploy docker container</id>
|
<id>Build and deploy docker container</id>
|
||||||
<phase>install</phase>
|
<phase>install</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<!--<goal>build</goal>-->
|
<goal>build</goal>
|
||||||
<goal>push</goal>
|
<goal>push</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
@ -164,11 +163,15 @@
|
||||||
<inline>
|
<inline>
|
||||||
<files>
|
<files>
|
||||||
<file>
|
<file>
|
||||||
<source>${project.build.directory}/${project.build.finalName}.jar</source>
|
<source>
|
||||||
|
${project.build.directory}/${project.build.finalName}.jar
|
||||||
|
</source>
|
||||||
<outputDirectory>.</outputDirectory>
|
<outputDirectory>.</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
<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>
|
<outputDirectory>.</outputDirectory>
|
||||||
</file>
|
</file>
|
||||||
<file>
|
<file>
|
||||||
|
|
@ -199,7 +202,6 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue