Author: aadamchik
Date: Sun Dec 17 10:07:32 2006
New Revision: 488017
URL: http://svn.apache.org/viewvc?view=rev&rev=488017
Log:
adding src install to cayenne-agent artifact
Modified:
incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml
Modified: incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml?view=diff&rev=488017&r1=488016&r2=488017
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml Sun Dec 17 10:07:32
2006
@@ -52,6 +52,15 @@
</manifestFile>
</archive>
</configuration>
+ <executions>
+ <execution>
+ <id>bundle-source-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>