Author: mfranklin
Date: Mon Jan 28 22:06:21 2013
New Revision: 1439666

URL: http://svn.apache.org/viewvc?rev=1439666&view=rev
Log:
Updated archetype to use new shindig strategy RAVE-525

Modified:
    
rave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml

Modified: 
rave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml?rev=1439666&r1=1439665&r2=1439666&view=diff
==============================================================================
--- 
rave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml
 (original)
+++ 
rave/trunk/rave-custom-project-archetype/src/main/resources/archetype-resources/__rootArtifactId__-shindig/pom.xml
 Mon Jan 28 22:06:21 2013
@@ -33,7 +33,13 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.rave</groupId>
-      <artifactId>rave-shindig</artifactId>
+      <artifactId>rave-shindig-dependencies</artifactId>
+      <type>pom</type>
+      <version>${apache.rave.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.rave</groupId>
+      <artifactId>rave-shindig-resources</artifactId>
       <type>war</type>
       <version>${apache.rave.version}</version>
     </dependency>
@@ -61,7 +67,7 @@
           <overlays>
             <overlay>
               <groupId>org.apache.rave</groupId>
-              <artifactId>rave-shindig</artifactId>
+              <artifactId>rave-shindig-resources</artifactId>
               <!-- Example exclusions for files we overrides
                    This isn't technically required (as we overlay) but made 
explicit this way
               -->


Reply via email to