Re: 1.3.0-beta2/3 broken in the m2 repo?

2007-09-12 Thread Craig Tataryn
Interesting.  Well I assumed that by depending on it, it would pull in all
the right dependencies.  You see, when you just link to groupId=
org.apache.wicket artifactId=wicket you don't get any dependencies and
ultimately your webapp fails.

In my mind the power of maven is to provide that yum-like nature of
resolving a dependency and all of it's dependencies, and so on.

Craig.

On 9/12/07, Martijn Dashorst [EMAIL PROTECTED] wrote:

 there are 2 things wrong with your approach:

 1. wicket-parent is not a jar, so you should have used an additional
 typepom/type
 2. wicket-parent is not a jar, so you should not try to depend on it
 in the first place

 Why are you trying to depend on wicket-parent?

 Martijn

 On 9/12/07, Craig Tataryn [EMAIL PROTECTED] wrote:
  Tried grabbing:
 
  dependency
  groupIdorg.apache.wicket/groupId
  artifactIdwicket-parent/artifactId
  version1.3.0-beta3/version
  /dependency
 
  And then:
 
  dependency
  groupIdorg.apache.wicket/groupId
  artifactIdwicket-parent/artifactId
  version1.3.0-beta2/version
  /dependency
 
  Each bomb with the Failed to resolve artifact.Missing:1)
  org.apache.wicket:wicket-parent:jar:1.3.0-beta2 (same for beta3).
 
  Does work when trying to download directly from:
  http://mvnrepository.com/artifact/org.apache.wicket/wicket-parenteither.
 
  Not sure if it was someone on the list here that did the initial
 install, if
  so, could you take a look?
 
  Craig.
 


 --
 Buy Wicket in Action: http://manning.com/dashorst
 Apache Wicket 1.3.0-beta3 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




1.3.0-beta2/3 broken in the m2 repo?

2007-09-11 Thread Craig Tataryn
Tried grabbing:

dependency
groupIdorg.apache.wicket/groupId
artifactIdwicket-parent/artifactId
version1.3.0-beta3/version
/dependency

And then:

dependency
groupIdorg.apache.wicket/groupId
artifactIdwicket-parent/artifactId
version1.3.0-beta2/version
/dependency

Each bomb with the Failed to resolve artifact.Missing:1)
org.apache.wicket:wicket-parent:jar:1.3.0-beta2 (same for beta3).

Does work when trying to download directly from:
http://mvnrepository.com/artifact/org.apache.wicket/wicket-parent either.

Not sure if it was someone on the list here that did the initial install, if
so, could you take a look?

Craig.


Re: 1.3.0-beta2/3 broken in the m2 repo?

2007-09-11 Thread Craig Tataryn
Does work when trying to download directly from

Meant Doesn't not Does.

On 9/11/07, Craig Tataryn [EMAIL PROTECTED] wrote:

 Tried grabbing:

 dependency
 groupIdorg.apache.wicket/groupId
 artifactIdwicket-parent/artifactId
 version1.3.0-beta3/version
 /dependency

 And then:

 dependency
 groupIdorg.apache.wicket/groupId
 artifactIdwicket-parent/artifactId
 version1.3.0-beta2/version
 /dependency

 Each bomb with the Failed to resolve artifact.Missing:1)
 org.apache.wicket:wicket-parent:jar:1.3.0-beta2 (same for beta3).

 Does work when trying to download directly from:
 http://mvnrepository.com/artifact/org.apache.wicket/wicket-parent either.

 Not sure if it was someone on the list here that did the initial install,
 if so, could you take a look?

 Craig.