mirror of https://github.com/apache/maven.git
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:
parent
3f0f786e67
commit
b5e30a6ed5
|
@ -33,4 +33,9 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<url>file://c:/home/brett/snapshot-test-repo</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</model>
|
||||
|
|
Loading…
Reference in New Issue