Skip to content

Commit

Permalink
pom: fix duplicated configuration
Browse files Browse the repository at this point in the history
Acked-by: Gerd Behrmann
Target: trunk
Require-book: no
Require-notes: no
Patch: http://rb.dcache.org/r/5819
  • Loading branch information
kofemann committed Jul 31, 2013
1 parent 459b034 commit 0032e7b
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pom.xml
Expand Up @@ -835,11 +835,6 @@
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -937,23 +932,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 0032e7b

Please sign in to comment.