[jboss-cvs] JBossAS SVN: r104230 - projects/cluster/build/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 25 01:45:09 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-25 01:45:09 -0400 (Sun, 25 Apr 2010)
New Revision: 104230

Modified:
   projects/cluster/build/trunk/pom.xml
Log:
Remove legacy plugin

Modified: projects/cluster/build/trunk/pom.xml
===================================================================
--- projects/cluster/build/trunk/pom.xml	2010-04-25 05:31:40 UTC (rev 104229)
+++ projects/cluster/build/trunk/pom.xml	2010-04-25 05:45:09 UTC (rev 104230)
@@ -57,23 +57,6 @@
           <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/build/tags</tagBase>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jboss-deploy</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <!-- In order to use this setting jboss.repository.root must be set on the command line or in
-          settings.xml.  More information can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuildMaven -->
-          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
   




More information about the jboss-cvs-commits mailing list