mirror of https://github.com/sbt/sbt.git
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:
parent
127081b3c5
commit
7a2d9944eb
|
|
@ -0,0 +1,6 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.sun.jmx</groupId>
|
||||
<artifactId>jmxri</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</project>
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue