Maven 2 is great, but you're correct that it isn't backwards compatable. I've been using it since beta3 for my projects and have had 0 issues with it. It would just take some work to port the project.xml to a pom.xml. and of course, the more customized build process, the more difficult it will be to port. I think wicket has a pretty vanilla maven build, so it should be fairly painless to upgrade.
+1 for moving to maven2 On 12/17/05, Nick Heudecker <[EMAIL PROTECTED]> wrote: > I'm just going to reinstall 1.0.2 or whatever the current 1.x release is. I > only use Maven to compile Wicket, so it doesn't matter which version I > install. > > I really hate Maven. > > > > On 12/17/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > Martjin is our Maven expert. From what I read about Maven 2 ist seems > > to have lots of problems. It is not backwards compatible either, isn't > > it? > > > > Juergen > > > > On 12/17/05, Nick Heudecker < [EMAIL PROTECTED]> wrote: > > > I'm getting the following error when trying to compile the Wicket > sources > > > with Maven 2: > > > > > > [INFO] Cannot execute mojo: resources. It requires a project with an > > > existing pom.xml, but the build is not using one. > > > > > > Copying the existing project.xml to pom.xml doesn't help either. Any > > > advice? > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
