Hello,
I would like to check out geoserver and I'm hitting an issue with building Eclipse projects. It fails in web module. I checked out trunk using svn. Build of geoserver went fine, no problems.
I'm planning to evaluate geoserver for my future project.
Anyway I'm Java/Oracle/SQL Server developer. I was looking through issues and there is couple of them related to Oracle. I would like to step up and work on these or anything else related to database interaction. I have about 10 years of Oracle experience, some PostgreSQL, couple years of SQL Server and around 4 years of Java.
Thank you,
Radovan
Here are the symptons I'm getting:
Subversion info:
$ svn update
At revision 5848.
Build failure:
[INFO] Wrote Eclipse project for "config" to c:\work\geoserver\trunk\maven\config.
[INFO] ----------------------------------------------------------------------------
[INFO] Building Web Application Module
[INFO] task-segment: [eclipse:eclipse]
[INFO] ----------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
Downloading: http://www.mortbay.org/maven2/snapshot/org/geoserver/maven/config/1.5.0-beta1/config -1.5.0-beta1.jar
[WARNING] Unable to get resource from repository mortbay-repo (http://www.mortbay.org/maven2/snap shot)
Downloading: http://repo1.maven.org/maven2/org/geoserver/maven/config/1.5.0-beta1/config-1.5.0-be ta1.jar
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is c orrect: 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.geoserver.maven -DartifactId=config \
-Dversion=1.5.0-beta1 -Dpackaging=maven-plugin -Dfile=/path/to/file
org.geoserver.maven:config:maven-plugin:1.5.0-beta1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/),
mortbay-repo (http://www.mortbay.org/maven2/snapshot)
org.geoserver.maven:config:maven-plugin:1.5.0-beta1
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus-snapshot-plugins (http://snapshots.repository.codehaus.org/),
mortbay-repo (http://www.mortbay.org/maven2/snapshot)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Thu Jan 25 11:00:25 CET 2007
[INFO] Final Memory: 15M/27M
[INFO] ------------------------------------------------------------------------