You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/28 20:29:36 UTC

svn commit: r480165 - in /maven/archetype/trunk/maven-archetype-bundles: maven-archetype-archetype/ maven-archetype-j2ee-simple/ maven-archetype-mojo/ maven-archetype-plugin-site/ maven-archetype-plugin/ maven-archetype-portlet/ maven-archetype-profile...

Author: jvanzyl
Date: Tue Nov 28 11:29:35 2006
New Revision: 480165

URL: http://svn.apache.org/viewvc?view=rev&rev=480165
Log:
o adding licenses to POMs
o adding descriptions
o fixing names

Modified:
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-archetype/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-portlet/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-profiles/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-simple/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site/pom.xml
    maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/pom.xml

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-archetype/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-archetype/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-archetype/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,10 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>  
+  <description>
+    An archetype which contains a sample archetype. 
+  </description>
   <artifactId>maven-archetype-archetype</artifactId>
   <name>Maven Archetype Archetype</name>
   <version>1.0-SNAPSHOT</version>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a simplifed sample J2EE application.
+  </description>  
   <artifactId>maven-archetype-j2ee-simple</artifactId>
-  <name>Maven Archetype J2EE - Simple</name>
+  <name>Maven Simple J2EE Archetype</name>
   <version>1.0-SNAPSHOT</version>
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-mojo/pom.xml Tue Nov 28 11:29:35 2006
@@ -15,7 +15,6 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -23,7 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample a sample Maven plugin.
+  </description>
   <artifactId>maven-archetype-mojo</artifactId>
-  <name>Maven Archetype MOJO</name>
+  <name>Maven Mojo Archetype</name>
   <version>1.0-SNAPSHOT</version>
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,6 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven plugin site. This archetype can be layered upon an
+    existing Maven plugin project.
+  </description>
   <artifactId>maven-archetype-plugin-site</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Maven Plugin Site Archetype</name>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-plugin/pom.xml Tue Nov 28 11:29:35 2006
@@ -15,7 +15,6 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -23,6 +22,9 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven plugin.
+  </description>
   <artifactId>maven-archetype-plugin</artifactId>
   <name>Maven Plugin Archetype</name>
   <version>1.0-SNAPSHOT</version>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-portlet/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-portlet/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-portlet/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-portlet/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample JSR-268 Portlet.
+  </description>
   <artifactId>maven-archetype-portlet</artifactId>
-  <name>Maven Archetype Portlet</name>
+  <name>Maven Portlet Archetype</name>
   <version>1.0-SNAPSHOT</version>
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-profiles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-profiles/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-profiles/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-profiles/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven project which demonstrates the use of profiles.
+  </description>
   <artifactId>maven-archetype-profiles</artifactId>
-  <name>Maven Archetype Profiles</name>
+  <name>Maven Profiles Archetype</name>
   <version>1.0-SNAPSHOT</version>
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-quickstart/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,17 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven project.
+  </description>
   <artifactId>maven-archetype-quickstart</artifactId>
-  <name>Maven Archetype Quickstart</name>
+  <name>Maven Quickstart Archetype</name>
   <version>1.0-SNAPSHOT</version>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+  </dependencies>  
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-simple/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-simple/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-simple/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,8 +22,11 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a simple Maven project.
+  </description>
   <artifactId>maven-archetype-simple</artifactId>
-  <name>Maven Archetype Simple</name>
+  <name>Maven Simple Project Archetype</name>
   <version>1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site-simple/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site-simple/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site-simple/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,6 +22,9 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven site.
+  </description>
   <artifactId>maven-archetype-site-simple</artifactId>
   <name>Maven Archetype for Simple Site</name>
   <version>1.0-SNAPSHOT</version>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-site/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,12 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven site which demonstrates some of the supported document types like
+    APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered 
+    upon an existing Maven project. 
+  </description>  
   <artifactId>maven-archetype-site</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Maven Archetype Site</name>
+  <name>Maven Site Archetype</name>
 </project>

Modified: maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/pom.xml?view=diff&rev=480165&r1=480164&r2=480165
==============================================================================
--- maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-bundles/maven-archetype-webapp/pom.xml Tue Nov 28 11:29:35 2006
@@ -1,3 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 <project>
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
@@ -5,7 +22,10 @@
     <version>1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <description>
+    An archetype which contains a sample Maven Webapp project.
+  </description>
   <artifactId>maven-archetype-webapp</artifactId>
-  <name>Maven Archetype Webapp</name>
+  <name>Maven Webapp Archetype</name>
   <version>1.0-SNAPSHOT</version>
 </project>