Allow narya to be built with internal maven structure.
In an ideal world, we should run a proper repository server and mirror, but this will allow us to build in the meantime.
This commit is contained in:
@@ -177,5 +177,23 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
<!-- For deploying to a local place -->
|
||||||
|
<profile>
|
||||||
|
<id>deploy-local</id>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>deploy-local-dir</id>
|
||||||
|
<name>Local Maven repository</name>
|
||||||
|
<url>file://${deploy.local.dir}</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>deploy-local-dir</id>
|
||||||
|
<name>Local Maven repository</name>
|
||||||
|
<url>file://${deploy.local.dir}</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
</profile>
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user