You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2012/01/04 14:53:44 UTC

svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

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>



Re: svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

Posted by Łukasz Lenart <lu...@googlemail.com>.
2012/1/5 Maurizio Cucchiara <mc...@apache.org>:
> Another couple of question:
> * what is the difference between this file and the archetype-catalog.xml
> present in http://goo.gl/wo4l0 ?

The same, should be one ;-)

> * is that task documented on the release process wiki?

Nope, good point ;-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

Posted by Maurizio Cucchiara <mc...@apache.org>.
Another couple of question:
* what is the difference between this file and the archetype-catalog.xml
present in http://goo.gl/wo4l0 ?
* is that task documented on the release process wiki?


Twitter     :http://www.twitter.com/m_cucchiara
G+          :https://plus.google.com/107903711540963855921
Linkedin    :http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


On 5 January 2012 16:48, Łukasz Lenart <lu...@googlemail.com> wrote:

> 2012/1/5 Maurizio Cucchiara <mc...@apache.org>:
> > should we remember to keep it up to date during the release process?
>
> Yap, but maybe there is a better way, like to list all the versions
> from repository
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

Posted by Łukasz Lenart <lu...@googlemail.com>.
2012/1/5 Maurizio Cucchiara <mc...@apache.org>:
> should we remember to keep it up to date during the release process?

Yap, but maybe there is a better way, like to list all the versions
from repository


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r1227160 - /struts/site/src/site/resources/archetype-catalog.xml

Posted by Maurizio Cucchiara <mc...@apache.org>.
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, <lu...@apache.org> 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>
>
>
>