DATAREST-1380 - Cleanup release profile.

Reuse inherited configuration from parent pom.
This commit is contained in:
Mark Paluch
2019-07-09 11:53:23 +02:00
parent e763dcb90d
commit 64d63fd2c1
2 changed files with 0 additions and 20 deletions

16
pom.xml
View File

@@ -116,22 +116,6 @@
</profile>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencies>

View File

@@ -28,10 +28,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>