You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/02/13 22:05:26 UTC

svn commit: r1243693 - /openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml

Author: rmannibucau
Date: Mon Feb 13 21:05:26 2012
New Revision: 1243693

URL: http://svn.apache.org/viewvc?rev=1243693&view=rev
Log:
removing properties maven plugin

Modified:
    openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml

Modified: openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml?rev=1243693&r1=1243692&r2=1243693&view=diff
==============================================================================
--- openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml (original)
+++ openejb/trunk/openejb/arquillian-tomee/arquillian-tomee-webapp-remote/pom.xml Mon Feb 13 21:05:26 2012
@@ -294,20 +294,6 @@
 
   <build>
     <plugins>
-      <plugin> <!-- avoid to set the proxy in the command line if it is set in the settings.xml -->
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>properties-maven-plugin</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>set-proxy-if-exists</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>copy-settings-proxy</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>