Add an integration test for migrating repository

This commit is contained in:
Shane Kilkelly
2018-11-29 10:22:22 +00:00
parent 8bdf7031c5
commit 1a646d3fd0
7 changed files with 138 additions and 10 deletions
+8
View File
@@ -22,6 +22,14 @@
<target>1.8</target>
<compilerArgument></compilerArgument>
</configuration>
</plugin>
<!-- Hack, test loader crashes without this bit -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin -->
<plugin>