WicketStuff is a project with many sub-projects. The Maven dependency you add to your project is the Maven parent pom (see https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Inheritance ). I guess you need to use just one/few of the sub-projects. Check https://github.com/wicketstuff/core/wiki#participating-projects
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Oct 16, 2015 at 11:45 PM, Marcel Barbosa Pinto < [email protected]> wrote: > Hi Martin > > By adding the artifact to my pom, maven tries to download from this URL > > http://repo1.maven.apache.org/maven2/org/wicketstuff/wicketstuff-core/7.0.0/wicketstuff-core-7.0.0.jar > > Here is the artifact that I got from > http://mvnrepository.com/artifact/org.wicketstuff/wicketstuff-core: > > <dependency> > <groupId>org.wicketstuff</groupId> > <artifactId>wicketstuff-core</artifactId> > <version>7.0.0</version> > </dependency> > > But there is no jar in there. I am missing some thing? > > Thanks > > > On Fri, Oct 16, 2015 at 6:30 PM, Martin Grigorov <[email protected]> > wrote: > > > This looks like the parent pom of the project. > > Check in one folder above. > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Fri, Oct 16, 2015 at 11:27 PM, Marcel Barbosa Pinto < > > [email protected]> wrote: > > > > > Hi Guys, > > > > > > I've just tried to download this dependency from maven, but it seams to > > be > > > missing the jars from the repo: > > > > > > http://repo1.maven.org/maven2/org/wicketstuff/wicketstuff-core/7.0.0/ > > > > > > > > > -- > > > > > > Marcel Barbosa Pinto > > > 55 11 98255 8288 > > > > > > > > > -- > > Marcel Barbosa Pinto > 55 11 98255 8288 >
