Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-10535

sling.java.version used incorrectly for o.c.m.signature artifactId

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Done
    • None
    • Parent 44
    • None
    • None

    Description

      The value of the sling.java.version property should comply with the following pattern: ^(8|9|1[0-9])$.

      java18 is the only valid value for artifactId:

                      <plugin>
                          <groupId>org.codehaus.mojo</groupId>
                          <artifactId>animal-sniffer-maven-plugin</artifactId>
                          <version>1.20</version>
                          <configuration>
                              <signature>
                                  <groupId>org.codehaus.mojo.signature</groupId>
                                  <artifactId>java1${sling.java.version}</artifactId>
                                  <version>1.0</version>
                              </signature>
                          </configuration>
                      </plugin>
      

      Attachments

        Activity

          People

            olli Oliver Lietz
            olli Oliver Lietz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: