No goal for axiom-dom-${axiom-version}.jar?
Sanjiva.
On Wed, 2006-03-22 at 06:19 +0000, [EMAIL PROTECTED] wrote:
> Author: chinthaka
> Date: Tue Mar 21 22:19:51 2006
> New Revision: 387754
>
> URL: http://svn.apache.org/viewcvs?rev=387754&view=rev
> Log:
> Making the goal more generic
>
> Modified:
> webservices/commons/modules/axiom/maven.xml
>
> Modified: webservices/commons/modules/axiom/maven.xml
> URL:
> http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/maven.xml?rev=387754&r1=387753&r2=387754&view=diff
> ==============================================================================
> --- webservices/commons/modules/axiom/maven.xml (original)
> +++ webservices/commons/modules/axiom/maven.xml Tue Mar 21 22:19:51 2006
> @@ -18,13 +18,13 @@
> </preGoal>
>
> <postGoal name="jar">
> - <jar destfile="target/axiom-api-SNAPSHOT.jar">
> + <jar destfile="target/axiom-api-${axiom.version}.jar">
> <ant:fileset dir="target/classes">
> <ant:exclude name="org/apache/ws/commons/soap/impl/llom/**"/>
> <ant:exclude name="org/apache/ws/commons/om/impl/llom/**"/>
> </ant:fileset>
> </jar>
> - <jar destfile="target/axiom-impl-SNAPSHOT.jar">
> + <jar destfile="target/axiom-impl-${axiom.version}.jar">
> <ant:fileset dir="target/classes">
> <ant:include name="org/apache/ws/commons/soap/impl/llom/**"/>
> <ant:include name="org/apache/ws/commons/om/impl/llom/**"/>
>
>