> * @component
> */
> private ArtifactMetadataSource metadataSource;
>
> HTH,
>
> -john
>
>
> On May 25, 2007, at 3:32 PM, Kevin Stembridge wrote:
>
> > Hi folks,
> > I'm writing a patch for the webstart-maven-plugin and I'm having some
>
Hi folks,
I'm writing a patch for the webstart-maven-plugin and I'm having some
trouble trying to use ArtifactResolver to resovle transitive
dependencies.
I've been trying to use one of the ArtifactResolver.resolveTransitively
methods, but I keep bumping into problems. These methods are not
javado
Hi folks,
I'm getting an OutOfMemoryError when running mvn javadoc:javadoc in a
Java6 JVM. The same goal runs without error in Java5. My pom config and
console output are pasted below.
I tried adding a element to the plugin config but it made no
difference. I was going to raise a JIRA issue for t