You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/08/23 09:50:31 UTC

svn commit: r433965 - in /directory: branches/mina/0.8/pom.xml trunks/mina/pom.xml

Author: trustin
Date: Wed Aug 23 00:50:28 2006
New Revision: 433965

URL: http://svn.apache.org/viewvc?rev=433965&view=rev
Log:
'mvn source:jar' is executed automatically before 'mvn deploy' now.


Modified:
    directory/branches/mina/0.8/pom.xml
    directory/trunks/mina/pom.xml

Modified: directory/branches/mina/0.8/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/mina/0.8/pom.xml?rev=433965&r1=433964&r2=433965&view=diff
==============================================================================
--- directory/branches/mina/0.8/pom.xml (original)
+++ directory/branches/mina/0.8/pom.xml Wed Aug 23 00:50:28 2006
@@ -201,6 +201,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/mina/pom.xml?rev=433965&r1=433964&r2=433965&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Wed Aug 23 00:50:28 2006
@@ -253,6 +253,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>