MVN

org.jboss.weld.archetypes : weld-jsf-servlet-minimal

Maven & Gradle

Dec 18, 2009

Weld JSF/Servlet Archetype · Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)

mvn archetype:generate -DarchetypeGroupId=org.jboss.weld.archetypes -DarchetypeArtifactId=weld-jsf-servlet-minimal -DarchetypeVersion=1.0.0-BETA1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.weld.archetypes : weld-jsf-servlet-minimal to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.0-BETA1
  • Latest Beta: 1.0.0-BETA1

All Versions

Choose a version of org.jboss.weld.archetypes : weld-jsf-servlet-minimal to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
weld-jsf-servlet-minimal-1.0.0-BETA1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.jboss.weld.archetypes -DarchetypeArtifactId=weld-jsf-servlet-minimal -DarchetypeVersion=1.0.0-BETA1