Skip to content

Commit 4307c46

Browse files
committed
DATAMONGO-2280 - Cleanup release profile.
Reuse inherited configuration from parent pom.
1 parent 86bcfde commit 4307c46

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,6 @@
113113
</developers>
114114

115115
<profiles>
116-
117-
<profile>
118-
<id>release</id>
119-
<build>
120-
<plugins>
121-
<plugin>
122-
<groupId>org.jfrog.buildinfo</groupId>
123-
<artifactId>artifactory-maven-plugin</artifactId>
124-
<inherited>false</inherited>
125-
</plugin>
126-
</plugins>
127-
</build>
128-
</profile>
129-
130116
<profile>
131117
<id>benchmarks</id>
132118
<modules>

spring-data-mongodb-distribution/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-assembly-plugin</artifactId>
3131
</plugin>
32-
<plugin>
33-
<groupId>org.codehaus.mojo</groupId>
34-
<artifactId>wagon-maven-plugin</artifactId>
35-
</plugin>
3632
<plugin>
3733
<groupId>org.asciidoctor</groupId>
3834
<artifactId>asciidoctor-maven-plugin</artifactId>

0 commit comments

Comments
 (0)