This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 2e3664b EMPIREDB-282 avoid maven plugin execution error
2e3664b is described below
commit 2e3664b497ec75e11bb13dfd018e3bde3432821f
Author: Rainer Döbele <[email protected]>
AuthorDate: Thu Aug 29 12:28:12 2019 +0200
EMPIREDB-282
avoid maven plugin execution error
---
empire-db-maven-plugin/pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/empire-db-maven-plugin/pom.xml b/empire-db-maven-plugin/pom.xml
index 0e39f02..e0de974 100644
--- a/empire-db-maven-plugin/pom.xml
+++ b/empire-db-maven-plugin/pom.xml
@@ -79,10 +79,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
+ <!-- not necessary for version 3.3
<executions>
<execution>
<id>mojo-descriptor</id>
@@ -92,6 +93,7 @@
</goals>
</execution>
</executions>
+ -->
</plugin>
</plugins>
</pluginManagement>