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/09/11 20:06:42 UTC

svn commit: r813963 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: schor
Date: Fri Sep 11 18:06:41 2009
New Revision: 813963

URL: http://svn.apache.org/viewvc?rev=813963&view=rev
Log:
UIMA-1566 make maven source plugin stop failing for empty sources

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=813963&r1=813962&r2=813963&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Fri Sep 11 18:06:41 2009
@@ -265,6 +265,9 @@
             <goals>
               <goal>jar-no-fork</goal>
             </goals>
+            <configuration>
+              <includePom>true</includePom>
+            </configuration>
             <phase>package</phase>
           </execution>
         </executions>