|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I can't accept "switch to the freestyle project" !
A freestyle project has not the requered extended Maven features which are used by our projects.
For example:
POM_* variables from pom.xml are missing in env
MAVEN_HOME variable is missing in env
Artifactory-Plugin is not able to find artifacts in freestyle project
artifacts have different names like at maven project (at finalName was ignored at freestyle project - name was artifacId)
collecting reports (checkstyle, pmd, findbugs, junit, jacoco, ...) is not easy
...