Re: A maven/nexus repos manager/missing dependency question

2009-10-19 Thread Quintin Beukes
>     >         >             >                org.apache.maven.plugins >                maven-javadoc-plugin >             >         >     > > > That is the only plugin specified in my pom.  The plugin that looks to be > causing the problem is a maven plugin (the maven-project-info-reports-plugin

Re: A maven/nexus repos manager/missing dependency question

2009-10-19 Thread Sean Davis
On Mon, Oct 19, 2009 at 6:46 AM, Quintin Beukes wrote: > You should add it to the plugin's dependencies. > > Here is an example extract from one of my POMs (the irrelevant bits > removed): > > >. > > >org.apache.maven.surefire >surefire-a

Re: A maven/nexus repos manager/missing dependency question

2009-10-19 Thread Quintin Beukes
You should add it to the plugin's dependencies. Here is an example extract from one of my POMs (the irrelevant bits removed): . org.apache.maven.surefire surefire-api 2.4.3 Quintin Beukes On

Re: A maven/nexus repos manager/missing dependency question

2009-10-19 Thread Sean Davis
On Mon, Oct 19, 2009 at 5:15 AM, Quintin Beukes wrote: > Try adding the commons-lang dependency. > > Thanks, Quintin. However, it appears that this dependency is arising in a maven plugin, if I understand things correctly? So, adding the dependency to my own pom won't have an effect on the build

Re: A maven/nexus repos manager/missing dependency question

2009-10-19 Thread Quintin Beukes
Try adding the commons-lang dependency. Quintin Beukes On Sun, Oct 18, 2009 at 10:34 PM, Sean Davis wrote: > I have been using maven pretty successfully for low-end java > programming--I'm not much of a developer.  I have finally convinced a few > folks to potentially work with me on some proj

A maven/nexus repos manager/missing dependency question

2009-10-18 Thread Sean Davis
I have been using maven pretty successfully for low-end java programming--I'm not much of a developer. I have finally convinced a few folks to potentially work with me on some projects at work and thought setting up a repository manager would be a good idea. The nexus setup pretty simple and I ch