You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Bailey Campbell (JIRA)" <ji...@apache.org> on 2019/03/13 19:17:00 UTC

[jira] [Created] (NETBEANS-2253) New Archetype wizard fails

Bailey Campbell created NETBEANS-2253:
-----------------------------------------

             Summary: New Archetype wizard fails
                 Key: NETBEANS-2253
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2253
             Project: NetBeans
          Issue Type: Bug
          Components: projects - Maven
    Affects Versions: 11.0
            Reporter: Bailey Campbell


h3. Steps
 # Go to main menu File | New Project
 # In New Project wizard select Maven > Project from archetype and push Next
 # Type archetype name (or part) into search field (e.g. "hudson")
 # Select appropriate archetype and proceed with creating new project
h3. Expected result:

Project from archetype is succesfully created.
 
Actual Result:
 
Build fails, error message indicates an existing directory but that directory does not exist before the project is created.
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 6.919 s
Finished at: 2019-03-13T16:14:02-03:00
Final Memory: 13M/109M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: Directory mavenproject4 already exists - please run from a clean directory -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists