Author: ajith
Date: Fri Sep 29 14:20:24 2006
New Revision: 451448
URL: http://svn.apache.org/viewvc?view=rev&rev=451448
Log:
1. Added a preGoal to copy the compiled class files from each module to the
main target classes folder. This makes a proper jar file and copies it to the
repository for the jar goal
Modified:
incubator/synapse/trunk/java/maven.xml
Modified: incubator/synapse/trunk/java/maven.xml
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/maven.xml?view=diff&rev=451448&r1=451447&r2=451448
==============================================================================
--- incubator/synapse/trunk/java/maven.xml (original)
+++ incubator/synapse/trunk/java/maven.xml Fri Sep 29 14:20:24 2006
@@ -249,6 +249,12 @@
<!--toDir="target/"/>-->
<!--</goal>-->
+ <preGoal name="jar:jar">
+ <copy todir="../../target/classes">
+ <fileset dir="target/classes"/>
+ </copy>
+ </preGoal>
+
<goal name="jar">
<attainGoal name="multiproject:install"/>
<attainGoal name="jar:install"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]