mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DjavaVersion="My-javaVersion" -DdisplayName="My-displayName" -DsimpleArtifactName="My-simpleArtifactName" -DuserName="My-userName" -Ddebug="My-debug" -DarchetypeGroupId="org.eclipse.scout.archetypes" -DarchetypeArtifactId="scout-helloworld-app" -DarchetypeVersion="22.0.1" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdorg.eclipse.scout.archetypes |
| ArtifactId | ArtifactIdscout-helloworld-app |
| Version | Version22.0.1 |
| Type | Typemaven-archetype |
| Description |
DescriptionScout Hello World Sample Application
Creates a Hello World sample application using Scout Classic (UI written in Java)
|
| Project URL |
Project URLhttps://eclipse.org/scout |
| Project Organization |
Project OrganizationEclipse Scout Project |
| Source Code Management |
Source Code Managementhttps://github.com/eclipse-scout/scout.rt.git |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.eclipse.scout.archetypes -DarchetypeArtifactId=scout-helloworld-app -DarchetypeVersion=22.0.1 -DinteractiveMode=false