allow file:// deployment

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-24 08:46:02 +00:00
parent 3f0f786e67
commit b5e30a6ed5
1 changed files with 5 additions and 0 deletions

View File

@ -33,4 +33,9 @@
<scope>compile</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<url>file://c:/home/brett/snapshot-test-repo</url>
</repository>
</distributionManagement>
</model>