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 2009/10/13 20:53:04 UTC

svn commit: r824880 - in /incubator/uima/uimaj/trunk: uimaj-distr/src/main/assembly/src.xml uimaj/pom.xml

Author: schor
Date: Tue Oct 13 18:53:03 2009
New Revision: 824880

URL: http://svn.apache.org/viewvc?rev=824880&view=rev
Log:
UIMA-1615 remove uimaj-internal-tools from source builds, because it's not included in the source distr. Add PearPackagingMavenPlugin to the source build (was missing)

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml?rev=824880&r1=824879&r2=824880&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml Tue Oct 13 18:53:03 2009
@@ -319,6 +319,16 @@
         <include>pom.xml</include>
       </includes>
       <fileMode>644</fileMode>
+    </fileSet>
+    <fileSet>
+      <directory>../PearPackagingMavenPlugin</directory>
+      <outputDirectory>/PearPackagingMavenPlugin</outputDirectory>
+      <includes>
+        <include>src/**</include>
+        <include>pom.xml</include>
+      </includes>
+      <fileMode>644</fileMode>
     </fileSet>       
+          
   </fileSets>  
 </assembly>
\ No newline at end of file

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=824880&r1=824879&r2=824880&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Tue Oct 13 18:53:03 2009
@@ -606,7 +606,10 @@
     <module>distr-superPom</module>
     <module>../uimaj-document-annotation</module>
     <module>../PearPackagingMavenPlugin</module>
-    <module>../uimaj-internal-tools</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 -->
+    <!--module>../uimaj-internal-tools</module-->
     <module>../uimaj-bootstrap</module>
   </modules>
   <repositories>