Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.6
-
None
-
None
Description
When building with Java 8 the execution hangs when invoking the maven-scr-plugin ( version 1.14.0 ) . Upgrading to the latest version - 1.19.0 - makes the build succeed.
diff --git a/parent/pom.xml b/parent/pom.xml index 00e2e7d..f244b0b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -105,7 +105,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> - <version>1.14.0</version> + <version>1.19.0</version> <executions> <execution> <id>generate-scr-scrdescriptor</id>