On Monday 28 July 2008 06:06:58 pm Martin Desruisseaux wrote:
> Gabriel Roldán a écrit :
> > Same thing here, verifier is required to build verifier...
> > how do I build geotools then?
> >
> > I'm just trying to update trunk poms to be 2.6-SNAPSHOT
>
> cd build/maven/verifier
> mvn install
> mvn deploy
> cd ../../..
> mvn install
>
>
> I will remove this verifier if this is too much trouble. Should I?

Hi Martin, bellow is the output of mvn install from inside the 
build/maven/verifier directory, which is what I was trying to do.

I don't even know what it does, so can't say whether it should be removed or 
not. Waiting for your advise.

Thanks,

Gabriel
>
>       Martin
>

bash-3.2$mvn install
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ------------------------------------------------------------------------
[INFO] Building POM verifier
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: 
http://snapshots.repository.codehaus.org//org/geotools/maven/verifier/2.6-SNAPSHOT/verifier-2.6-SNAPSHOT.jar
Downloading: 
http://lists.refractions.net/m2/org/geotools/maven/verifier/2.6-SNAPSHOT/verifier-2.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that 
the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn 
install:install-file -DgroupId=org.geotools.maven -DartifactId=verifier 
-Dversion=2.6-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
    mvn 
deploy:deploy-file -DgroupId=org.geotools.maven -DartifactId=verifier 
-Dversion=2.6-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]


  org.geotools.maven:verifier:maven-plugin:2.6-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  refractions (http://lists.refractions.net/m2),
  codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/)

  org.geotools.maven:verifier:maven-plugin:2.6-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  refractions (http://lists.refractions.net/m2),
  codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jul 28 17:12:17 EDT 2008
[INFO] Final Memory: 11M/129M
[INFO] ------------------------------------------------------------------------

> !DSPAM:4045,488e34fb194151628642973!



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to