holgerfriedrich opened a new pull request, #2490:
URL: https://github.com/apache/karaf/pull/2490

   * remove useJava5 option from modello plugin, current mechanism derives java 
source from compiler setting and defaults to 8 anyway
   * replace systemVaraibles by systemPropertyVariables in surefire-plugin
   
   ~~~
   [WARNING] Parameter 'useJava5' is unknown for plugin 
'modello-maven-plugin:2.6.0:java (default)'
   [WARNING] Parameter 'useJava5' is unknown for plugin 
'modello-maven-plugin:2.6.0:stax-reader (default)'
   [WARNING] Parameter 'useJava5' is unknown for plugin 
'modello-maven-plugin:2.6.0:stax-writer (default)'
   [WARNING] Parameter 'useJava5' is unknown for plugin 
'modello-maven-plugin:2.6.0:xsd (default)'
   [WARNING] Parameter 'useJava5' is unknown for plugin 
'modello-maven-plugin:2.6.0:xdoc (default)'
   
   [WARNING]  Parameter 'systemProperties' is deprecated: Use 
systemPropertyVariables instead.
   ~~~
   
   See references:
   
https://maven.apache.org/surefire/maven-surefire-plugin/examples/system-properties.html
   
   https://codehaus-plexus.github.io/modello/migration-guide.html
   
https://codehaus-plexus.github.io/modello/modello-maven-plugin/java-mojo.html#javaSource
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to