This is an automated email from the ASF dual-hosted git repository.

nacx pushed a commit to branch 2.1.x
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/2.1.x by this push:
     new af364d5  JCLOUDS-1495: maven plugins are not correctly referred to 
(#24)
af364d5 is described below

commit af364d5b10ba1a7a52b54ca21d5776b42840f984
Author: Olaf Flebbe <[email protected]>
AuthorDate: Thu Apr 11 04:54:09 2019 +0200

    JCLOUDS-1495: maven plugins are not correctly referred to (#24)
---
 apis/openstack-keystone/pom.xml | 1 +
 project/pom.xml                 | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/apis/openstack-keystone/pom.xml b/apis/openstack-keystone/pom.xml
index 09dc38a..5c11646 100644
--- a/apis/openstack-keystone/pom.xml
+++ b/apis/openstack-keystone/pom.xml
@@ -108,6 +108,7 @@
     <!-- Disabling error-prone compiler due to: 
https://github.com/google/error-prone/issues/711
          The fix is only available in error-prone versions that do not support 
Java 7 -->
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <inherited>false</inherited>
         <configuration>
diff --git a/project/pom.xml b/project/pom.xml
index 3f5bfb8..59032c9 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -640,6 +640,7 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${surefire.version}</version>
         <executions>
@@ -691,6 +692,7 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
         <version>1.1.1</version>
         <executions>
@@ -728,6 +730,7 @@
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.1</version>
         <configuration>
@@ -877,6 +880,7 @@
         </dependencies>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
         <version>2.6</version>
         <configuration>

Reply via email to