You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2017/04/10 07:11:41 UTC

[jira] [Created] (JUNEAU-41) Prerequisites usage is deprecated for non maven-plugin projects

Karl Heinz Marbaise created JUNEAU-41:
-----------------------------------------

             Summary: Prerequisites usage is deprecated for non maven-plugin projects
                 Key: JUNEAU-41
                 URL: https://issues.apache.org/jira/browse/JUNEAU-41
             Project: Juneau
          Issue Type: Improvement
          Components: Code
    Affects Versions: 6.1.0
            Reporter: Karl Heinz Marbaise
            Priority: Minor
             Fix For: 6.1.0


Currently the pom contains:
{code:xml}
<prerequisites>
  <maven>3.2.0</maven>
</prerequisites>
{code}
which is already defined deprecated for non maven-plugin project. This should be replaced by using an [maven-enforcer-rule|http://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html].
Furthermore see MNG-5297 and MNG-6092 for further reference and in the [Release notes for Maven 3.5.0|https://maven.apache.org/docs/3.5.0/release-notes.html].




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)