Author: ssmiweve
Date: 2008-03-06 18:50:16 +0100 (Thu, 06 Mar 2008)
New Revision: 6232

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


Modified: trunk/generic.sesam/sesam.com/pom.xml
===================================================================
--- trunk/generic.sesam/sesam.com/pom.xml       2008-03-06 17:17:14 UTC (rev 
6231)
+++ trunk/generic.sesam/sesam.com/pom.xml       2008-03-06 17:50:16 UTC (rev 
6232)
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>sesat</groupId>
-          <artifactId>sesat-kernel</artifactId>
+          <artifactId>pom.generic.sesam.no</artifactId>
           <version>2.17-SNAPSHOT</version>
       </parent>
     <name>Sesam.com skin</name>

Modified: trunk/generic.sesam/sesam.com/war/pom.xml
===================================================================
--- trunk/generic.sesam/sesam.com/war/pom.xml   2008-03-06 17:17:14 UTC (rev 
6231)
+++ trunk/generic.sesam/sesam.com/war/pom.xml   2008-03-06 17:50:16 UTC (rev 
6232)
@@ -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 -->

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:17:14 UTC (rev 6231)
+++ trunk/skin-archetype/src/main/resources/archetype-resources/pom.xml 
2008-03-06 17:50:16 UTC (rev 6232)
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>sesat</groupId>
-          <artifactd>pom.generic.sesam</artifactId>
+          <artifactId>pom.generic.sesam</artifactId>
           <version>2.17-SNAPSHOT</version>
       </parent>
     <name>${artifactId} skin</name>

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

Reply via email to