You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2008/04/11 13:46:42 UTC

svn commit: r647125 - /cayenne/main/trunk/framework/cayenne-modeler/pom.xml

Author: aadamchik
Date: Fri Apr 11 04:46:30 2008
New Revision: 647125

URL: http://svn.apache.org/viewvc?rev=647125&view=rev
Log:
adding sources jar generation step

Modified:
    cayenne/main/trunk/framework/cayenne-modeler/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-modeler/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-modeler/pom.xml?rev=647125&r1=647124&r2=647125&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-modeler/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-modeler/pom.xml Fri Apr 11 04:46:30 2008
@@ -153,6 +153,19 @@
 					<target>1.5</target>
 				</configuration>
 			</plugin>
+			<plugin>
+                                <groupId>org.apache.maven.plugins</groupId>
+                                <artifactId>maven-source-plugin</artifactId>
+                                <executions>
+                                        <execution>
+                                                <id>bundle-source-jar</id>
+                                                <phase>package</phase>
+                                                <goals>
+                                                        <goal>jar</goal>
+                                                </goals>
+                                        </execution>
+                                </executions>
+                        </plugin>
 		</plugins>
 
 	</build>