diff --git a/jetty-setuid/jetty-setuid-linux/pom.xml b/jetty-setuid/jetty-setuid-linux/pom.xml deleted file mode 100644 index 06552ad383c..00000000000 --- a/jetty-setuid/jetty-setuid-linux/pom.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - org.eclipse.jetty.setuid - jetty-setuid-parent - 9.0.0-SNAPSHOT - - 4.0.0 - jetty-setuid-linux - Jetty :: SetUID Linux Native - so - - target/native - -shared -lc -ldl-shared -lc -ldl - target/libsetuid.so - - - libsetuid - - - maven-dependency-plugin - - - unpack - generate-resources - - unpack - - - - - org.eclipse.jetty.setuid - jetty-setuid-native - ${project.version} - true - ${native-source-dir}/ - - - - - - - - - maven-antrun-plugin - - - copy-jni-implementation - generate-sources - - run - - - - - - - - - - - - org.codehaus.mojo - native-maven-plugin - true - - mac - ${java.home}/include - - -fPIC -O - - - - target/generated - - -org_mortbay_setuid_SetUID.c - - - - - -${jetty-setuid-linkerStartOption} - - - -o -${project.build.directory}/libsetuid.so - - - - - javah - generate-sources - - - -org.eclipse.jetty.setuid.SetUID - - -target/generated - - - javah - - - - - compile - compile - - compile - - - - - - - - - - - - org.eclipse.jetty.setuid - jetty-setuid-java - ${project.version} - - - junit - junit - test - - - - diff --git a/jetty-setuid/libsetuid_linux/pom.xml b/jetty-setuid/libsetuid_linux/pom.xml new file mode 100644 index 00000000000..0a721973aa1 --- /dev/null +++ b/jetty-setuid/libsetuid_linux/pom.xml @@ -0,0 +1,136 @@ + + + org.eclipse.jetty.setuid + jetty-setuid-parent + 9.0.0-SNAPSHOT + + 4.0.0 + libsetuid_linux + Jetty :: SetUID Linux Native + so + + target/native + -shared -lc -ldl-shared -lc -ldl + target/libsetuid_linux.so + + + libsetuid_linux + + + maven-dependency-plugin + + + unpack + generate-resources + + unpack + + + + + org.eclipse.jetty.setuid + jetty-setuid-native + ${project.version} + true + ${native-source-dir}/ + + + + + + + + + maven-antrun-plugin + + + copy-jni-implementation + generate-sources + + run + + + + + + + + + + + + org.codehaus.mojo + native-maven-plugin + true + + mac + ${java.home}/include + + -fPIC -O + + + + target/generated + + + org_eclipse_jetty_setuid_SetUID.c + + + + + + ${jetty-setuid-linkerStartOption} + + + -o + ${project.build.directory}/libsetuid.so + + + + + javah + generate-sources + + + + org.eclipse.jetty.setuid.SetUID + + + target/generated + + + javah + + + + + compile + compile + + compile + + + + + + + + + + + + org.eclipse.jetty.setuid + jetty-setuid-java + ${project.version} + + + junit + junit + test + + + + diff --git a/jetty-setuid/jetty-setuid-osx/pom.xml b/jetty-setuid/libsetuid_osx/pom.xml similarity index 100% rename from jetty-setuid/jetty-setuid-osx/pom.xml rename to jetty-setuid/libsetuid_osx/pom.xml