You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/05/23 16:45:30 UTC

svn commit: r1597107 - /tomee/tomee/trunk/tomee/tomee-juli/pom.xml

Author: andygumbrecht
Date: Fri May 23 14:45:29 2014
New Revision: 1597107

URL: http://svn.apache.org/r1597107
Log:
Should fix the shaded dep issue.

Modified:
    tomee/tomee/trunk/tomee/tomee-juli/pom.xml

Modified: tomee/tomee/trunk/tomee/tomee-juli/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-juli/pom.xml?rev=1597107&r1=1597106&r2=1597107&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-juli/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-juli/pom.xml Fri May 23 14:45:29 2014
@@ -62,6 +62,8 @@
             </goals>
             <configuration>
               <createSourcesJar>true</createSourcesJar>
+              <useBaseVersion>true</useBaseVersion>
+              <createDependencyReducedPom>false</createDependencyReducedPom>
               <artifactSet>
                 <includes>
                   <include>org.apache.tomcat:tomcat-juli</include>