You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/02/29 00:54:48 UTC

svn commit: r1294906 - in /incubator/directmemory/trunk: pom.xml server/directmemory-server-archetype/pom.xml server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Author: olamy
Date: Tue Feb 28 23:54:48 2012
New Revision: 1294906

URL: http://svn.apache.org/viewvc?rev=1294906&view=rev
Log:
more rat exclusion needed for archetype

Modified:
    incubator/directmemory/trunk/pom.xml
    incubator/directmemory/trunk/server/directmemory-server-archetype/pom.xml
    incubator/directmemory/trunk/server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1294906&r1=1294905&r2=1294906&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Tue Feb 28 23:54:48 2012
@@ -755,6 +755,8 @@ under the License.
                     <exclude>ajcore**</exclude>
                     <exclude>init-git-svn.sh</exclude>
                     <exclude>src/main/webapp/js/jquery*.js</exclude>
+                    <exclude>src/main/resources/archetype-resources/src/main/webapp/js/jquery*.js</exclude>
+                    <exclude>src/test/resources/projects/basic/**</exclude>
                   </excludes>
                 </configuration>
               </execution>

Modified: incubator/directmemory/trunk/server/directmemory-server-archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/server/directmemory-server-archetype/pom.xml?rev=1294906&r1=1294905&r2=1294906&view=diff
==============================================================================
--- incubator/directmemory/trunk/server/directmemory-server-archetype/pom.xml (original)
+++ incubator/directmemory/trunk/server/directmemory-server-archetype/pom.xml Tue Feb 28 23:54:48 2012
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -11,10 +30,11 @@
   <artifactId>server-example-archetype</artifactId>
   <packaging>maven-archetype</packaging>
 
-  <name>Apache DirectMemory :: Server :: Server Implementation</name>
+  <name>Apache DirectMemory :: Server :: Server Archetype</name>
 
   <properties>
     <directMemoryVersion>${project.version}</directMemoryVersion>
+    <archetypeVersion>2.2</archetypeVersion>
   </properties>
 
 
@@ -29,7 +49,7 @@
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>2.2</version>
+        <version>${archetypeVersion}</version>
       </extension>
     </extensions>
 
@@ -38,7 +58,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.2</version>
+          <version>${archetypeVersion}</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: incubator/directmemory/trunk/server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1294906&r1=1294905&r2=1294906&view=diff
==============================================================================
--- incubator/directmemory/trunk/server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ incubator/directmemory/trunk/server/directmemory-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Tue Feb 28 23:54:48 2012
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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.
+  -->
+
 <archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="server-example"
     xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">