users@jersey.java.net

Re: [Jersey] Maven issue with JDK 1.5 and samples/generate-wadl

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Thu, 31 Jul 2008 09:30:48 +0200

On Wed, 2008-07-30 at 14:26 +0200, Paul Sandoz wrote:
> Martin Grotzke wrote:
> > Hi Paul,
> >
> > thanx for this hint! The generate-wadl/pom.xml now is tuned, so that all
> > dependencies (for javadoc docletArtifacts) are added to the jdk1.5
> > profile - for me mvn install now works with 1.5.
> >
> > Can you check if the error is really gone?
> >
>
> Thanks, it is gone. I have re-included it back in the samples.
Great!

>
> Tis frustrating that the dependencies have to be explicitly expanded and
> redeclared as docletArtifact declarations as it makes it harder to
> configure. I wonder if it is possible to inherit something from the
> "maven-wadl-plugin" to make it easier?
What do you mean with inheriting s.th.?
I didn't see any possibility how to make it easier when using the
maven-javadoc-plugin. Perhaps it's easier to use the javadoc executable
directly. But the next time probably I won't have any time to have a
look at this.

Cheers,
Martin

>
> Paul.