Thanks Andrea! I fixed the problem using your solution!
On Sun, Sep 22, 2013 at 6:14 PM, Andrea Del Bene <[email protected]>wrote: > Hi, > > I had a similar problem recently with my REST module in WicketStuff. I > don't know how snapshot repository works, but it seems that Wicket > artifacts are not updated since version 6.9.0 (I'm looking here > https://repository.apache.org/**content/groups/snapshots/org/** > apache/wicket/wicket-core/<https://repository.apache.org/content/groups/snapshots/org/apache/wicket/wicket-core/>). > To overcame this problem you can install 6.11 snapshot locally following > these three simple steps: > > 1. clone repo at > https://github.com/apache/**wicket.git<https://github.com/apache/wicket.git> > 2. switch to wicket-6.x branch > 3. run mvn install at repo's root > > this should let you work without problems. > > Is there a fix to check my build before committing? >> >> >> On Sun, Sep 22, 2013 at 12:53 PM, Martin Grigorov <[email protected] >> >wrote: >> >> It seems Apache Repository Snapshots is enabled only for profile with id >>> 'resolve-oss.sonatype.org-**snapshots' >>> >>> >>> On Sun, Sep 22, 2013 at 10:01 AM, Andun Sameera <[email protected]> >>> wrote: >>> >>> Anyway the artifact should be visible in the nexus repo ? >>>> >>>> >>>> On Sun, Sep 22, 2013 at 12:29 PM, Martin Grigorov <[email protected] >>>> >>>>> wrote: >>>>> Hi, >>>>> >>>>> I can build it without problems: >>>>> >>>>> .... >>>>> [INFO] Reactor Summary: >>>>> [INFO] >>>>> [INFO] Wicket Whiteboard - Parent ........................ SUCCESS >>>>> >>>> [0.544s] >>>> >>>>> [INFO] Wicket Whiteboard ..............................**... SUCCESS >>>>> >>>> [3.785s] >>>> >>>>> [INFO] Wicket Whiteboard - Examples ...................... SUCCESS >>>>> >>>> [1.712s] >>>> >>>>> [INFO] >>>>> >>>>> ------------------------------**------------------------------** >>> ------------ >>> >>>> [INFO] BUILD SUCCESS >>>>> [INFO] >>>>> >>>>> ------------------------------**------------------------------** >>> ------------ >>> >>>> [INFO] Total time: 6.273s >>>>> .... >>>>> >>>>> But it could be because I have 6.11.0-SNAPSHOT locally too. >>>>> >>>>> >>>>> >>>>> On Sun, Sep 22, 2013 at 12:25 AM, Andun Sameera <[email protected]> >>>>> wrote: >>>>> >>>>> Hi All, >>>>>> >>>>>> I got this error in my local build. >>>>>> >>>>>> [ERROR] Failed to execute goal on project wicketstuff-whiteboard: >>>>>> >>>>> Could >>> >>>> not >>>>> >>>>>> resolve dependencies for project >>>>>> org.wicketstuff:wicketstuff-**whiteboard:jar:6.0-SNAPSHOT: The >>>>>> >>>>> following >>> >>>> artifacts could not be resolved: >>>>>> org.apache.wicket:wicket-core:**jar:6.11.0-SNAPSHOT, >>>>>> org.apache.wicket:wicket:pom:**6.11.0-SNAPSHOT: Could not find >>>>>> artifact >>>>>> org.apache.wicket:wicket-core:**jar:6.11.0-SNAPSHOT in Apache Nexus ( >>>>>> https://repository.apache.org/**content/repositories/**snapshots/<https://repository.apache.org/content/repositories/snapshots/>) >>>>>> -> >>>>>> >>>>> [Help >>>> >>>>> 1] >>>>> >>>>>> I tried with forceful updates. It also failed. I looked at >>>>>> >>>>>> >>>>>> https://repository.apache.org/**content/repositories/** >>> snapshots/org/apache/wicket/**wicket-core/<https://repository.apache.org/content/repositories/snapshots/org/apache/wicket/wicket-core/> >>> >>>> . >>>>>> But I can find a 6.11 snapshot. >>>>>> >>>>>> Can someone help me! >>>>>> >>>>>> Thanks! >>>>>> >>>>>> -- >>>>>> Regards >>>>>> Andun S.L. Gunawardana >>>>>> Undergraduate >>>>>> Department of Computer Science And Engineering >>>>>> University of Moratuwa >>>>>> Sri Lanka >>>>>> >>>>>> Blog - >>>>>> http://www.insightforfuture.**blogspot.com/<http://www.insightforfuture.blogspot.com/> >>>>>> LinkedIn - >>>>>> >>>>> http://www.linkedin.com/pub/**andun-s-l-gunawardana/34/646/**703<http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703> >>>> >>>>> Twitter -http://twitter.com/AndunSLG >>>>>> >>>>>> >>>> >>>> -- >>>> Regards >>>> Andun S.L. Gunawardana >>>> Undergraduate >>>> Department of Computer Science And Engineering >>>> University of Moratuwa >>>> Sri Lanka >>>> >>>> Blog - >>>> http://www.insightforfuture.**blogspot.com/<http://www.insightforfuture.blogspot.com/> >>>> LinkedIn - http://www.linkedin.com/pub/**andun-s-l-gunawardana/34/646/* >>>> *703 <http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703> >>>> Twitter -http://twitter.com/AndunSLG >>>> >>>> >> >> > -- Regards Andun S.L. Gunawardana Undergraduate Department of Computer Science And Engineering University of Moratuwa Sri Lanka Blog - http://www.insightforfuture.blogspot.com/ LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703 Twitter -http://twitter.com/AndunSLG
