MVN

org.jboss.portletbridge.archetypes : 1.2-basic

Maven & Gradle

Jun 22, 2012

JSF Portlet archetype

mvn archetype:generate -DarchetypeGroupId=org.jboss.portletbridge.archetypes -DarchetypeArtifactId=1.2-basic -DarchetypeVersion=2.3.1.Final
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.portletbridge.archetypes : 1.2-basic to generate a Maven project - Latest Versions:

  • Latest Stable: 2.3.1.Final
  • Latest Beta: 2.0.0.BETA
  • Latest Alpha: 2.0.0.ALPHA

All Versions

Choose a version of org.jboss.portletbridge.archetypes : 1.2-basic to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.3.x
1.2-basic-2.3.1.Final
1.2-basic-2.3.0.Final
2.2.x
1.2-basic-2.2.0.FINAL
1.2-basic-2.2.0-CR01
2.1.x
1.2-basic-2.1.0.FINAL
1.2-basic-2.1.0.CR1
2.0.x
1.2-basic-2.0.0.FINAL.EPP43CP05
1.2-basic-2.0.0.FINAL
1.2-basic-2.0.0.CR1
1.2-basic-2.0.0.BETA
1.2-basic-2.0.0.ALPHA
1.0.x
1.2-basic-1.0.0.CR3
1.2-basic-1.0.0.CR2
1.2-basic-1.0.0.CR1
1.2-basic-1.0.0.B6
1.2-basic-1.0.0.B5
1.2-basic-1.0.0.B4
1.2-basic-1.0.0.B3

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.portletbridge.archetypes -DarchetypeArtifactId=1.2-basic -DarchetypeVersion=2.3.1.Final