Do you have a better way to specify a version instead of hardcodding it ?
Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia http://javarsovia.pl 2011/3/25 <lukaszlen...@apache.org>: > Author: lukaszlenart > Date: Fri Mar 25 08:22:58 2011 > New Revision: 1085280 > > URL: http://svn.apache.org/viewvc?rev=1085280&view=rev > Log: > Adds Maven archetype catalog > > Added: > struts/struts2/trunk/src/site/resources/archetype-catalog.xml > > Added: struts/struts2/trunk/src/site/resources/archetype-catalog.xml > URL: > http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/archetype-catalog.xml?rev=1085280&view=auto > ============================================================================== > --- struts/struts2/trunk/src/site/resources/archetype-catalog.xml (added) > +++ struts/struts2/trunk/src/site/resources/archetype-catalog.xml Fri Mar 25 > 08:22:58 2011 > @@ -0,0 +1,44 @@ > +<?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.2.2</version> > + <description>Struts 2 Archetypes - Blank</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-convention</artifactId> > + <version>2.2.2</version> > + <description>Struts 2 Archetypes - Blank Convention</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-dbportlet</artifactId> > + <version>2.2.2</version> > + <description>Struts 2 Archetypes - Database Portlet</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-plugin</artifactId> > + <version>2.2.2</version> > + <description>Struts 2 Archetypes - Plugin</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-portlet</artifactId> > + <version>2.2.2</version> > + <description>Struts 2 Archetypes - Portlet</description> > + </archetype> > + <archetype> > + <groupId>org.apache.struts</groupId> > + <artifactId>struts2-archetype-starter</artifactId> > + <version>2.2.2</version> > + <description>Struts 2 Archetypes - Starter</description> > + </archetype> > + </archetypes> > +</archetype-catalog> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org