Author: thomas.diesler(a)jboss.com
Date: 2008-04-24 09:43:43 -0400 (Thu, 24 Apr 2008)
New Revision: 6658
Modified:
container/jboss42/branches/jbossws-jboss422/pom.xml
container/jboss42/branches/jbossws-jboss422/src/main/scripts/antrun-install.xml
Log:
snapshot org.jboss.ws:jbossws-jboss422:1.0.0-SNAPSHOT
Modified: container/jboss42/branches/jbossws-jboss422/pom.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-24 12:51:45 UTC (rev
6657)
+++ container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-24 13:43:43 UTC (rev
6658)
@@ -4,9 +4,9 @@
<name>JBoss Web Services - Container JBoss-4.2.2</name>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss</artifactId>
+ <artifactId>jbossws-jboss422</artifactId>
- <version>4.2.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -189,6 +189,7 @@
</goals>
<configuration>
<tasks>
+ <property name="artifact.id"
value="${project.artifactId}"/>
<property name="version.id"
value="${project.version}"/>
<property name="jboss.local.repository"
value="${jboss.local.repository}"/>
<ant antfile="src/main/scripts/antrun-install.xml"
target="install"/>
Modified: container/jboss42/branches/jbossws-jboss422/src/main/scripts/antrun-install.xml
===================================================================
---
container/jboss42/branches/jbossws-jboss422/src/main/scripts/antrun-install.xml 2008-04-24
12:51:45 UTC (rev 6657)
+++
container/jboss42/branches/jbossws-jboss422/src/main/scripts/antrun-install.xml 2008-04-24
13:43:43 UTC (rev 6658)
@@ -46,15 +46,15 @@
<target name="install" depends="check-properties"
description="Install to jboss.local.repository">
<!-- Check if the target jar is available -->
- <available property="jbossws.jboss.jar.available"
file="${project.target.dir}/jbossws-jboss-${version.id}.jar"/>
- <fail message="Cannot find jbossws-jboss-${version.id}.jar. Did you run
'mvn package'?" unless="jbossws.jboss.jar.available"/>
+ <available property="jar.available"
file="${project.target.dir}/${artifact.id}-${version.id}.jar"/>
+ <fail message="Cannot find ${artifact.id}-${version.id}.jar. Did you run
'mvn package'?" unless="jar.available"/>
<!-- jboss/jbossws-project -->
<property name="jboss.repository.dir"
value="${jboss.local.repository}/jboss/jbossws-jboss42/${repository.id}"/>
<mkdir dir="${jboss.repository.dir}/lib"/>
- <copy file="${project.target.dir}/jbossws-jboss-${version.id}.jar"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42.jar"
overwrite="true"/>
- <copy
file="${project.target.dir}/jbossws-jboss-${version.id}-sources.jar"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42-src.jar"
overwrite="true"/>
- <copy
file="${project.target.dir}/jbossws-jboss-${version.id}-resources.zip"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42-resources.zip"
overwrite="true"/>
+ <copy file="${project.target.dir}/${artifact.id}-${version.id}.jar"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42.jar"
overwrite="true"/>
+ <copy
file="${project.target.dir}/${artifact.id}-${version.id}-sources.jar"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42-src.jar"
overwrite="true"/>
+ <copy
file="${project.target.dir}/${artifact.id}-${version.id}-resources.zip"
tofile="${jboss.repository.dir}/lib/jbossws-jboss42-resources.zip"
overwrite="true"/>
<copy file="${project.target.dir}/etc/component-info.xml"
tofile="${jboss.repository.dir}/component-info.xml"
overwrite="true"/>
</target>
Show replies by date