You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2013/08/08 23:08:47 UTC

svn commit: r1512032 - /uima/sandbox/uimafit/trunk/pom.xml

Author: rec
Date: Thu Aug  8 21:08:46 2013
New Revision: 1512032

URL: http://svn.apache.org/r1512032
Log:
[UIMA-2542] Migrate uimaFIT build process
- Avoid deploying assemblies to Maven

Modified:
    uima/sandbox/uimafit/trunk/pom.xml

Modified: uima/sandbox/uimafit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uimafit/trunk/pom.xml?rev=1512032&r1=1512031&r2=1512032&view=diff
==============================================================================
--- uima/sandbox/uimafit/trunk/pom.xml (original)
+++ uima/sandbox/uimafit/trunk/pom.xml Thu Aug  8 21:08:46 2013
@@ -164,6 +164,14 @@
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+				    <!-- We don't want binary or source releases to be deployed to Maven repos  -->
+					<attach>false</attach>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
 					<source>${java.target}</source>