Maven problem with wicketstuff

2010-01-26 Thread Warren Bell
I am trying to retrieve wicketstuff-core from repository and am getting 
the following Missing artifact.


Missing artifact org.wicketstuff:wicketstuff-core:jar:1.4.2-SNAPSHOT:compile

my pom

...
   repository
   idwicket-snaps/id
   urlhttp://wicketstuff.org/maven/repository/url
   snapshots
   enabledtrue/enabled
   /snapshots
   releases
   enabledtrue/enabled
   /releases
   /repository
...

   dependency
   groupIdorg.wicketstuff/groupId
   artifactIdwicketstuff-core/artifactId
   version1.4.2-SNAPSHOT/version
   /dependency
...


What am I doing wrong?

Thanks,

Warren

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Maven problem with wicketstuff

2010-01-26 Thread mbrictson

What part of wicketstuff do you want to use in your project? The
wicketstuff-core artifact is not a JAR artifact. You have to specify the
actual JAR you need, like annotation, for example:

dependency
  groupIdorg.wicketstuff/groupId
  artifactIdannotation/artifactId
  version1.4.2-SNAPSHOT/version
/dependency


Warren Bell-2 wrote:
 
 I am trying to retrieve wicketstuff-core from repository and am getting 
 the following Missing artifact.
 
 Missing artifact
 org.wicketstuff:wicketstuff-core:jar:1.4.2-SNAPSHOT:compile
 
 my pom
 
 ...
 repository
 idwicket-snaps/id
 urlhttp://wicketstuff.org/maven/repository/url
 snapshots
 enabledtrue/enabled
 /snapshots
 releases
 enabledtrue/enabled
 /releases
 /repository
 ...
 
 dependency
 groupIdorg.wicketstuff/groupId
 artifactIdwicketstuff-core/artifactId
 version1.4.2-SNAPSHOT/version
 /dependency
 ...
 
 
 What am I doing wrong?
 
 Thanks,
 
 Warren
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Maven-problem-with-wicketstuff-tp27332061p27332549.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Maven problem with wicketstuff

2010-01-26 Thread Warren Bell

wicketstuff-minis

I found it:

   dependency
   groupIdorg.wicketstuff/groupId
   artifactIdminis/artifactId
   version1.4.1/version
   /dependency

Thanks

mbrictson wrote:

What part of wicketstuff do you want to use in your project? The
wicketstuff-core artifact is not a JAR artifact. You have to specify the
actual JAR you need, like annotation, for example:

dependency
  groupIdorg.wicketstuff/groupId
  artifactIdannotation/artifactId
  version1.4.2-SNAPSHOT/version
/dependency


Warren Bell-2 wrote:
  
I am trying to retrieve wicketstuff-core from repository and am getting 
the following Missing artifact.


Missing artifact
org.wicketstuff:wicketstuff-core:jar:1.4.2-SNAPSHOT:compile

my pom

...
repository
idwicket-snaps/id
urlhttp://wicketstuff.org/maven/repository/url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledtrue/enabled
/releases
/repository
...

dependency
groupIdorg.wicketstuff/groupId
artifactIdwicketstuff-core/artifactId
version1.4.2-SNAPSHOT/version
/dependency
...


What am I doing wrong?

Thanks,

Warren

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






  



--
Thanks,

Warren Bell


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org