Author: rec
Date: Thu May 30 18:46:24 2013
New Revision: 1487965
URL: http://svn.apache.org/r1487965
Log:
[UIMA-2471] add a jcasgen-maven-plugin (and m2e connector)
- Removed jar-signer plugin from m2e integration test pom - probably a remnant
of having this as a separate artifact and thinking of uploading it to Maven
Central
Modified:
uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
Modified: uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml?rev=1487965&r1=1487964&r2=1487965&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/src/it/m2e/pom.xml Thu May 30
18:46:24 2013
@@ -131,30 +131,5 @@
</pluginManagement>
</build>
</profile>
- <profile>
- <id>sign</id>
- <activation>
- <property>
- <name>jarsigner.alias</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
-
<groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-jarsigner-plugin</artifactId>
- <version>1.2</version>
- <executions>
- <execution>
- <id>sign</id>
- <goals>
-
<goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>
\ No newline at end of file