MVN

org.apache.myfaces.trinidadbuild : myfaces-archetype-trinidad

Maven & Gradle

Jun 12, 2007

Apache MyFaces Trinidad Archetype · Archetype to ease the burden of creating a new application based with Trinidad

<plugin>
    <groupId>org.apache.myfaces.trinidadbuild</groupId>
    <artifactId>myfaces-archetype-trinidad</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.myfaces.trinidadbuild : myfaces-archetype-trinidad to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.apache.myfaces.trinidadbuild : myfaces-archetype-trinidad to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
myfaces-archetype-trinidad-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.myfaces.trinidadbuild</groupId>
    <artifactId>myfaces-archetype-trinidad</artifactId>
    <version>1.0.1</version>
</plugin>