Skip to content

Commit

Permalink
Fix fakejar resolution - add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Apr 14, 2017
1 parent 0d36b84 commit 158e429
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions core/testlib/repo/fakejar/fakejar/0/fakejar-0.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>fakejar</groupId>
<artifactId>fakejar</artifactId>
<version>0</version>
<description>POM was created from install:install-file</description>
</project>
12 changes: 12 additions & 0 deletions core/testlib/repo/fakejar/fakejar/maven-metadata-local.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>fakejar</groupId>
<artifactId>fakejar</artifactId>
<versioning>
<release>0</release>
<versions>
<version>0</version>
</versions>
<lastUpdated>20170414082010</lastUpdated>
</versioning>
</metadata>

0 comments on commit 158e429

Please sign in to comment.