Profile to deploy to a local place.
This commit is contained in:
@@ -319,5 +319,23 @@
|
|||||||
<plugin.jar.path>/usr/share/icedtea-web/plugin.jar</plugin.jar.path>
|
<plugin.jar.path>/usr/share/icedtea-web/plugin.jar</plugin.jar.path>
|
||||||
</properties>
|
</properties>
|
||||||
</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