MVN

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

Maven & Gradle

Dec 18, 2009

Minimal Java EE 6 Archteype · Weld archetype for creating a minimal Java EE 6 application using JSF 2.0, CDI 1.0 and EJB 3.1 (persistence unit not included)

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

Latest Version

Choose a version of org.jboss.weld.archetypes : weld-jsf-jee-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-jee-minimal to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
weld-jsf-jee-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-jee-minimal -DarchetypeVersion=1.0.0-BETA1