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 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
> >
> > 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 repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> > [DEBUG] Trace
> > org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build
> > project for plugin 'org.codehaus.mojo:jdepend-maven-plugin': POM '
> > org.codehaus.mojo:jdepend-maven-plugin' not found in repository: Unable
> to
> > download the artifact from any repository
> >
> >   org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> >
> > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > >
> > > Instructions in the site are wrong
> > >
> > >                  <groupId>org.codehaus.mojo</groupId>
> > >                  <artifactId>jdepend-maven-plugin</artifactId>
> > >                  <version>2.0-beta-1-SNAPSHOT</version>
> > >
> > > something similar to findbugs
> > >
> > >       <groupId>org.codehaus.mojo</groupId>
> > >       <artifactId>findbugs-maven-plugin</artifactId>
> > >       <version>1.0-SNAPSHOT</version>
> > >
> > >
> > >
> > > On 2/9/06, Brian Burridge <[EMAIL PROTECTED]> wrote:
> > > > 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
> repository:
> > > > Unable to download the artifact from any repository
> > > >
> > > >   org.apache.maven.plugins:maven-findbugs-plugin:pom:1.0-SNAPSHOT
> > > >
> > > > from the specified remote repositories:
> > > >   central (http://repo1.maven.org/maven2)
> > > >
> > > >         at
> > > >
> org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(
> > > > DefaultPluginManager.java:268)
> > > >         at
> > > > org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(
> > > > DefaultPluginManager.java:185)
> > > >         at
> > > org.apache.maven.plugin.DefaultPluginManager.verifyReportPlugin(
> > > > DefaultPluginManager.java:490)
> > > >         at
> > > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyReportPlugin(
> > > > DefaultLifecycleExecutor.java:1258)
> > > >         ... 19 more
> > > > Caused by: org.apache.maven.project.ProjectBuildingException: POM '
> > > > org.apache.maven.plugins:maven-findbugs-plugin' not found in
> repository:
> > > > Unable to download the artifact from any repository
> > > >
> > > > AND
> > > >
> > > > Caused by:
> org.apache.maven.artifact.resolver.ArtifactNotFoundException:
> > > > Unable to download the artifact from any repository
> > > >
> > > >   org.codehaus.mojo:maven-jdepend-plugin:pom:1.0-SNAPSHOT
> > > >
> > > > from the specified remote repositories:
> > > >   central (http://repo1.maven.org/maven2)
> > > >
> > > >         at
> > > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(
> > > > DefaultArtifactResolver.java:136)
> > > >         at
> > > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(
> > > > DefaultArtifactResolver.java:63)
> > > >         at
> > > >
> > >
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository
> > > (
> > > > DefaultMavenProjectBuilder.java:386)
> > > >         ... 24 more
> > > > Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
> Unable
> > > to
> > > > download the artifact from any repository
> > > >         at
> > > org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact
> > > > (DefaultWagonManager.java:260)
> > > >         at
> > > > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(
> > > > DefaultArtifactResolver.java:124)
> > > >         ... 26 more
> > > >
> > > >
> > > > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > 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.
> > > > > >
> > > > > > brian
> > > > > >
> > > > > > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > 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.xmlthe
> > > > > jdepend
> > > > > > > plugin report, because I try insert the configuration below ,
> but
> > > the
> > > > > plugin
> > > > > > > not connect to repository.
> > > > > > > >
> > > > > > > > See below the XML.
> > > > > > > >
> > > > > > > > <reporting>
> > > > > > > >           <plugins>
> > > > > > > >               <plugin>
> > > > > > > >                  <groupId>org.codehaus.mojo</groupId>
> > > > > > >
> >                  <artifactId>maven-jdepend-plugin</artifactId>
> > > > > > > >                  <version>1.0-SNAPSHOT</version>
> > > > > > > >               </plugin>
> > > > > > > >           </plugins>
> > > > > > > >  </reporting>
> > > > > > > >
> > > > > > > >
> > > > > > > > Best Regards
> > > > > > > >
> > > > > > > >
> > > > > > > >                  Vandermi João da Silva
> > > > > > > >  R&D MAO - Core Engines
> > > > > > > >  BenQ Eletroeletrônica Ltda.
> > > > > > > >
> > > > > > > > TEL +55(92) 2127-8015
> > > > > > > > Mobile: +55(92) 8125-2248
> > > > > > > >  FAX +55(92) 2127-8102
> > > > > > > > [EMAIL PROTECTED]
> > > > > > > > www.BenQMobile.com
> > > > > > > >  Rua João Alfredo, 536 - Edifício Gabriela
> > > > > > > >  Bairro São Geraldo
> > > > > > > >  CEP: 69053-270 - Manaus/AM
> > > > > > > > Brasil
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to