Author: rec
Date: Fri May 31 11:12:16 2013
New Revision: 1488155
URL: http://svn.apache.org/r1488155
Log:
[UIMA-2471] add a jcasgen-maven-plugin (and m2e connector)
- Added to build
Modified:
uima/uimaj/trunk/aggregate-uimaj/pom.xml
uima/uimaj/trunk/pom.xml
Modified: uima/uimaj/trunk/aggregate-uimaj/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj/pom.xml?rev=1488155&r1=1488154&r2=1488155&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj/pom.xml Fri May 31 11:12:16 2013
@@ -73,6 +73,7 @@
<!--module>distr-superPom</module-->
<module>../uimaj-document-annotation</module>
<module>../PearPackagingMavenPlugin</module>
+ <module>../jcasgen-maven-plugin</module>
<!-- the internal tools project is not part of any release
and can't be built automatically - to build it,
cd to the project directory and do mvn install -->
Modified: uima/uimaj/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1488155&r1=1488154&r2=1488155&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Fri May 31 11:12:16 2013
@@ -232,6 +232,7 @@
<exclude>aggregate-uimaj*/**</exclude>
<exclude>jVinci/**</exclude>
<exclude>PearPackagingMavenPlugin/**</exclude>
+ <exclude>jcasgen-maven-plugin/**</exclude>
<exclude>uima-docbook-*/**</exclude>
<exclude>uimaj-adapter-*/**</exclude>
<exclude>uimaj-component-test-util/**</exclude>