Robert Munteanu created JCRVLT-57:
-------------------------------------
Summary: Update maven-scr-plugin to 1.19.0 to allow building with
Java 8
Key: JCRVLT-57
URL: https://issues.apache.org/jira/browse/JCRVLT-57
Project: Jackrabbit FileVault
Issue Type: Improvement
Affects Versions: 3.1.6
Reporter: Robert Munteanu
Priority: Minor
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.
{code}
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>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)