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

svn commit: r1706136 - /uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml

Author: burn
Date: Wed Sep 30 19:12:13 2015
New Revision: 1706136

URL: http://svn.apache.org/viewvc?rev=1706136&view=rev
Log:
UIMA-4607 - disable the buggy bundle-src plugin

Modified:
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml?rev=1706136&r1=1706135&r2=1706136&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml Wed Sep 30 19:12:13 2015
@@ -743,7 +743,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>
@@ -753,9 +755,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>