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 17:45:20 UTC

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

Author: rmannibucau
Date: Mon Feb 13 16:45:20 2012
New Revision: 1243601

URL: http://svn.apache.org/viewvc?rev=1243601&view=rev
Log:
managing proxy for download as transparently as possible from the CLI point of view

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=1243601&r1=1243600&r2=1243601&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 16:45:20 2012
@@ -294,6 +294,20 @@
 
   <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>