Author: schor
Date: Sun Sep 26 07:19:19 2010
New Revision: 1001372
URL: http://svn.apache.org/viewvc?rev=1001372&view=rev
Log:
[UIMA-1882] put <modules> element uimaj-distr, not inside apache-release profile
Modified:
uima/uimaj/trunk/uimaj-distr/pom.xml
Modified: uima/uimaj/trunk/uimaj-distr/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=1001372&r1=1001371&r2=1001372&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-distr/pom.xml Sun Sep 26 07:19:19 2010
@@ -185,13 +185,9 @@
</plugins>
</build>
- <profiles>
- <!-- if apache release, call the aggregate to clean and build the
sub-modules -->
- <profile>
- <id>apache-release</id>
- <modules>
- <module>../aggregate-uimaj</module>
- </modules>
- </profile>
- </profiles>
+ <!-- Use -N option to skip building submodule, for testing uimaj-distr -->
+ <modules>
+ <module>../aggregate-uimaj</module>
+ </modules>
+
</project>
\ No newline at end of file