Create Java project with Maven archetype trueupdate-archetype-tomcat

An archetype for a TrueUpdate application running in Apache Tomcat.

Create a Java Project by archetype trueupdate-archetype-tomcat 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-tomcat"   -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-manager
  • update-server

Details about maven archetype trueupdate-archetype-tomcat

License

License

Commercial License
GroupId

GroupId

net.java.trueupdate
ArtifactId

ArtifactId

trueupdate-archetype-tomcat
Version

Version

0.8.1
Type

Type

maven-archetype
Description

Description

TrueUpdate Archetype Tomcat
An archetype for a TrueUpdate application running in Apache Tomcat.
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-tomcat -DarchetypeVersion=0.8.1 -DinteractiveMode=false

Dependencies

compile (6)

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

Project Modules

There are no modules declared in this project.