You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/07/08 23:33:11 UTC

svn commit: r1500973 - /creadur/rat/trunk/apache-rat/pom.xml

Author: sebb
Date: Mon Jul  8 21:33:11 2013
New Revision: 1500973

URL: http://svn.apache.org/r1500973
Log:
No need for source jar of CLI module which is just a packaging module

Modified:
    creadur/rat/trunk/apache-rat/pom.xml

Modified: creadur/rat/trunk/apache-rat/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/pom.xml?rev=1500973&r1=1500972&r2=1500973&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/pom.xml (original)
+++ creadur/rat/trunk/apache-rat/pom.xml Mon Jul  8 21:33:11 2013
@@ -61,6 +61,8 @@
         <artifactId>maven-source-plugin</artifactId>
         <configuration>
           <attach>false</attach>
+          <!-- We don't need a source jar of this module -->
+          <skipSource>true</skipSource>
         </configuration>
       </plugin>
       <plugin>