Eclipse Scout Boot - Maven Repository [message #1773786] |
Wed, 04 October 2017 15:52 |
|
Hi there,
I was wondering if the maven repository as it is used on the Scout Boot Example
### Generate standard Project from Archetype
mvn archetype:generate \
-B \
-DarchetypeGroupId=org.eclipse.scout.boot \
-DarchetypeArtifactId=scout-boot-archetype-standard \
-DarchetypeVersion=7.0.0.008_Oxygen \
-DgroupId=com.bsiag.demo \
-DartifactId=tasks \
-Dversion=1.0-SNAPSHOT
is already available? Because when I try to invoke this command above I always get the exception below.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.eclipse.scout.boot:scout-boot-archetype-standard:7.0.0.008_Oxygen) -> [Help 1]
What can I do to get this working?
Regards, Peter
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06265 seconds