diff --git a/pom.xml b/pom.xml index e064b6b..aaeea09 100644 --- a/pom.xml +++ b/pom.xml @@ -98,4 +98,48 @@ + + + java9+ + + [9,) + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + compile-java9 + + compile + + compile + + 9 + + ${project.basedir}/src/main/java9 + + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + + + + + + + diff --git a/src/main/java9/module-info.java b/src/main/java9/module-info.java new file mode 100644 index 0000000..88bc3df --- /dev/null +++ b/src/main/java9/module-info.java @@ -0,0 +1,3 @@ +module org.codehaus.plexus.interpolation { + exports org.codehaus.plexus.interpolation; +}