Maven wicketstuff project include

2009-11-19 Thread pieter claassen
What is the correct maven syntax to include wickestuff projects? My code below fails to find the jquery project. [svn-revision-number:revision {execution: default}] snapshot org.wicketstuff:jquery:1.4.3-SNAPSHOT: checking for updates from wicket-snaps Downloading:

Re: Maven wicketstuff project include

2009-11-19 Thread Maarten Bosteels
try this: dependency groupIdorg.wicketstuff/groupId artifactIdwicketstuff-jquery/artifactId version1.4.1/version /dependency Maarten On Thu, Nov 19, 2009 at 9:33 AM, pieter claassen pie...@claassen.co.ukwrote: What is the correct maven syntax to include wickestuff projects? My code