switch top-level pom.xml to non-proxy operations (probably the default in our set-up?)

This commit is contained in:
Axel Uhl
2011-06-10 21:49:49 +02:00
parent 687d524171
commit 2578c084cb
+4 -4
View File
@@ -101,12 +101,12 @@
<artifactId>maven-osgi-test-plugin</artifactId>
<configuration>
<!-- non-debug -->
<!-- proxy -->
<!-- proxy
<argLine>-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -Xmx1024m -XX:PermSize=256m -XX:-UseGCOverheadLimit -XX:+UseParallelGC</argLine>
<!-- -->
<!-- no proxy
-->
<!-- no proxy -->
<argLine>-Xmx1024m -XX:PermSize=256m -XX:-UseGCOverheadLimit -XX:+UseParallelGC</argLine>
-->
<!-- -->
<!-- -->
<!-- debug
<argLine>-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -Xmx1024m -XX:PermSize=256m -XX:-UseGCOverheadLimit -XX:+UseParallelGC</argLine>