Uploaded image for project: 'Maven Archetype'
  1. Maven Archetype
  2. ARCHETYPE-151

Add Myfaces Archetypes to archetype-catalog.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-alpha-2
    • 2.0-alpha-4
    • Archetypes
    • None

    Description

      It could be good if by default you can choose the following archetypes to the default or internal archetype-catalog.xml:

      It's as simple as add the <archetype> nodes to the file on archetype-common project.

      <?xml version="1.0" encoding="UTF-8"?>
      <archetype-catalog>
      <archetypes>
      <archetype>
      <groupId>org.apache.myfaces.buildtools</groupId>
      <artifactId>myfaces-archetype-helloworld</artifactId>
      <version>1.0.0</version>
      <repository>http://repo1.maven.org/maven2</repository>
      <description>Simple Web application using Apache Myfaces</description>
      </archetype>
      <archetype>
      <groupId>org.apache.myfaces.buildtools</groupId>
      <artifactId>myfaces-archetype-helloworld-facelets</artifactId>
      <version>1.0.0</version>
      <repository>http://repo1.maven.org/maven2</repository>
      <description>A simple archetype using MyFaces and facelets</description>
      </archetype>
      <archetype>
      <groupId>org.apache.myfaces.buildtools</groupId>
      <artifactId>myfaces-archetype-trinidad</artifactId>
      <version>1.0</version>
      <repository>http://repo1.maven.org/maven2</repository>
      <description>A simple archetype using Myfaces and Trinidad</description>
      </archetype>
      <archetype>
      <groupId>org.apache.myfaces.buildtools</groupId>
      <artifactId>myfaces-archetype-jsfcomponents</artifactId>
      <version>1.0</version>
      <repository>http://repo1.maven.org/maven2</repository>
      <description>A simple archetype for create custom JSF components using MyFaces</description>
      </archetype>
      </archetypes>
      </archetype-catalog>

      Attachments

        Activity

          People

            Unassigned Unassigned
            lu4242 Leonardo Uribe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: