I've written some stuff in a maven.xml that makes use of the interactive
tags
e.g.
<project default="xxx" xmlns:a="jelly:ant" xmlns:m="jelly:maven"
xmlns:j="jelly:core" xmlns:i="jelly:interaction">
<goal name="xxx">
<i:ask question="You are about to build a release of
${pom.name}, version ${pom.currentVersion} - is this correct?" default="yes"
answer="x" />
</goal>
</project>
Now if I try and execute this on a machine that's had just the RC2
self-install run on it (Win2K), then it complains about missing tags. I
resolved this by dropping commons-jelly-tags-interaction-20030211.143817.jar
into the Maven\lib directory.
So my question is - what's the proper way to solve this?
a). Do the above, namely tell all people that'll ever build my code that
they need to manually copy that lib
b). Get each user to run something like "maven upgrade:lib
-Dname=commons-jelly-tags-interaction" (I'm not suggesting that's the right
syntax - more questioning if there is a goal to do this which I don't know
the name of!)
c). define something in project.xml / maven.xml that gets maven to download
the above seamlessly
I've been so impressed with Maven's self-installing nature that I'm assuming
/ hoping the answer is c. Can somebody enlighten me
many thanks
James
------------------------------------------------------------------------
For more information about Barclays Capital, please
visit our web site at http://www.barcap.com.
Internet communications are not secure and therefore the Barclays
Group does not accept legal responsibility for the contents of this
message. Although the Barclays Group operates anti-virus programmes,
it does not accept responsibility for any damage whatsoever that is
caused by viruses being passed. Any views or opinions presented are
solely those of the author and do not necessarily represent those of the
Barclays Group. Replies to this email may be monitored by the Barclays
Group for operational or business reasons.
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]