Browse Source

DATAJDBC-376 - Cleanup release profile.

Reuse inherited configuration from parent pom.
1.0.x
Mark Paluch 7 years ago
parent
commit
b1afd33de3
  1. 16
      pom.xml

16
pom.xml

@ -65,18 +65,6 @@ @@ -65,18 +65,6 @@
</developers>
<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>all-dbs</id>
@ -334,10 +322,6 @@ @@ -334,10 +322,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>

Loading…
Cancel
Save