Thanks for the quick response. Just to complete the thread - for ppl like me who are not too familiar with maven - the way to force plugin version - in our case plugin-plugin is the plugin!! Add that to Wicket top level pom.xml file under <build> section along with other plugins. Make sure in the corresponding Plugin-Management section you provide the exact version number.
Maven gurus correct me if I am wrong - but thats how I resolved my issue. jwcarman wrote: > > On 3/20/08, Ritz123 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Trying to build Wicket from svn trunk - tried mvn eclipse:eclipse and >> mvn >> install - keep getting mojo descriptors not found error. >> >> [INFO] Building Wicket Quickstart Archetype >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [plugin:descriptor] >> [INFO] Using 2 extractors. >> [INFO] Applying extractor for language: java >> [INFO] Extractor for language: java found 0 mojo descriptors. >> [INFO] Applying extractor for language: bsh >> [INFO] Extractor for language: bsh found 0 mojo descriptors. >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Error extracting plugin descriptor: 'No mojo descriptors found in >> plugin' >> >> > There has been a bug discovered in Maven's "plugin-plugin" version 2.4: > > http://jira.codehaus.org/browse/MPLUGIN-102 > > You guys need to lock down your version to 2.3. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/mavn-build-errors-tp16186265p16189744.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
