Fix metadataonly tests.

Turns out the repository we were relying on existing disappeared.  Using a fake jar/pom does the same trick.
This commit is contained in:
Josh Suereth 2015-02-27 19:26:11 -05:00
parent 127081b3c5
commit 7a2d9944eb
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
<version>1.2.1</version>
</project>

View File

@ -2,5 +2,5 @@
-> update
# add a repository with the dependency, which should then succeed
> 'set resolvers += "Nuxeo" at "http://maven.nuxeo.org/nexus/content/groups/public/"'
> 'set resolvers += "Nuxeo" at s"${(baseDirectory.value / "repo").toURI.toURL}"'
> update