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

svn commit: r554309 - /incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Author: schor
Date: Sat Jul  7 20:13:48 2007
New Revision: 554309

URL: http://svn.apache.org/viewvc?view=rev&rev=554309
Log:
[UIMA-456] update POM so that running mvn eclipse:eclipse makes 
these projects into "plugin" projects.

Modified:
    incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?view=diff&rev=554309&r1=554308&r2=554309
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Sat Jul  7 20:13:48 2007
@@ -66,27 +66,37 @@
 	</dependencies>
 	<build>
 		<finalName>uima-ep-jcasgen</finalName>	
-		<plugins>
-			<plugin>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>bin</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-						<configuration>
-							<descriptors>
-								<descriptor>
-									src/main/assembly/assemble-plugin.xml</descriptor>
-							</descriptors>
-							<finalName>org.apache.uima.jcas.jcasgenp_2.2.0.incubating</finalName>
-							<appendAssemblyId>false</appendAssemblyId>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
+		<plugins>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>bin</id>
+						<phase>package</phase>
+						<goals>
+							<goal>single</goal>
+						</goals>
+						<configuration>
+							<descriptors>
+								<descriptor>
+									src/main/assembly/assemble-plugin.xml</descriptor>
+							</descriptors>
+							<finalName>
+								org.apache.uima.jcas.jcasgenp_2.2.0.incubating</finalName>
+							<appendAssemblyId>false</appendAssemblyId>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-eclipse-plugin</artifactId>
+				<version>2.3</version>
+				<configuration>
+					<manifest>.ignore</manifest>
+					<pde>true</pde>
+				</configuration>
+			</plugin>			
 		</plugins>
 	</build>
 </project>