Hi Duygu,
Hmm, I NEVER downloaded any maven plugin explicitly before using it. Just prepare your project POM and do a mvn eclipse:eclipse which automatically searches and downloads the eclipse-plugin and creates the eclipse project structure. In order to update the eclipse project structure again, run mvn eclipse:clean followed by mvn eclipse:eclipse again. hth Rolf > Hello, > I'm working on a school project currently and this is the first time I'm > using maven:)) So I need to use Eclipse's maven plugin , I tried on Linux : > > du...@penguen:~$ mvn -DartifactId=maven-eclipse-plugin-plugin > -DgroupId=mevenide -Dversion=0.3.1 plugin:download > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'plugin'. > [INFO] org.apache.maven.plugins: checking for updates from central > [INFO] org.codehaus.mojo: checking for updates from central > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/2.4.1/maven-plugin-plugin-2.4.1.pom > 8K downloaded > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom > 7K downloaded > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom > 20K downloaded > Downloading: http://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom > 4K downloaded > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/2.4.1/maven-plugin-plugin-2.4.1.jar > 30K downloaded > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Required goal not found: plugin:download in > org.apache.maven.plugins:maven-plugin-plugin:2.4.1 > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Sat Jan 10 16:24:21 EET 2009 > [INFO] Final Memory: 1M/4M > > > I dunno what's wrong , I googled the error but nothing came out.Any help is > appreciated thanx:)) > _________________________________________________________________ > Sadece e-posta iletilerinden daha fazlası: Diğer Windows Live™ özelliklerine > göz atın. > http://www.microsoft.com/windows/windowslive/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
