DATACASS-659 - Cleanup release profile.

Reuse inherited configuration from parent pom.
This commit is contained in:
Mark Paluch
2019-07-09 10:23:36 +02:00
parent 28f4df8cc5
commit 62f32fa7a0
3 changed files with 1 additions and 17 deletions

13
pom.xml
View File

@@ -341,19 +341,6 @@
</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>embedded-cassandra</id>

View File

@@ -20,6 +20,7 @@
<properties>
<validation>1.0.0.GA</validation>
<project.root>${basedir}/..</project.root>
</properties>
<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>