Author: mfranklin
Date: Thu Apr 11 20:02:28 2013
New Revision: 1467067
URL: http://svn.apache.org/r1467067
Log:
Moved mongodb kickoff for tests to top level project
Modified:
rave/branches/0.21.1/pom.xml
rave/branches/0.21.1/rave-portal/pom.xml
Modified: rave/branches/0.21.1/pom.xml
URL:
http://svn.apache.org/viewvc/rave/branches/0.21.1/pom.xml?rev=1467067&r1=1467066&r2=1467067&view=diff
==============================================================================
--- rave/branches/0.21.1/pom.xml (original)
+++ rave/branches/0.21.1/pom.xml Thu Apr 11 20:02:28 2013
@@ -825,6 +825,25 @@
</profile>
<profile>
<id>mongodb</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.github.joelittlejohn.embedmongo</groupId>
+ <artifactId>embedmongo-maven-plugin</artifactId>
+ <version>0.1.5</version>
+ <executions>
+ <execution>
+ <id>start</id>
+ <phase>pre-integration-test</phase>
+ <goals>
+ <goal>start</goal>
+ </goals>
+ </execution>
+ </executions>
+ <inherited>false</inherited>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
<id>apache-release</id>
Modified: rave/branches/0.21.1/rave-portal/pom.xml
URL:
http://svn.apache.org/viewvc/rave/branches/0.21.1/rave-portal/pom.xml?rev=1467067&r1=1467066&r2=1467067&view=diff
==============================================================================
--- rave/branches/0.21.1/rave-portal/pom.xml (original)
+++ rave/branches/0.21.1/rave-portal/pom.xml Thu Apr 11 20:02:28 2013
@@ -347,7 +347,7 @@
<directory>${project.basedir}/src/test/resources_mongo</directory>
</testResource>
</testResources>
- <plugins>
+ <plugins><!--
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
@@ -368,7 +368,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin>-->
</plugins>
</build>
</profile>