I know I can use Ivy in standalone
http://ant.apache.org/ivy/history/trunk/standalone.html

I was following example here
http://stackoverflow.com/questions/1200762/good-ivy-tutorial-for-local-repository
 

and therefore am running ivy something like the example using:
java -jar $IVY -settings config/ivysettings.xml \
        -ivy src/ivy.xml \
        -publish internal \
        -publishpattern "src/[artifact].[ext]" \
        -revision 1.0 \
        -status release \
        -overwrite 

My question is the following:
I used to be able to avoid publishing the ivy.xml file by setting publishivy
to false in the build.xml publish task. Now that I don't have a build.xml
file and am running Ivy in standalone, anyone know how to configure to not
publish the ivy xml file?
-- 
View this message in context: 
http://old.nabble.com/Using-Ivy-in-standalone-program-how-to-not-publish-ivy-file-tp33446874p33446874.html
Sent from the ivy-user mailing list archive at Nabble.com.

Reply via email to