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

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

Author: mbaessler
Date: Thu Jul 26 23:35:10 2007
New Revision: 560126

URL: http://svn.apache.org/viewvc?view=rev&rev=560126
Log:
UIMA-514

remove source jars from binary distribution - revert most changes from issue 499

JIRA ticket https://issues.apache.org/jira/browse/UIMA-514

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=560126&r1=560125&r2=560126
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Thu Jul 26 23:35:10 2007
@@ -94,21 +94,6 @@
 					</execution>
 				</executions>
 			</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>