summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>2019-03-01 13:35:14 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-03-01 13:35:14 +0100
commit873bbed4d065358f6f17affa2ce71098e51d62b3 (patch)
tree6999b5149e0889050a9b959faeb2c8017f3bd51a
parent6a07054d27e9de480bcbac552b2a299a0492bfcd (diff)
Gbp-Pq: Name drop-java9-classifier.patch
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9c38e3f..f11ffef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,22 +442,26 @@
</build>
<profiles>
+ <!--
<profile>
<id>Java9</id>
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
+ -->
<!-- sureFireOptions9>
-add-opens java.base/java.net=ALL-UNNAMED
-add-opens java.base/java.security=ALL-UNNAMED
-add-exports java.base/sun.net.www.protocol.http=ALL-UNNAMED
-add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED
</sureFireOptions9 -->
+ <!--
<sureFireForks9>true</sureFireForks9>
<artifact.classifier>java9</artifact.classifier>
</properties>
</profile>
+ -->
<profile>
<id>coverage</id>