From 1a78764f0a067d0af8d14fff24f6453a4e540779 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 May 2015 14:00:40 +0200 Subject: [PATCH] Specify plugin version on win32 --- win32/pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/win32/pom.xml b/win32/pom.xml index 3135ae6..d4ddc40 100644 --- a/win32/pom.xml +++ b/win32/pom.xml @@ -16,7 +16,8 @@ org.codehaus.mojo - native-maven-plugin + native-maven-plugin + 1.0-alpha-8 true win32 @@ -55,7 +56,8 @@ because they need to load so/dll --> org.apache.maven.plugins - maven-compiler-plugin + maven-compiler-plugin + 2.0.2 UTF-8 1.6 @@ -68,7 +70,8 @@ org.codehaus.mojo build-helper-maven-plugin - + 1.9.1 + include-generated-test-sources generate-test-sources @@ -85,7 +88,8 @@ maven-surefire-plugin - + 2.18.1 + once target -- 1.7.10.4