You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@apex.apache.org by Munagala Ramanath <ra...@datatorrent.com> on 2016/01/29 18:47:28 UTC

Archetype for 3.2.0

Looking at apex-app-archetype/README.md in branch release-3.2 of
incubator-apex-core
and running the following maven command given there:

mvn archetype:generate -DarchetypeGroupId=org.apache.apex
-DarchetypeArtifactId=apex-app-archetype
-DarchetypeVersion=3.2.1-incubating-SNAPSHOT -DgroupId=com.example
-Dpackage=com.example.myapexapp -DartifactId=myapexapp
-Dversion=1.0-SNAPSHOT

Getting this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli)
on project apex-app-archetype: The desired archetype does not exist
(org.apache.apex:apex-app-archetype:3.2.1-incubating-SNAPSHOT) -> [Help 1]
[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/MojoFailureException

What is the right archetype for using 3.2.0 release ?

Ram

Re: Archetype for 3.2.0

Posted by Thomas Weise <th...@gmail.com>.
Ram,

Please go by release tag:

https://github.com/apache/incubator-apex-core/tree/v3.2.0-incubating

Thanks,
Thomas


On Fri, Jan 29, 2016 at 9:47 AM, Munagala Ramanath <ra...@datatorrent.com>
wrote:

> Looking at apex-app-archetype/README.md in branch release-3.2 of
> incubator-apex-core
> and running the following maven command given there:
>
> mvn archetype:generate -DarchetypeGroupId=org.apache.apex
> -DarchetypeArtifactId=apex-app-archetype
> -DarchetypeVersion=3.2.1-incubating-SNAPSHOT -DgroupId=com.example
> -Dpackage=com.example.myapexapp -DartifactId=myapexapp
> -Dversion=1.0-SNAPSHOT
>
> Getting this error:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli)
> on project apex-app-archetype: The desired archetype does not exist
> (org.apache.apex:apex-app-archetype:3.2.1-incubating-SNAPSHOT) -> [Help 1]
> [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/MojoFailureException
>
> What is the right archetype for using 3.2.0 release ?
>
> Ram
>