I chaged it to <version>1.0-SNAPSHOT</version> but it still fails. I think it doesn't look in the local repository first.
Do I have to tell maven to look first in my internal repository? Where? C:\dev\esb\services\myservice>mvn site [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ ---- [INFO] Building Maven Quick Start Archetype [INFO] task-segment: [site] [INFO] ------------------------------------------------------------------------ ---- [INFO] ------------------------------------------------------------------------ ---- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ ---- [INFO] Failed to resolve artifact. GroupId: org.codehaus.mojo ArtifactId: maven-jalopy-plugin Version: 1.0-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:maven-jalopy-plugin:pom:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ ---- [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ ---- [INFO] Total time: 1 second [INFO] Finished at: Wed Jan 25 12:41:21 CET 2006 [INFO] Final Memory: 3M/5M [INFO] ------------------------------------------------------------------------ ---- -----Original Message----- From: Jurgen Lust [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 11:52 AM To: Maven Users List Subject: Re: [m2] Jalopy Plugin? Stefan Fritz schreef: > Sorry I'm a newbie: > > I compiled it and it installed in my local repository. > > > My pom: > ... > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>maven-jalopy-plugin</artifactId> > <version>1.0b11</version> > </plugin> > > ... > You are confusing the jalopy version with the jalopy plugin version. I believe the plugin version should be 1.0-SNAPSHOT (just look in the pom of the plugin) Jurgen -- Among flowers, the cherry blossom. Among men, me. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
