Author: rgoers
Date: Wed Nov 3 20:19:10 2010
New Revision: 1030645
URL: http://svn.apache.org/viewvc?rev=1030645&view=rev
Log:
Remove source plugin from project: it is inherited from Apache pom
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1030645&r1=1030644&r2=1030645&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov 3 20:19:10 2010
@@ -172,20 +172,6 @@
<arguments>-Papache-release</arguments>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <!-- version inherited from commons-parent -->
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>install</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>