mirror of
https://github.com/nicolabs/ciform.git
synced 2025-09-07 16:10:07 +02:00
+ starting to add deploy code
+ pub.dir = publications' root directory
This commit is contained in:
parent
e518e6807e
commit
e39bf32987
|
@ -37,3 +37,4 @@ tools/jsdoc_toolkit-2.4.0
|
|||
tools/yuicompressor-2.4.7
|
||||
minilib/build
|
||||
minilib/target
|
||||
publications
|
||||
|
|
|
@ -177,10 +177,13 @@
|
|||
<make-min bigsource="${build.bigsource.js}" />
|
||||
</target>
|
||||
|
||||
<target name="build-pom" depends="validate" description="Builds a Maven POM.">
|
||||
<target name="build-pom" extensionOf="package" depends="validate, install" description="Builds a Maven POM.">
|
||||
<ivy:makepom ivyfile="${basedir}/ivy.xml" pomfile="${target.dir}/pom.xml" />
|
||||
</target>
|
||||
|
||||
<target name="make-deploy" extensionOf="deploy" depends="package" description="Deploys to the local 'publications' directory." >
|
||||
<ivy:publish resolver="local" artifactspattern="${pub.dir}/[module]/[artifact]-[conf]-[revision].[ext]" overwrite="true" forcedeliver="true" />
|
||||
</target>
|
||||
|
||||
<!--
|
||||
TODO fix and integrate the following targets
|
||||
|
|
|
@ -50,3 +50,6 @@ jsdoc.dir=${tools.dir}/jsdoc-toolkit
|
|||
|
||||
# Command to run PHPDocumentor
|
||||
phpdoc.exe=${tools.dir}/php-5.3.9-Win32-VC9-x86/php.exe ${tools.dir}/PhpDocumentor-1.4.4/phpdoc.php
|
||||
|
||||
# Where to publish artifacts
|
||||
pub.dir=${basedir}/publications
|
Loading…
Reference in a new issue