mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DmoduleName="My-moduleName" -DgwtVersion="My-gwtVersion" -DgwtIntegrationVersion="My-gwtIntegrationVersion" -DarchetypeGroupId="com.github.apetrelli.samplegwt" -DarchetypeArtifactId="samplegwt-archetype" -DarchetypeVersion="1.0.0-alpha4" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.apetrelli.samplegwt |
| Идентификатор | Идентификаторsamplegwt-archetype |
| Версия | Версия1.0.0-alpha4 |
| Тип | Типmaven-archetype |
| Описание |
ОписаниеSampleGWT archetype
A complete but simple archetype that connects GWT to several technologies: JPA 2, Hibernate, Spring Core, Spring Security, Spring Transactions.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.apetrelli.samplegwt -DarchetypeArtifactId=samplegwt-archetype -DarchetypeVersion=1.0.0-alpha4 -DinteractiveMode=false