Author: aadamchik
Date: Sat Nov 16 21:21:48 2013
New Revision: 1542583
URL: http://svn.apache.org/r1542583
Log:
CAY-1883 - Clean up Cayenne maven structure - get rid of aggregate modules
* various cleanup
Modified:
cayenne/main/trunk/buildtools/cayenne-legal/pom.xml
cayenne/main/trunk/cayenne-di/pom.xml
Modified: cayenne/main/trunk/buildtools/cayenne-legal/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/buildtools/cayenne-legal/pom.xml?rev=1542583&r1=1542582&r2=1542583&view=diff
==============================================================================
--- cayenne/main/trunk/buildtools/cayenne-legal/pom.xml (original)
+++ cayenne/main/trunk/buildtools/cayenne-legal/pom.xml Sat Nov 16 21:21:48 2013
@@ -65,18 +65,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <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>
</project>
Modified: cayenne/main/trunk/cayenne-di/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-di/pom.xml?rev=1542583&r1=1542582&r2=1542583&view=diff
==============================================================================
--- cayenne/main/trunk/cayenne-di/pom.xml (original)
+++ cayenne/main/trunk/cayenne-di/pom.xml Sat Nov 16 21:21:48 2013
@@ -24,7 +24,6 @@
<artifactId>cayenne-parent</artifactId>
<version>3.2M2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-di</artifactId>
<packaging>jar</packaging>
<name>Cayenne Dependency Injection Container</name>