Author: aadamchik
Date: Sat Nov 16 21:23:05 2013
New Revision: 1542587

URL: http://svn.apache.org/r1542587
Log:
CAY-1883 - Clean up Cayenne maven structure - get rid of aggregate modules

* reusing sources plugin config - parent declaration got lost

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1542587&r1=1542586&r2=1542587&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sat Nov 16 21:23:05 2013
@@ -743,6 +743,18 @@
 
                <plugins>
                        <plugin>
+                               <artifactId>maven-source-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>bundle-source-jar</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>jar</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <configuration>
                                        <argLine>


Reply via email to