[ 
http://jira.codehaus.org/browse/MNG-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=134960#action_134960
 ] 

Vincent Siveton commented on MNG-3550:
--------------------------------------

IMHO it is more POM ontology issue...

Any product/projects have requirements to run and build. Enforcer is only used 
for the build. So how to specify runtime prerequisites? 

Note: I used the word compiler (and not JDK) to be more platform independent.

> Support more prerequisites like compiler version
> ------------------------------------------------
>
>                 Key: MNG-3550
>                 URL: http://jira.codehaus.org/browse/MNG-3550
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: POM
>            Reporter: Vincent Siveton
>            Priority: Minor
>             Fix For: 2.1-alpha-1
>
>
> It should be useful if the <prerequisites/> tag could support more 
> informations than the maven version. I could imagine something like:
> {noformat}
> <project>
> ...
>   <prerequisites>
>     <maven>2.0.6</maven>
>     <compiler>1.5</compiler>
>     <memory>512m</memory>
>     <diskSpace>100m</diskSpace>
>   </prerequisites>
> ...
> </project>
> {noformat}
> See the concrete use case in the Maven Plugin Plugin report:
> http://maven.apache.org/plugins/maven-plugin-plugin/plugin-info.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to