Author: ssmiweve
Date: 2008-03-06 18:52:59 +0100 (Thu, 06 Mar 2008)
New Revision: 6233

Modified:
   trunk/skin-archetype/src/main/resources/archetype-resources/pom.xml
   trunk/skin-archetype/src/main/resources/archetype-resources/war/pom.xml
Log:
SEARCH-2223 - Create a maven archetype for skins


Modified: trunk/skin-archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/skin-archetype/src/main/resources/archetype-resources/pom.xml 
2008-03-06 17:50:16 UTC (rev 6232)
+++ trunk/skin-archetype/src/main/resources/archetype-resources/pom.xml 
2008-03-06 17:52:59 UTC (rev 6233)
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>sesat</groupId>
-          <artifactId>pom.generic.sesam</artifactId>
+          <artifactId>pom.generic.sesam.no</artifactId>
           <version>2.17-SNAPSHOT</version>
       </parent>
     <name>${artifactId} skin</name>

Modified: 
trunk/skin-archetype/src/main/resources/archetype-resources/war/pom.xml
===================================================================
--- trunk/skin-archetype/src/main/resources/archetype-resources/war/pom.xml     
2008-03-06 17:50:16 UTC (rev 6232)
+++ trunk/skin-archetype/src/main/resources/archetype-resources/war/pom.xml     
2008-03-06 17:52:59 UTC (rev 6233)
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
- - Copyright (2008) Schibsted Søk AS
- *   This file is part of SESAT.
- *
- *   SESAT is free software: you can redistribute it and/or modify
- *   it under the terms of the GNU Affero General Public License as published 
by
- *   the Free Software Foundation, either version 3 of the License, or
- *   (at your option) any later version.
- *
- *   SESAT is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU Affero General Public License for more details.
- *
- *   You should have received a copy of the GNU Affero General Public License
- *   along with SESAT.  If not, see <http://www.gnu.org/licenses />.
- - $Id: project.xml 2296 2006-02-14 17:33:59Z magnuse $
+<!--
+ - Copyright (2008) Schibsted Søk AS
+ *   This file is part of SESAT.
+ *
+ *   SESAT is free software: you can redistribute it and/or modify
+ *   it under the terms of the GNU Affero General Public License as published 
by
+ *   the Free Software Foundation, either version 3 of the License, or
+ *   (at your option) any later version.
+ *
+ *   SESAT is distributed in the hope that it will be useful,
+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *   GNU Affero General Public License for more details.
+ *
+ *   You should have received a copy of the GNU Affero General Public License
+ *   along with SESAT.  If not, see <http://www.gnu.org/licenses />.
+ - $Id: project.xml 2296 2006-02-14 17:33:59Z magnuse $
 --><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";>
 
     <modelVersion>4.0.0</modelVersion>
@@ -29,6 +29,19 @@
     <name>${artifactId}</name>
     <packaging>war</packaging>
     <description>A Skin. Will probably break. Might even blow your house 
up.</description>
+
+    <build>
+     <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <!-- back to the default -->
+                    <warSourceDirectory>src/main/webapp</warSourceDirectory>
+                </configuration>
+            </plugin>
+     </plugins>
+    </build>
     
     <profiles>
         <!-- DEVELOPMENT PROFILE -->
@@ -65,55 +78,55 @@
             <artifactId>commons-log4j</artifactId>
         </dependency>
         <!-- Uncomment the following as needed. -->
-        <!--dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-query-transform-config</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-query-transform-control</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-result</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-result-handler-config</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-result-handler-control</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-search-command-config</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-search-command-control</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-view-config</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-view-control</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>sesat</groupId>
-            <artifactId>generic.sesam.no-velocity-directives</artifactId>
-            <version>${version}</version>
+        <!--dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-query-transform-config</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-query-transform-control</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-result</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-result-handler-config</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-result-handler-control</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-search-command-config</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-search-command-control</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-view-config</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-view-control</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>sesat</groupId>
+            <artifactId>generic.sesam.no-velocity-directives</artifactId>
+            <version>${version}</version>
         </dependency-->
     </dependencies>
 </project>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to