Browse Source

#121 - Cleanup release profile.

Reuse inherited configuration from parent pom.
pull/1188/head
Mark Paluch 7 years ago
parent
commit
c58366125d
  1. 17
      pom.xml

17
pom.xml

@ -293,10 +293,6 @@ @@ -293,10 +293,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>
@ -325,19 +321,6 @@ @@ -325,19 +321,6 @@
</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>
<profile>
<id>no-jacoco</id>
<build>

Loading…
Cancel
Save