<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
+ <artifactId>native-maven-plugin</artifactId>
+ <version>1.0-alpha-8</version>
<extensions>true</extensions>
<configuration>
<javahOS>win32</javahOS>
because they need to load so/dll -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.6</source>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <executions>
+ <version>1.9.1</version>
+ <executions>
<execution>
<id>include-generated-test-sources</id>
<phase>generate-test-sources</phase>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <configuration>
+ <version>2.18.1</version>
+ <configuration>
<forkMode>once</forkMode>
<workingDirectory>target</workingDirectory>
<environmentVariables>