Dinesh Chothe ha scritto: > Hello, > I have installing maven2.0.4 for using > geotools liabrary.When I gives command > mvn install it gives me following error, > / / [EMAIL PROTECTED]:~/dinesh/gt/gt2-2.3.0$ mvn install > [INFO] Scanning for projects... > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building Maven Default Project > [INFO] task-segment: [install] > [INFO] > ---------------------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does > not exist or no valid version could be found
This is either an install trouble, or the internet connection is down while you build. At least the first build must be performed with internet connection up. > Can anyone please give me solution for solving this problem. > & also is there any other way to use geotools liabrary? To only use it, you can download the jars and the sources, but I suggest you do use maven for projects using geotools since maven will help you get the right set of dependencies (that is, the jars you need to use a certain functionality). Cheers Andrea ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
