You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by oc...@apache.org on 2010/02/23 14:45:51 UTC

svn commit: r915342 - /continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml

Author: oching
Date: Tue Feb 23 13:45:50 2010
New Revision: 915342

URL: http://svn.apache.org/viewvc?rev=915342&view=rev
Log:
[CONTINUUM-2468] data-management-cli-${version}-app.jar is not getting deployed
o attach shaded artifact so it is included in install and deploy

Modified:
    continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml

Modified: continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml?rev=915342&r1=915341&r2=915342&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml (original)
+++ continuum/branches/continuum-1.3.x/continuum-data-management/data-management-cli/pom.xml Tue Feb 23 13:45:50 2010
@@ -106,6 +106,8 @@
             </goals>
             <configuration>
               <finalName>data-management-cli-${project.version}-app</finalName>
+              <shadedArtifactAttached>true</shadedArtifactAttached>
+              <shadedClassifierName>app</shadedClassifierName> 
               <transformers>
                 <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
                 <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">