You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2006/08/11 03:49:39 UTC

svn commit: r430619 - /webservices/commons/trunk/modules/axiom/maven.xml

Author: dims
Date: Thu Aug 10 18:49:39 2006
New Revision: 430619

URL: http://svn.apache.org/viewvc?rev=430619&view=rev
Log:
hack to compile the sources for now

Modified:
    webservices/commons/trunk/modules/axiom/maven.xml

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/maven.xml?rev=430619&r1=430618&r2=430619&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Thu Aug 10 18:49:39 2006
@@ -17,6 +17,17 @@
         </j:if>
     </preGoal>
 
+    <postGoal name="java:compile">
+        <javac destdir="${basedir}/target/classes/" srcdir="${basedir}/modules"
+			  debug="true"
+			  source="1.3"
+			  classpathref="maven.dependency.classpath">
+			  <include name="axiom-api/src/**/*.java"/>
+			  <include name="axiom-dom/src/**/*.java"/>
+			  <include name="axiom-impl/src/**/*.java"/>
+        </javac>
+    </postGoal>
+
     <postGoal name="jar">
         <mkdir dir="target/classes/META-INF"/>
         <jar destfile="target/axiom-api-${axiom.version}.jar">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org