Create Java project with Maven archetype scout-hellojs-app

Creates a Hello World sample application using Scout JS (UI written in JavaScript)

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DdisplayName="My-displayName"   -DsimpleArtifactName="My-simpleArtifactName"   -Ddebug="My-debug"   -DarchetypeGroupId="org.eclipse.scout.archetypes"   -DarchetypeArtifactId="scout-hellojs-app"   -DarchetypeVersion="22.0.15"   -DinteractiveMode=false 

Required parameters for generate java project:

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

Generated Project modules

  • parent
  • api
  • app
  • app.dev
  • app.war
  • core
  • core.test
  • data
  • db
  • persistence
  • persistence.test
  • ui

Details about maven archetype scout-hellojs-app

License

License

GroupId

GroupId

org.eclipse.scout.archetypes
ArtifactId

ArtifactId

scout-hellojs-app
Version

Version

22.0.15
Type

Type

maven-archetype
Description

Description

ScoutJS Sample Application
Creates a Hello World sample application using Scout JS (UI written in JavaScript)
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-hellojs-app -DarchetypeVersion=22.0.15 -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.