Website updates

This commit is contained in:
Endolf 2018-06-01 18:30:04 +01:00
parent d8fd89c5f2
commit 3b79a57e9f

View file

@ -23,7 +23,7 @@ often contain a native code portion to interface to the host system.
Include the dependency in your project: Include the dependency in your project:
```xml ```xml
<dependency> <dependency>
<groupId>net.java.jinput</groupId> <groupId>net.java.jinput</groupId>
<artifactId>jinput</artifactId> <artifactId>jinput</artifactId>
@ -35,14 +35,14 @@ Include the dependency in your project:
<version>{{site.jinput_version}}</version> <version>{{site.jinput_version}}</version>
<classifier>natives-all</classifier> <classifier>natives-all</classifier>
</dependency> </dependency>
``` ```
You'll also need to add the build plugin in your `build/plugins` section of your pom You'll also need to add the build plugin in your `build/plugins` section of your pom
```xml ```xml
<plugin> <plugin>
<groupId>com.googlecode.mavennatives</groupId> <groupId>com.googlecode.mavennatives</groupId>
<artifactId>maven-nativedependencies-plugin</artifactId> <artifactId>maven-nativedependencies-plugin</artifactId>
</plugin> </plugin>
``` ```
A full pom might look like [this one](https://github.com/jinput/jinput/blob/master/examples/example.pom.xml) A full pom might look like [this one](https://github.com/jinput/jinput/blob/master/examples/example.pom.xml)