[ http://jira.codehaus.org/browse/MNG-1530?page=comments#action_56951 ] 

Bryan Pauquette commented on MNG-1530:
--------------------------------------

Newbie Answer:

1) Download the file to a local directory
2) unzip it.   I can't help you if you don't know how to unzip it..... try 
google
2) Navigate to the directory where the pom.xml is stored.
3) mvn -version
Maven version: 2.0.2
If your computer  doesn't respond with a version number you haven't  installed 
maven2 correctly yet. Go back and install it.  This time read more 
carefully........   http://maven.apache.org/download.html#installation
4) type mvn install
5) You have installed it. 
6) Navigate to your maven1 project.  Where the project.xml file is.     
7) type mvn maven1:convert
8) Watch it die because it didn't parse the id tag correctly because your a 
newbie.....id is deprecated.
9) Go look up the new tag for id in maven 1.0?






> Converter for maven 1 projects
> ------------------------------
>
>          Key: MNG-1530
>          URL: http://jira.codehaus.org/browse/MNG-1530
>      Project: Maven 2
>         Type: Improvement

>   Components: Plugin Requests
>     Reporter: fabrizio giustina
>     Assignee: fabrizio giustina
>     Priority: Minor
>  Attachments: maven-maven1-plugin.zip
>
>
> A simple mvn plugins that converts a maven 1 project.xml to a maven 2 pom.xml.
> Apart from the pom v3 to v4 conversion it also adds specific plugin 
> configurations to pom.xml from project.properties (there are a few samples 
> for some compiler, surefire, war settings and it can be easily extended).
> After installing it using mvn:install you can run "mvn maven1:convert" on 
> maven 1 project for a quick start on maven 2.
> Note: the org.apache.maven.model.v3_0_0.* classes are actually embedded in 
> the plugin due to MNG-1436 and MAVENUPLOAD-583
> If there is interest in this I can commit it to svn, please comment/vote here.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to