Author: sisbell
Date: Tue Feb 12 13:03:54 2008
New Revision: 627103

URL: http://svn.apache.org/viewvc?rev=627103&view=rev
Log:
Upgrade to recommended version of source plugin (as defined in release docs)

Modified:
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=627103&r1=627102&r2=627103&view=diff
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Tue Feb 12 13:03:54 2008
@@ -168,6 +168,19 @@
           <target>1.5</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
   <dependencies>


Reply via email to