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 1c49a40771
commit 0b765903b2

17
pom.xml
View File

@@ -141,10 +141,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>
@@ -174,19 +170,6 @@
<spring-ldap>2.3.2.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>