Skip to content

Commit

Permalink
DATAKV-264 - Cleanup release profile.
Browse files Browse the repository at this point in the history
Reuse inherited configuration from parent pom.
  • Loading branch information
mp911de committed Jul 9, 2019
1 parent cd630bd commit 1d55d33
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,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>
Expand All @@ -113,21 +109,6 @@
</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>
</profiles>

<repositories>
<repository>
<id>spring-libs-snapshot</id>
Expand Down

0 comments on commit 1d55d33

Please sign in to comment.