Browse Source

DATAMONGO-2280 - Cleanup release profile.

Reuse inherited configuration from parent pom.
pull/792/head
Mark Paluch 7 years ago
parent
commit
8fd41faac6
  1. 14
      pom.xml
  2. 4
      spring-data-mongodb-distribution/pom.xml

14
pom.xml

@ -114,20 +114,6 @@ @@ -114,20 +114,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>benchmarks</id>
<modules>

4
spring-data-mongodb-distribution/pom.xml

@ -28,10 +28,6 @@ @@ -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>

Loading…
Cancel
Save