Author: pcl
Date: Fri Sep 29 14:48:29 2006
New Revision: 451468

URL: http://svn.apache.org/viewvc?view=rev&rev=451468
Log:
changing phase so that the svn artifact gets into classes dir before jars are 
made

Modified:
    incubator/openjpa/trunk/openjpa-lib/pom.xml

Modified: incubator/openjpa/trunk/openjpa-lib/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-lib/pom.xml?view=diff&rev=451468&r1=451467&r2=451468
==============================================================================
--- incubator/openjpa/trunk/openjpa-lib/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-lib/pom.xml Fri Sep 29 14:48:29 2006
@@ -78,7 +78,7 @@
                 <executions>
                     <execution>
                         <id>set subversion revision</id>
-                        <phase>package</phase>
+                        <phase>compile</phase>
                         <configuration>
                             <tasks>
                                 <property name="tmpdir"


Reply via email to