mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
switch top-level pom.xml to non-proxy operations (probably the default in our set-up?)
This commit is contained in:
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user