You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2014/08/20 10:24:25 UTC

[jira] [Updated] (JCRVLT-57) Update maven-scr-plugin to 1.19.0 to allow building with Java 8

     [ https://issues.apache.org/jira/browse/JCRVLT-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Munteanu updated JCRVLT-57:
----------------------------------

    Status: Patch Available  (was: Open)

> 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)