Uploaded image for project: 'Jackrabbit FileVault'
  1. Jackrabbit FileVault
  2. JCRVLT-57

Update maven-scr-plugin to 1.19.0 to allow building with Java 8

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.6
    • 3.1.14
    • 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>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rombert Robert Munteanu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: