should we remember to keep it up to date during the release process? Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin :http://www.linkedin.com/in/mauriziocucchiara
Maurizio Cucchiara On 4 January 2012 14:53, <[email protected]> wrote: > Author: lukaszlenart > Date: Wed Jan 4 13:53:43 2012 > New Revision: 1227160 > > URL: http://svn.apache.org/viewvc?rev=1227160&view=rev > Log: > Adds Archetype Catalog to be used with Maven archetype plugin > > Added: > struts/site/src/site/resources/archetype-catalog.xml > > Added: struts/site/src/site/resources/archetype-catalog.xml > URL: > http://svn.apache.org/viewvc/struts/site/src/site/resources/archetype-catalog.xml?rev=1227160&view=auto > > ============================================================================== > --- struts/site/src/site/resources/archetype-catalog.xml (added) > +++ struts/site/src/site/resources/archetype-catalog.xml Wed Jan 4 > 13:53:43 2012 > @@ -0,0 +1,50 @@ > +<?xml version="1.0" encoding="UTF-8"?> > +<archetype-catalog xmlns=" > http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 > " > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > + xsi:schemaLocation=" > http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/1.0.0 > + > http://maven.apache.org/xsd/archetype-catalog-1.0.0.xsd"> > + <archetypes> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-blank</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Blank</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-convention</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Blank > Convention</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-dbportlet</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Database > Portlet</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-plugin</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Plugin</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-portlet</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Portlet</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-starter</artifactId> > + <version>2.3.1.1</version> > + <repository> > https://repository.apache.org/content/groups/public/</repository> > + <description>Struts 2 Archetypes - Starter</description> > + </archetype> > + </archetypes> > +</archetype-catalog> > > >
