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

Jason van Zyl closed MNG-4521.
------------------------------

    Resolution: Cannot Reproduce

> Using Take Command (LE) you are not able to create a new project
> ----------------------------------------------------------------
>
>                 Key: MNG-4521
>                 URL: https://jira.codehaus.org/browse/MNG-4521
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: Windows XP Pro (32-Bit) and Take Command LE(Freeware 
> Edition of JP-Soft)
>            Reporter: Andre von Deetzen
>             Fix For: Issues to be reviewed for 3.x
>
>         Attachments: TCC-JP-Soft_command_line_patch-mvn2.patch, 
> TCC-JP-Soft_command_line_patch-mvn3.patch
>
>
> Creating a new project with the given example from Guide to Webapps 
> (http://maven.apache.org/guides/mini/guide-webapp.html) does not work and 
> results with
> c:\temp> mvn archetype:create -DgroupId=com.mycompany.app 
> -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp
> [...]
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Invalid task 'com.mycompany.app': you must specify a valid lifecycle 
> phase, or a goal in the format plugin:goal or 
> pluginGroupId:pluginArtifactId:pluginVersion:goal
> [...]
> If you are doing a 
> echo %MAVEN_CMD_LINE_ARGS% 
> you will see that the equal signs (=) will not be there. This is because of 
> the use of %$ getting all parameters. Maybe this was the default in 4NT but 
> with Take Command you have to use %*
> Tested with TCC LE  11,00,37   Windows XP [Version 5,1,2600]
> Testcase:
> Execute "mvn archetype:create -DgroupId=com.mycompany.app 
> -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp" in Take 
> Command. Using the original mvn.bat it will result in the error above. If 
> this error is fixed, a project will be created successfully.
> Created a little patch for maven2 and 3.



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

Reply via email to