This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 16304a9 Remove the java>=9 specific profile as we don't need to
--add-modules anymore
16304a9 is described below
commit 16304a9c14697570e9cf2c8f0284e849dbe36194
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Aug 23 23:42:01 2018 +0200
Remove the java>=9 specific profile as we don't need to --add-modules
anymore
---
pom.xml | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/pom.xml b/pom.xml
index 77155f5..648c228 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,8 @@
<!-- empty by design, will be activated using profiles -->
<sling.debug.options />
- <sling.jpms.vm.options />
- <sling.vm.options>-Xmx1024m -Djava.awt.headless=true
${sling.debug.options} ${sling.jpms.vm.options}</sling.vm.options>
+ <sling.vm.options>-Xmx1024m -Djava.awt.headless=true
${sling.debug.options}</sling.vm.options>
<!-- path suffix for HTTP access to Sling -->
<http.base.path />
@@ -157,29 +156,6 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>jpms</id>
- <activation>
- <jdk>[9,)</jdk>
- </activation>
- <properties>
-
<sling.jpms.vm.options>--add-modules=java.se.ee</sling.jpms.vm.options>
- </properties>
- </profile>
- <profile>
- <id>debug</id>
- <activation>
- <property>
- <name>debug</name>
- </property>
- </activation>
- <properties>
-
<sling.debug.options>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000</sling.debug.options>
- </properties>
- </profile>
- </profiles>
-
<dependencies>
<!-- The integration tests -->
<dependency>