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 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
<plugin> <plugin>
<groupId>org.asciidoctor</groupId> <groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId> <artifactId>asciidoctor-maven-plugin</artifactId>
@ -325,19 +321,6 @@
</build> </build>
<profiles> <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> <profile>
<id>no-jacoco</id> <id>no-jacoco</id>
<build> <build>

Loading…
Cancel
Save