Author: aadamchik
Date: Sun Dec 17 10:10:56 2006
New Revision: 488018

URL: http://svn.apache.org/viewvc?view=rev&rev=488018
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=488018&r1=488017&r2=488018
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-agent/pom.xml Sun Dec 17 10:10:56 
2006
@@ -42,7 +42,6 @@
                        </plugin>
 
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
                                <configuration>
                                        <archive>
@@ -52,7 +51,10 @@
                                                </manifestFile>
                                        </archive>
                                </configuration>
-                               <executions>
+                       </plugin>
+                       <plugin>
+                                <artifactId>maven-source-plugin</artifactId>
+                                <executions>
                                         <execution>
                                                 <id>bundle-source-jar</id>
                                                 <phase>package</phase>
@@ -61,7 +63,7 @@
                                                 </goals>
                                         </execution>
                                 </executions>
-                       </plugin>
+                        </plugin>
                </plugins>
 
        </build>


Reply via email to