It looks like you are not in the "src" directory. If the root of your checkout looks like:
data/ doc/ src/ cd into "src" and try the commands again. The directory you execute the maven command from should have a pom.xml file. Hope that helps. -Justin Jimmy Aumard wrote: > Hello, > > I have download the geoserver-1.7.6's source and I try to make an > eclipse project with maven but I don't know maven and I have some errors: > > I try : > > mvn -e eclipse:ecipse > > And I have : > > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Required goal not found: eclipse:ecipse in > org.apache.maven.plugins:maven-eclipse-plugin:2.7 > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.BuildFailureException: Required goal not found: > eclipse:ecipse in org.apache.maven.plugins:maven-eclipse-plugin:2.7 > > I try : > > maven install > > response: > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Cannot execute mojo: resources. It requires a project with an > existing pom.xml, but the build is not using one. > > Thanks for your help. > > Jim > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > > ------------------------------------------------------------------------ > > _______________________________________________ > Geoserver-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-devel -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
