This is an automated email from the ASF dual-hosted git repository.
nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 2fbf10c JCLOUDS-1495: maven plugins are not correctly referred to
(#24)
2fbf10c is described below
commit 2fbf10c9c9940a8ba0865949b37f932bd0aa98aa
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 8a3f916..478be90 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 9245204..2ae0a51 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -652,6 +652,7 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
<executions>
@@ -703,6 +704,7 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<executions>
@@ -740,6 +742,7 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
@@ -889,6 +892,7 @@
</dependencies>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>