Sorted out a way to get Maven to reference a local jar file without rendering

the pom file hosed for transitive dependencies.
This commit is contained in:
Michael Bayne
2010-11-18 15:54:42 +00:00
parent d999592401
commit 6f1a6ce78d
6 changed files with 58 additions and 23 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>jregistrykey</groupId>
<artifactId>jregistrykey</artifactId>
<version>1.0</version>
<versioning>
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20101118155146</lastUpdated>
</versioning>
</metadata>