Author: pete.muir(a)jboss.org
Date: 2009-02-15 17:08:56 -0500 (Sun, 15 Feb 2009)
New Revision: 1528
Modified:
ri/trunk/jboss-as/build.xml
ri/trunk/pom.xml
Log:
minor
Modified: ri/trunk/jboss-as/build.xml
===================================================================
--- ri/trunk/jboss-as/build.xml 2009-02-15 17:09:33 UTC (rev 1527)
+++ ri/trunk/jboss-as/build.xml 2009-02-15 22:08:56 UTC (rev 1528)
@@ -24,6 +24,7 @@
<artifact:dependencies filesetId="webbeans.deployer.fileset"
versionsId="webbeans.deployer.versions">
<dependency groupId="org.jboss.webbeans.integration"
artifactId="webbeans-ri-int-deployer"
version="${webbeans-ri-int.version}" type="zip"/>
+ <dependency groupId="org.jboss.webbeans"
artifactId="webbeans-ri" version="${webbeans-ri.version}" />
<remoteRepository id="repository.jboss.org"
url="http://repository.jboss.org/maven2" />
<remoteRepository id="snapshots.jboss.org"
url="http://snapshots.jboss.org/maven2" />
</artifact:dependencies>
@@ -44,6 +45,12 @@
<include name="**/*" />
</fileset>
</copy>
+
+ <copy
todir="${jboss.home}/server/default/deployers/webbeans.deployer/lib-int/"
overwrite="true">
+ <fileset dir="target">
+ <include name="webbeans-ri.jar" />
+ </fileset>
+ </copy>
</target>
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-02-15 17:09:33 UTC (rev 1527)
+++ ri/trunk/pom.xml 2009-02-15 22:08:56 UTC (rev 1528)
@@ -415,6 +415,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4.3</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>properties-maven-plugin</artifactId>
+ <version>1.0-alpha-1</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>