Specify plugin version on win32
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 18 May 2015 12:00:40 +0000 (14:00 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 18 May 2015 12:00:40 +0000 (14:00 +0200)
win32/pom.xml

index 3135ae6..d4ddc40 100644 (file)
@@ -16,7 +16,8 @@
      <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>
@@ -55,7 +56,8 @@
        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>
@@ -68,7 +70,8 @@
       <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>
@@ -85,7 +88,8 @@
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
+        <version>2.18.1</version>
+       <configuration>
           <forkMode>once</forkMode>
          <workingDirectory>target</workingDirectory>
          <environmentVariables>