Skip to content

Commit

Permalink
Fix fakejar resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Apr 14, 2017
1 parent e5ec856 commit 0d36b84
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
<groupId>fakejar</groupId>
<artifactId>fakejar</artifactId>
<version>0</version>
<scope>system</scope>
<systemPath>${basedir}/../testlib/fakejar.jar</systemPath>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down Expand Up @@ -240,4 +239,11 @@
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>testlib</id>
<url>file://${project.basedir}/testlib/repo</url>
</repository>
</repositories>
</project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

rm fakejar.jar
zip -r fakejar.jar META-INF/ recursive/
mv fakejar.jar repo/fakejar/fakejar/0/fakejar-0.jar
File renamed without changes.

0 comments on commit 0d36b84

Please sign in to comment.