You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/03/08 15:57:03 UTC

svn commit: r1298420 - /commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Author: simonetripodi
Date: Thu Mar  8 14:57:02 2012
New Revision: 1298420

URL: http://svn.apache.org/viewvc?rev=1298420&view=rev
Log:
hide internal stuff just before to create the package

Modified:
    commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Modified: commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml?rev=1298420&r1=1298419&r2=1298420&view=diff
==============================================================================
--- commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml (original)
+++ commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml Thu Mar  8 14:57:02 2012
@@ -211,7 +211,7 @@
         </configuration>
         <executions>
           <execution>
-            <phase>process-classes</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>jarjar</goal>
             </goals>