Re: How to use ArtifactResolver.resovleTransitively ?

2007-05-26 Thread Kevin Stembridge
> * @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 >

How to use ArtifactResolver.resovleTransitively ?

2007-05-25 Thread Kevin Stembridge
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

maven-javadoc-plugin OutOfMemoryError on Java6

2007-03-25 Thread Kevin Stembridge
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