Skip to content

Commit

Permalink
add local file repository to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Argan Wang committed May 24, 2012
1 parent 585ae00 commit 6931d3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<url>http://code.alibabatech.com/mvn/releases/</url>
<layout>default</layout>
</repository>
<repository>
<id>local-file</id>
<url>file://${basedir}/lib/</url>
<layout>default</layout>
</repository>

<repository>
<id>springsource-repo</id>
Expand Down

0 comments on commit 6931d3c

Please sign in to comment.