You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/07/30 16:20:00 UTC

[jira] [Closed] (SLING-10535) sling.java.version used incorrectly for o.c.m.signature artifactId

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

Konrad Windszus closed SLING-10535.
-----------------------------------

> sling.java.version used incorrectly for o.c.m.signature artifactId
> ------------------------------------------------------------------
>
>                 Key: SLING-10535
>                 URL: https://issues.apache.org/jira/browse/SLING-10535
>             Project: Sling
>          Issue Type: Bug
>            Reporter: Oliver Lietz
>            Assignee: Oliver Lietz
>            Priority: Major
>             Fix For: Parent 44
>
>
> 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}}:
> {noformat}
>                 <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>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)