This doesn't exist in Maven's central repo, so you'll need to download
the JAR and install it yourself.
http://mvnrepository.com/search.html?query=taghandlers
When you run "mvn test", it should show you the command you need to
install this JAR.
Matt
On 4/24/07, kace <[EMAIL PROTECTED]> wrote:
Can you tell me where to get hold of the
so i can add taghandlers-0.9 to my lib. I am looking to get access to
t:updateActionListener.
I added the following to my pom file
net.sf.jsfcomp.facelets
taghandlers
In an ideal world, you could specify
1.1.5 in the
properties section of your pom.xml. However, Maven doesn't allow you
to override properties of dependencies, so the easiest thing to do is
add the dependency into your pom.xml.
org.apache.myfaces.tomahawk
tomahawk
1.1.5
Matt
On 4/20/
Can someone tell me what changes I have to make if I wish to upgrade the
tomahawk from 1.1.3 to 1.1.5 without upgrading to m5-SNAPSHOT. I`m not sure
where i tell appfuse to download 1.1.5 instead of using 1.1.3.
Thanks
kace
--
View this message in context:
http://www.nabble.com/Jar-upgrade-tf3