Merge pull request #1887 from sbt/wip/fix-metadata-only

Fix metadataonly tests.
This commit is contained in:
eugene yokota 2015-02-28 05:49:04 -05:00
commit bed9a23a4c
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