Ryan McKinley schrieb:
Hello-
I am stumbling through learning wicket and am hitting some things I
don't grock about maven.
I want to run the gmap2 example. When I check it out and then run:
$ mvn jetty:run (or mvn install)
I get an error that says "Missing:
org.wicketstuff:wicket-contrib-gmap2:jar:1.3.0-SNAPSHOT"
How do I fix that?
the wicket-contrib-gmap2 needs to be installed too, so you need to check
it out and run mvn clean install
on it before the examples run.
See also:
http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-gmap2
martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]