Re: Jdepend maven 2 plugin

2006-02-10 Thread Brian Burridge
Thanks so much everyone. Got it working! Brian On 2/10/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Only the two Maven Snapshots are required. > > On 2/9/06, javed mandary <[EMAIL PROTECTED]> wrote: > > At the following in your POM: > > > > > > > > repo-ibiblio-mirror >

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
Only the two Maven Snapshots are required. On 2/9/06, javed mandary <[EMAIL PROTECTED]> wrote: > At the following in your POM: > > > > repo-ibiblio-mirror > Ibiblio Mirror > http://mirrors.dotsrc.org/maven2 > > > Maven

Re: Jdepend maven 2 plugin

2006-02-09 Thread javed mandary
At the following in your POM: repo-ibiblio-mirror Ibiblio Mirror http://mirrors.dotsrc.org/maven2 Maven Snapshots http://snapshots.maven.codehaus.org/maven2/ true

Re: Jdepend maven 2 plugin

2006-02-09 Thread Allan Ramirez
Hi Brian, Please refer to this guide http://maven.apache.org/guides/development/guide-testing-development-plugins.html Regards, -allan Brian Burridge wrote: Do I have to define something to tell Maven to go to that repository? When it fails it seems to indicate that it only checked the one re

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
Do I have to define something to tell Maven to go to that repository? When it fails it seems to indicate that it only checked the one repository. Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified remote

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
oops, sorry this isn't in reply to our jdepends discussion. I replied to the wrong email! sorry, brian On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > > I built it from source, and think I've gotten to the problem, which is > that it doesn't like my scm url. > > Maybe you'll be able to hel

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
I built it from source, and think I've gotten to the problem, which is that it doesn't like my scm url. Maybe you'll be able to help me with this. We use an ext connection of ssh, so that I can checkout an app like this: cvs -z3 -d:ext:[EMAIL PROTECTED]:*/dir/cvs/* checkout PROJECTNAME When I is

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
because they are snapshots, and go to other repo http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > Why is it that when I go to > http://www.ibiblio.org/maven2/org/codehaus/mojo/I don't see either the > findbugs or jdepends plugins i

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
This is the first time I've used Maven in over a year, so the first time I've tried these plugins with this repository. brian On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Have you changed your repositories? it should look into the snapshot repo > > On 2/9/06, Brian Burridge <[EMAIL PR

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
Why is it that when I go to http://www.ibiblio.org/maven2/org/codehaus/mojo/I don't see either the findbugs or jdepends plugins in there? Brian On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > > This is the first time I've used Maven in over a year, so the first time > I've tried these plug

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
Have you changed your repositories? it should look into the snapshot repo On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > I get the same errors: > > [INFO] Failed to resolve artifact. > > GroupId: org.codehaus.mojo > ArtifactId: jdepend-maven-plugin > Version: 2.0-beta-1-SNAPSHOT > > Reaso

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
I get the same errors: [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT from the specified re

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
Instructions in the site are wrong org.codehaus.mojo jdepend-maven-plugin 2.0-beta-1-SNAPSHOT something similar to findbugs org.codehaus.mojo findbugs-maven-plugin 1.0-SNAPSHOT On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> w

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
I have the same problem with the find bugs plugin. Here is the error message: Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin 'org.apache.maven.plugins:maven-findbugs-plugin': POM ' org.apache.maven.plugins:maven-findbugs-plugin' not found in repositor

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
Then please post the output. May it be a timeout with ibiblio being slow? On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote: > I'm not sure if this is what he means, but I tried to add that plugin to my > POM today, and when I ran mvn site, it was unable to download jpend into my > repository. >

Re: Jdepend maven 2 plugin

2006-02-09 Thread Brian Burridge
I'm not sure if this is what he means, but I tried to add that plugin to my POM today, and when I ran mvn site, it was unable to download jpend into my repository. brian On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > What do you mean with " the plugin not connect to repository."? > > On

Re: Jdepend maven 2 plugin

2006-02-09 Thread Carlos Sanchez
What do you mean with " the plugin not connect to repository."? On 2/9/06, Silva, Vandermi Joao Da <[EMAIL PROTECTED]> wrote: > > > > I would like to know, how can I configure in the my POM.xml the jdepend > plugin report, because I try insert the configuration below , but the plugin > not conne