I wanted to say that it is broken right now with org.apache.wicket:wicket-core:pom
On Tue, Jun 14, 2011 at 5:47 PM, Martin Grigorov <[email protected]> wrote: > Either use org.apache.wicket:wicket:pom or org.apache.wicket:wicket-core:jar > > I think we agreed to use :pom few months ago. > > On Tue, Jun 14, 2011 at 5:45 PM, <[email protected]> wrote: >> Author: dashorst >> Date: Tue Jun 14 14:45:26 2011 >> New Revision: 1135615 >> >> URL: http://svn.apache.org/viewvc?rev=1135615&view=rev >> Log: >> Fixes WICKET-3792 >> >> Modified: >> >> wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml >> >> Modified: >> wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml >> URL: >> http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1135615&r1=1135614&r2=1135615&view=diff >> ============================================================================== >> --- >> wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml >> (original) >> +++ >> wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml >> Tue Jun 14 14:45:26 2011 >> @@ -27,7 +27,7 @@ >> <!-- WICKET DEPENDENCIES --> >> <dependency> >> <groupId>org.apache.wicket</groupId> >> - <artifactId>wicket</artifactId> >> + <artifactId>wicket-core</artifactId> >> <version>${wicket.version}</version> >> <type>pom</type> >> </dependency> >> >> >> > > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
