You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/01/23 07:03:19 UTC

svn commit: r1560590 - /incubator/sirona/trunk/agent/javaagent/pom.xml

Author: olamy
Date: Thu Jan 23 06:03:19 2014
New Revision: 1560590

URL: http://svn.apache.org/r1560590
Log:
provide normal jar as default and shaded with a classifier

Modified:
    incubator/sirona/trunk/agent/javaagent/pom.xml

Modified: incubator/sirona/trunk/agent/javaagent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/javaagent/pom.xml?rev=1560590&r1=1560589&r2=1560590&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/javaagent/pom.xml (original)
+++ incubator/sirona/trunk/agent/javaagent/pom.xml Thu Jan 23 06:03:19 2014
@@ -97,6 +97,8 @@
             </goals>
             <configuration>
               <createSourcesJar>true</createSourcesJar>
+              <shadedArtifactAttached>true</shadedArtifactAttached>
+              <shadedClassifierName>shaded</shadedClassifierName>
               <relocations>
                 <relocation>
                   <pattern>org.objectweb.asm</pattern>