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/21 20:08:39 UTC

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

Author: cwiklik
Date: Mon Sep 21 18:08:35 2015
New Revision: 1704376

URL: http://svn.apache.org/viewvc?rev=1704376&view=rev
Log:
UIMA-4607 add java source when building with -Pbundle-source-code

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=1704376&r1=1704375&r2=1704376&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Mon Sep 21 18:08:35 2015
@@ -719,9 +719,27 @@ ${uimaDUCCNoticeText}
 				</configuration>
 			</plugin>
 		</plugins>
+
 	</build>
 
+
+
 	<profiles>
+
+		<profile>
+			<id>bundle-source-code</id>
+			<build>
+                            <resources>
+                               <resource>
+                                   <directory>src/main/java</directory>
+                                   <includes>
+                                         <include>**/*.java</include>
+                                    </includes>
+                               </resource>
+                            </resources>
+	                </build>
+		</profile>
+
 		<profile>
 			<id>apache-release</id>
 			<build>