[ 
https://issues.apache.org/jira/browse/SLING-10535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367663#comment-17367663
 ] 

Oliver Lietz commented on SLING-10535:
--------------------------------------

[~kwin], We should move the plugin completely to profile {{jdk8-or-lower}}. 
WDYT?

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

Reply via email to