Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Updated archetype to use new shindig strategy RAVE-525
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1439666 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mfranklin committed Jan 28, 2013
1 parent 269252f commit 72c3e17
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
-->
Expand Down

0 comments on commit 72c3e17

Please sign in to comment.