Create Java project with Maven archetype scout-helloworld-app

Creates a Hello World sample application using Scout Classic (UI written in Java)

Create a Java Project by archetype scout-helloworld-app with Command Line:

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.0-beta.1"   -DinteractiveMode=false 

Required parameters for generate java project:

javaVersion
validationRegex: none
displayName
validationRegex: none
simpleArtifactName
validationRegex: none
userName
validationRegex: none
debug
validationRegex: none

Generated Project modules

  • parent
  • shared
  • server
  • client
  • server.app.war
  • server.app.dev
  • ui.html
  • ui.html.app.war
  • ui.html.app.dev

Details about maven archetype scout-helloworld-app

License

License

GroupId

GroupId

org.eclipse.scout.archetypes
ArtifactId

ArtifactId

scout-helloworld-app
Version

Version

22.0.0-beta.1
Type

Type

maven-archetype
Description

Description

Scout Hello World Sample Application
Creates a Hello World sample application using Scout Classic (UI written in Java)
Project URL

Project URL

https://eclipse.org/scout
Project Organization

Project Organization

Eclipse Scout Project
Source Code Management

Source Code Management

https://github.com/eclipse-scout/scout.rt.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eclipse.scout.archetypes -DarchetypeArtifactId=scout-helloworld-app -DarchetypeVersion=22.0.0-beta.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.