Создать Java проект на основе Maven архетипа trueupdate-archetype-tomcat

An archetype for a TrueUpdate application running in Apache Tomcat.

Консольная команда для создания Java-проекта на основе архетипа trueupdate-archetype-tomcat:

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 

Обязательные параметры для создания java проекта:

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

Модули в готовом maven проекте

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

Подробная информация об архетипе trueupdate-archetype-tomcat

Лицензия

Лицензия

Commercial License
Группа

Группа

net.java.trueupdate
Идентификатор

Идентификатор

trueupdate-archetype-tomcat
Версия

Версия

0.8.1
Тип

Тип

maven-archetype
Описание

Описание

TrueUpdate Archetype Tomcat
An archetype for a TrueUpdate application running in Apache Tomcat.
Организация-разработчик

Организация-разработчик

Schlichtherle IT Services

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.