[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2014-07-05 Thread Alan Mehio (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349190#comment-349190
 ] 

Alan Mehio edited comment on MNG-5501 at 7/5/14 4:21 AM:
-

As per  maven pom specification from 
http://maven.apache.org/pom.html#Prerequisites 
  it states the following: 
The POM may have certain prerequisites in order to execute correctly. For 
example, perhaps there was a fix in Maven 2.0.3 that you need in order to 
deploy using sftp. Here is where you give the prerequisites to building. If 
these are not met, Maven will fail the build before even starting. The only 
element that exists as a prerequisite in POM 4.0 is the maven element, which 
takes a minimum version number.

 It is still not working on maven 3.2.2  for invoking appengine-maven-plugin
which states the below in its pom

prerequisites
maven3.1.0/maven
/prerequisites

Regards,
Alan Mehio
London,UK




was (Author: alanmehio):
As per  maven pom specification from 
http://maven.apache.org/pom.html#Prerequisites 
  it states the following: 
The POM may have certain prerequisites in order to execute correctly. For 
example, perhaps there was a fix in Maven 2.0.3 that you need in order to 
deploy using sftp. Here is where you give the prerequisites to building. If 
these are not met, Maven will fail the build before even starting. The only 
element that exists as a prerequisite in POM 4.0 is the maven element, which 
takes a minimum version number.

 It is still not working on maven 3.2.2  for invoking appengine-maven-plugin
which states the below in its pom

prerequisites
maven3.1.0/maven
/prerequisites





 Prerequisites don't work against Maven-3.1.0
 

 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven
  Issue Type: Bug
  Components: POM
Affects Versions: 3.0.4, 3.0.5, 3.1.0
Reporter: Michael Semb Wever

 adding 
 {code}prerequisitesmaven3.1.0/maven/prerequisites{code}
 does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5
 Is Prerequisites suppose to work or not?
 Because there is no sign of it being deprecated throughout the documentation.
 (I don't want to use the enforcer plugin).



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2014-07-05 Thread Alan Mehio (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349190#comment-349190
 ] 

Alan Mehio commented on MNG-5501:
-

As per  maven pom specification from 
http://maven.apache.org/pom.html#Prerequisites 
  it states the following: 
The POM may have certain prerequisites in order to execute correctly. For 
example, perhaps there was a fix in Maven 2.0.3 that you need in order to 
deploy using sftp. Here is where you give the prerequisites to building. If 
these are not met, Maven will fail the build before even starting. The only 
element that exists as a prerequisite in POM 4.0 is the maven element, which 
takes a minimum version number.

 It is still not working on maven 3.2.2  for invoking appengine-maven-plugin
which states the below in its pom

prerequisites
maven3.1.0/maven
/prerequisites





 Prerequisites don't work against Maven-3.1.0
 

 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven
  Issue Type: Bug
  Components: POM
Affects Versions: 3.0.4, 3.0.5, 3.1.0
Reporter: Michael Semb Wever

 adding 
 {code}prerequisitesmaven3.1.0/maven/prerequisites{code}
 does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5
 Is Prerequisites suppose to work or not?
 Because there is no sign of it being deprecated throughout the documentation.
 (I don't want to use the enforcer plugin).



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2014-07-05 Thread Michael Osipov (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=349191#comment-349191
 ] 

Michael Osipov commented on MNG-5501:
-

That field depricated and is only intended for plugins. Please use Maven 
Enforcer Plugin for that.

 Prerequisites don't work against Maven-3.1.0
 

 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven
  Issue Type: Bug
  Components: POM
Affects Versions: 3.0.4, 3.0.5, 3.1.0
Reporter: Michael Semb Wever

 adding 
 {code}prerequisitesmaven3.1.0/maven/prerequisites{code}
 does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5
 Is Prerequisites suppose to work or not?
 Because there is no sign of it being deprecated throughout the documentation.
 (I don't want to use the enforcer plugin).



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2014-01-23 Thread Jason van Zyl (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl closed MNG-5501.
--

Resolution: Not A Bug

 Prerequisites don't work against Maven-3.1.0
 

 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven 2  3
  Issue Type: Bug
  Components: POM
Affects Versions: 3.0.4, 3.0.5, 3.1.0
Reporter: Michael Semb Wever

 adding 
 {code}prerequisitesmaven3.1.0/maven/prerequisites{code}
 does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5
 Is Prerequisites suppose to work or not?
 Because there is no sign of it being deprecated throughout the documentation.
 (I don't want to use the enforcer plugin).

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


[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2014-01-23 Thread Jason van Zyl (JIRA)

[ 
https://jira.codehaus.org/browse/MNG-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=339894#comment-339894
 ] 

Jason van Zyl commented on MNG-5501:


The prerequisite field is to stop plugins that use this field from running in 
an inappropriate version of Maven. Probably not clearly documented. But, yes, 
this is what the enforcer plugin is for.

 Prerequisites don't work against Maven-3.1.0
 

 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven 2  3
  Issue Type: Bug
  Components: POM
Affects Versions: 3.0.4, 3.0.5, 3.1.0
Reporter: Michael Semb Wever

 adding 
 {code}prerequisitesmaven3.1.0/maven/prerequisites{code}
 does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5
 Is Prerequisites suppose to work or not?
 Because there is no sign of it being deprecated throughout the documentation.
 (I don't want to use the enforcer plugin).

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


[jira] (MNG-5501) Prerequisites don't work against Maven-3.1.0

2013-08-05 Thread Michael Semb Wever (JIRA)
Michael Semb Wever created MNG-5501:
---

 Summary: Prerequisites don't work against Maven-3.1.0
 Key: MNG-5501
 URL: https://jira.codehaus.org/browse/MNG-5501
 Project: Maven 2  3
  Issue Type: Bug
  Components: POM
Affects Versions: 3.1.0, 3.0.5, 3.0.4
Reporter: Michael Semb Wever


adding 
{code}prerequisitesmaven3.1.0/maven/prerequisites{code}

does not stop the project from being built with mvn-3.0.4 or mvn-3.0.5

Is Prerequisites suppose to work or not?
Because there is no sign of it being deprecated throughout the documentation.

(I don't want to use the enforcer plugin).

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