Create Java project with Maven archetype trueupdate-archetype-glassfish

An archetype for a TrueUpdate application running in Oracle GlassFish.

Create a Java Project by archetype trueupdate-archetype-glassfish with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dagent-subscriptionTimer-delay-seconds="My-agent-subscriptionTimer-delay-seconds"   -Dapplication="My-application"   -Djavaee-version="My-javaee-version"   -Djavase-version="My-javase-version"   -Dmanager-updateTimer-period-minutes="My-manager-updateTimer-period-minutes"   -Dserver-repositories-local-directory="My-server-repositories-local-directory"   -Dtrueupdate-version="My-trueupdate-version"   -DarchetypeGroupId="net.java.trueupdate"   -DarchetypeArtifactId="trueupdate-archetype-glassfish"   -DarchetypeVersion="0.8.1"   -DinteractiveMode=false 

Required parameters for generate java project:

agent-subscriptionTimer-delay-seconds
validationRegex: none
application
validationRegex: none
javaee-version
validationRegex: none
javase-version
validationRegex: none
manager-updateTimer-period-minutes
validationRegex: none
server-repositories-local-directory
validationRegex: none
trueupdate-version
validationRegex: none

Generated Project modules

  • ${application}
  • update-agent-config
  • update-manager
  • update-manager-config
  • update-server

Details about maven archetype trueupdate-archetype-glassfish

License

License

Commercial License
GroupId

GroupId

net.java.trueupdate
ArtifactId

ArtifactId

trueupdate-archetype-glassfish
Version

Version

0.8.1
Type

Type

maven-archetype
Description

Description

TrueUpdate Archetype GlassFish
An archetype for a TrueUpdate application running in Oracle GlassFish.
Project Organization

Project Organization

Schlichtherle IT Services

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.java.trueupdate -DarchetypeArtifactId=trueupdate-archetype-glassfish -DarchetypeVersion=0.8.1 -DinteractiveMode=false

Dependencies

compile (6)

Group / Artifact Type Version
net.java.trueupdate : trueupdate-agent-ejb ejb 0.8.1
net.java.trueupdate : trueupdate-agent-jms jar 0.8.1
net.java.trueupdate : trueupdate-installer-jsr88 jar 0.8.1
net.java.trueupdate : trueupdate-manager-ejb ejb 0.8.1
net.java.trueupdate : trueupdate-manager-jms jar 0.8.1
net.java.trueupdate : trueupdate-server-maven jar 0.8.1

Project Modules

There are no modules declared in this project.