\[INFO\] Scanning for projects...
\[INFO\] Reactor build order:
\[INFO\]   wflow-plugin-beanshell
\[INFO\]   wflow-plugin-email
\[INFO\]   wflow-plugin-formDataEtl
\[INFO\]   wflow-plugin-json
\[INFO\]   wflow-plugin-report
\[INFO\]   wflow-plugin-userNotification
\[INFO\]   wflow-plugins
\[INFO\]   wflow-plugin-referenceId
\[INFO\]   wflow-plugin-mysql
\[INFO\] Searching repository for plugin with prefix: 'archetype'.
\[INFO\] \-----------------------------------------------------------------------\-
\[INFO\] Building wflow-plugins
\[INFO\]    task-segment: \[archetype:generate\] (aggregator-style)
\[INFO\] \-----------------------------------------------------------------------\-
\[INFO\] Preparing archetype:generate
\[INFO\] No goals needed for project - skipping
\[INFO\] \[archetype:generate {execution: default-cli}\]
\[INFO\] Generating project in Interactive mode
\[WARNING\] Archetype not found in any catalog. Falling back to central repository (http://repo1.maven.org/maven2).
\[WARNING\] Use \-DarchetypeRepository=<your repository> if archetype's repository is elsewhere.
\[INFO\] snapshot org.joget:wflow-plugin-archetype:2.0-SNAPSHOT: checking for updates from wflow-plugin-archetype-repo
Downloading: http://repo1.maven.org/maven2/org/joget/wflow-plugin-archetype/2.0-SNAPSHOT/wflow-plugin-archetype-2.0-SNAPSHOT.jar
\[INFO\] Unable to find resource 'org.joget:wflow-plugin-archetype:jar:2.0-SNAPSHOT' in repository wflow-plugin-archetype-repo (http://repo1.maven.org/maven2)
\[INFO\] \-----------------------------------------------------------------------\-
\[ERROR\] BUILD FAILURE
\[INFO\] \-----------------------------------------------------------------------\-
\[INFO\] The desired archetype does not exist (org.joget:wflow-plugin-archetype:2.0-SNAPSHOT)
\[INFO\] \-----------------------------------------------------------------------\-
\[INFO\] For more information, run Maven with the \-e switch
\[INFO\] \-----------------------------------------------------------------------\-
\[INFO\] Total time: 3 seconds
\[INFO\] Finished at: Mon Sep 19 17:35:24 AST 2011
\[INFO\] Final Memory: 18M/43M
\[INFO\] \-----------------------------------------------------------------------\-
Dear all,

I compiled the JoGet from source and tried to create a test plugin, but It fails.

My log is as follows:
{code}D:\Projects\JoGet_v3\wflow-plugins>..\wflow-plugin-archetype\create-plugin.bat com.company.plugin.test TestPlugin

[INFO] Scanning for projects...

[INFO] Reactor build order:

[INFO]   wflow-plugin-beanshell

[INFO]   wflow-plugin-email

[INFO]   wflow-plugin-formDataEtl

[INFO]   wflow-plugin-json

[INFO]   wflow-plugin-report

[INFO]   wflow-plugin-userNotification

[INFO]   wflow-plugins

[INFO]   wflow-plugin-referenceId

[INFO]   wflow-plugin-mysql

[INFO] Searching repository for plugin with prefix: 'archetype'.

[INFO] ------------------------------------------------------------------------

[INFO] Building wflow-plugins

[INFO]    task-segment: [archetype:generate] (aggregator-style)

[INFO] ------------------------------------------------------------------------

[INFO] Preparing archetype:generate

[INFO] No goals needed for project - skipping

[INFO] [archetype:generate {execution: default-cli}]

[INFO] Generating project in Interactive mode

[WARNING] Archetype not found in any catalog. Falling back to central repository (http://repo1.maven.org/maven2).

[WARNING] Use -DarchetypeRepository=<your repository> if archetype's repository is elsewhere.

[INFO] snapshot org.joget:wflow-plugin-archetype:2.0-SNAPSHOT: checking for updates from wflow-plugin-archetype-repo

Downloading: http://repo1.maven.org/maven2/org/joget/wflow-plugin-archetype/2.0-SNAPSHOT/wflow-plugin-archetype-2.0-SNAPSHOT.jar

[INFO] Unable to find resource 'org.joget:wflow-plugin-archetype:jar:2.0-SNAPSHOT' in repository wflow-plugin-archetype-repo (http://repo1.maven.org/maven2)

[INFO] ------------------------------------------------------------------------

[ERROR] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] The desired archetype does not exist (org.joget:wflow-plugin-archetype:2.0-SNAPSHOT)

[INFO] ------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 3 seconds

[INFO] Finished at: Mon Sep 19 17:35:24 AST 2011

[INFO] Final Memory: 18M/43M

[INFO] ------------------------------------------------------------------------{code}
Any help?