[jboss-cvs] JBossAS SVN: r74188 - projects/security/security-spi/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 5 17:59:21 EDT 2008


Author: anil.saldhana at jboss.com
Date: 2008-06-05 17:59:21 -0400 (Thu, 05 Jun 2008)
New Revision: 74188

Modified:
   projects/security/security-spi/trunk/parent/pom.xml
Log:
remove deploy plugin

Modified: projects/security/security-spi/trunk/parent/pom.xml
===================================================================
--- projects/security/security-spi/trunk/parent/pom.xml	2008-06-05 21:56:38 UTC (rev 74187)
+++ projects/security/security-spi/trunk/parent/pom.xml	2008-06-05 21:59:21 UTC (rev 74188)
@@ -30,26 +30,6 @@
    <build>
      <plugins>
         <plugin>
-          <groupId>org.jboss.maven.plugins</groupId>
-          <artifactId>maven-jboss-deploy-plugin</artifactId>
-          <version>1.6</version>
-          <executions>
-            <execution>
-              <id>jboss-deploy</id>
-              <goals>
-                <goal>jboss-deploy</goal>
-              </goals>
-              <phase>deploy</phase>
-            </execution>
-          </executions>
-          <configuration>
-            <groupId>jboss</groupId>
-            <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-            <removeArtifactVersion>true</removeArtifactVersion>
-          </configuration>
-          <inherited>true</inherited>
-        </plugin>  
-        <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.jboss.org/repos/jbossas/projects/security/security-spi/tags</tagBase>
@@ -134,4 +114,4 @@
    </dependencies>
   </dependencyManagement>
 
-</project>
\ No newline at end of file
+</project>




More information about the jboss-cvs-commits mailing list