Author: oheger
Date: Sun Mar 20 20:45:45 2016
New Revision: 1735901
URL: http://svn.apache.org/viewvc?rev=1735901&view=rev
Log:
Removed declaration of maven-source-plugin.
This plug-in is already defined by the parent pom. The additional
declaration caused the GPG signature for the sources jar to be
invalid.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1735901&r1=1735900&r2=1735901&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Mar 20 20:45:45 2016
@@ -509,19 +509,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>install</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.6</version>