You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2015/09/30 18:39:08 UTC

svn commit: r1706074 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Wed Sep 30 16:39:08 2015
New Revision: 1706074

URL: http://svn.apache.org/viewvc?rev=1706074&view=rev
Log:
UIMA-4607 removed plugin which added java source. The plugin excludes other resource files like xml from the build

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1706074&r1=1706073&r2=1706074&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Wed Sep 30 16:39:08 2015
@@ -751,7 +751,9 @@ ${uimaDUCCNoticeText}
 
 	<profiles>
 
-		<profile>
+		<!--profile>
+                   currently disabled. It packages java source files but doesnt package xml and other resource files when building
+                   causing runtime problems.  
 			<id>bundle-source-code</id>
 			<build>
                             <resources>
@@ -761,9 +763,15 @@ ${uimaDUCCNoticeText}
                                          <include>**/*.java</include>
                                     </includes>
                                </resource>
+                                <resource>
+                                   <directory>src</directory>
+                                   <includes>
+                                         <include>**/*.xml</include>
+                                    </includes>
+                               </resource>
                             </resources>
 	                </build>
-		</profile>
+		</profile -->
 
 		<profile>
 			<id>apache-release</id>