diff --git a/docs/index.md b/docs/index.md index 0ea9f13..1d5d0d0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,6 +40,8 @@ Include dependency in your project: maven-nativedependencies-plugin ``` + + A full pom might look like [this one](https://github.com/jinput/jinput/blob/master/examples/example.pom.xml) 2. Build from sources - Experts only diff --git a/examples/example.pom.xml b/examples/example.pom.xml new file mode 100644 index 0000000..ec9b3ca --- /dev/null +++ b/examples/example.pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + net.java.jinput + examples-pom + jar + JInput - example pom + 2.0.9-SNAPSHOT + + + + central-snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + UTF-8 + 8 + 8 + + + + + net.java.jinput + jinput + ${project.version} + pom + + + + + + + com.googlecode.mavennatives + maven-nativedependencies-plugin + 0.0.7 + + + unpacknatives + + copy + + + + + + + \ No newline at end of file