DATALDAP-119 - Cleanup release profile.

Reuse inherited configuration from parent pom.
This commit is contained in:
Mark Paluch
2019-07-09 11:24:27 +02:00
parent c059b332de
commit f6ad3b108a

17
pom.xml
View File

@@ -119,10 +119,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>
@@ -152,19 +148,6 @@
<spring-ldap>2.4.0.BUILD-SNAPSHOT</spring-ldap>
</properties>
</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>
</project>