You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by lm...@apache.org on 2007/02/15 16:33:48 UTC

svn commit: r507964 - /ibatis/trunk/java/mapper/mapper2/pom.xml

Author: lmeadors
Date: Thu Feb 15 07:33:47 2007
New Revision: 507964

URL: http://svn.apache.org/viewvc?view=rev&rev=507964
Log:
Adding sources to distribution

Modified:
    ibatis/trunk/java/mapper/mapper2/pom.xml

Modified: ibatis/trunk/java/mapper/mapper2/pom.xml
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/pom.xml?view=diff&rev=507964&r1=507963&r2=507964
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/pom.xml (original)
+++ ibatis/trunk/java/mapper/mapper2/pom.xml Thu Feb 15 07:33:47 2007
@@ -118,6 +118,13 @@
           </descriptorRefs>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <configuration>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
 		</plugins>
 	</build>
 	<reporting>