Skip to content

Commit 6e717f0

Browse files
author
James Leigh
authored
Merge pull request #907 from jamesrdf/issues/#906-hudson-proxy
Fix #906: Remove hudson.rdf4j.proxy.opts
2 parents 869b343 + e245e35 commit 6e717f0

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

pom.xml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
</modules>
5858

5959
<profiles>
60-
<profile>
61-
<id>localBuild</id>
62-
<activation>
63-
<property>
64-
<!-- activate if property 'hudsonBuild' is not set -->
65-
<name>!hudsonBuild</name>
66-
</property>
67-
</activation>
68-
<properties>
69-
<hudson.rdf4j.proxy.opts/>
70-
</properties>
71-
</profile>
7260
<profile>
7361
<id>ossrh</id>
7462
<distributionManagement>
@@ -146,12 +134,6 @@
146134
<javadoc.opts>-Xdoclint:none</javadoc.opts>
147135
</properties>
148136
</profile>
149-
<profile>
150-
<id>eclipse-hudson-rdf4j</id>
151-
<properties>
152-
<hudson.rdf4j.proxy.opts>-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -Dhttps.proxyHost=proxy.eclipse.org -Dhttps.proxyPort=9898 -Dhttp.nonProxyHosts=*.eclipse.org -Dhttps.nonProxyHosts=*.eclipse.org -Dftp.proxyHost=proxy.eclipse.org -Dftp.proxyPort=9898 -Dftp.nonProxyHosts=*.eclipse.org</hudson.rdf4j.proxy.opts>
153-
</properties>
154-
</profile>
155137
</profiles>
156138

157139
<properties>
@@ -661,7 +643,7 @@
661643
<version>2.19.1</version>
662644
<configuration>
663645
<encoding>UTF-8</encoding>
664-
<argLine>-Xmx1024M ${hudson.rdf4j.proxy.opts}</argLine>
646+
<argLine>-Xmx1024M</argLine>
665647
</configuration>
666648
</plugin>
667649
<plugin>
@@ -672,7 +654,7 @@
672654
<encoding>UTF-8</encoding>
673655
<forkCount>1</forkCount>
674656
<reuseForks>false</reuseForks>
675-
<argLine>-Xmx1024M ${hudson.rdf4j.proxy.opts}</argLine>
657+
<argLine>-Xmx1024M</argLine>
676658
<includes>
677659
<include>**/*Test.java</include>
678660
</includes>

0 commit comments

Comments
 (0)