Nick Heudecker 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?

You can convert maven1 projects to maven2 with the following command:

mvn maven1:convert

We are managing all our wicket dependencies this way, and have had no major issues. The only problem was with the manifest in the generated jar for wicket-contrib-spring-jdk5 (one of the header fields spanned more than 1 line).

jim



-------------------------------------------------------
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_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to