You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/07/13 11:15:07 UTC

svn commit: r555915 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: twgoetz
Date: Fri Jul 13 02:15:05 2007
New Revision: 555915

URL: http://svn.apache.org/viewvc?view=rev&rev=555915
Log:
Jira UIMA-499: add source jars to distribution.

https://issues.apache.org/jira/browse/UIMA-499

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?view=diff&rev=555915&r1=555914&r2=555915
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Fri Jul 13 02:15:05 2007
@@ -93,7 +93,22 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin>			
+			</plugin>
+			<plugin>
+			 <groupId>org.apache.maven.plugins</groupId>
+			 <artifactId>maven-source-plugin</artifactId>
+			 <configuration>
+			  <outputDirectory>../uimaj-distr/target/src</outputDirectory>
+			  <attach>true</attach>
+			 </configuration>
+			 <executions>
+               <execution>
+                <goals>
+                 <goal>jar</goal>
+                </goals>
+               </execution>
+			 </executions>
+			</plugin>
 		</plugins>
 	</build>
 	<reporting>
@@ -168,6 +183,7 @@
 			  </archive>
 			 </configuration>
 			</plugin>
+
 		</plugins>
 	</reporting>	
 	<modules>