Skip to content

Commit b57c2c9

Browse files
committed
Added temporary local disk distribution management repository
1 parent 645c67e commit b57c2c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,11 @@
136136
<url>https://github.com/tommysdk/test-docs/tree/master/</url>
137137
</scm>
138138

139+
<distributionManagement>
140+
<repository>
141+
<id>local-disk</id>
142+
<url>file:/Users/tommy/dev/tmp/</url>
143+
</repository>
144+
</distributionManagement>
145+
139146
</project>

0 commit comments

Comments
 (0)