1
0
-1

Hi,

I am running create-plugin.bat file in cmd prompt. I am getting following error:

C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype>create-plugin.bat org.joget.tutorial not_permission 7.0-SNAPSHOT
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype\duplicate of C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype\pom.xml does not exist @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.joget:wflow-plugin-archetype:7.0-SNAPSHOT (C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype\pom.xml) has 1 error
[ERROR] Child module C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype\duplicate of C:\Users\Darth Vadar\joget_src\jw-community\wflow-plugin-archetype\pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException


pom.xml exist in folder. Previously did not got this type of error. Any solution?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You will need to run 

      create-plugin.bat org.joget.tutorial not_permission 7.0-SNAPSHOT

      in an empty folder.

        CommentAdd your comment...