SGF-847 - Cleanup release profile.

Reuse inherited configuration from parent pom.
This commit is contained in:
Mark Paluch
2019-07-09 11:49:11 +02:00
parent 80612da3eb
commit 05c66e4156

18
pom.xml
View File

@@ -267,28 +267,10 @@
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>html-asciidoc</id>