Hi,
Have a glance to
http://maven.apache.org/general.html#tools-jar-dependency
Cheers,
Vincent
2008/6/4, Niranjan Deshpande <[EMAIL PROTECTED]>:
> My application needs the Tag and Taglets class when it is compiled.
> These classes are provided in JDKs tools.jar file.
>
> Since this has not be
My application needs the Tag and Taglets class when it is compiled.
These classes are provided in JDKs tools.jar file.
Since this has not been configured in my POM, I am getting this error:
package com.sun.tools.doclets does not exist
How do i add this dependecny to the POM? AS per my understand