Skip to content
Snippets Groups Projects
Commit e5c0a91a authored by Joe Littlejohn's avatar Joe Littlejohn
Browse files

Add auth to test poms & fix plugin version in one place

parent 890879cb
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
<version>0.1.9-SNAPSHOT</version>
<executions>
<execution>
<id>start</id>
......
......@@ -29,7 +29,6 @@
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
<version>0.1.9-SNAPSHOT</version>
<executions>
<execution>
<id>start</id>
......@@ -38,10 +37,11 @@
</goals>
<configuration>
<port>37017</port>
<version>2.1.1</version>
<version>2.1.1</version>
<databaseDirectory>.</databaseDirectory>
<logging>file</logging>
<bindIp>127.0.0.1</bindIp>
<bindIp>127.0.0.1</bindIp>
<authEnabled>false</authEnabled>
</configuration>
</execution>
<execution>
......
......@@ -29,7 +29,6 @@
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
<version>0.1.9-SNAPSHOT</version>
<executions>
<execution>
<id>start</id>
......@@ -40,7 +39,8 @@
<port>37017</port>
<databaseDirectory>/tmp/mongotest</databaseDirectory>
<logging>console</logging>
<version>v2.2.0</version>
<version>v2.2.0</version>
<authEnabled>true</authEnabled>
</configuration>
</execution>
<execution>
......
......@@ -17,4 +17,15 @@
<module>randomport</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
<version>0.1.10-SNAPSHOT</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
......@@ -30,7 +30,6 @@
<plugin>
<groupId>com.github.joelittlejohn.embedmongo</groupId>
<artifactId>embedmongo-maven-plugin</artifactId>
<version>0.1.9-SNAPSHOT</version>
<executions>
<execution>
<id>start</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment