Having the same issue with more recent snapshots; does anyone have a working POM they can share that compiles against a snapshot ok? cheers!
On Mon, Sep 11, 2017 at 3:47 PM, Daniel Kulp <[email protected]> wrote: > > 3.1.13 is in the process of being released so the snapshots likely are > gone. You can: > > 1) use 3.1.14-SNAPSHOT > > Or > > 2) use 3.1.13 - the release is in the central repo already. > > I’m having issues trying to get the CXF website updated which is delaying > the release announcement a bit. :( > > Dan > > > > > On Sep 11, 2017, at 2:58 PM, Shan Syed <[email protected]> wrote: > > > > I want to use 3.1.13, so I've added the repo to my POM: > > > > <repositories> > > <repository> > > <id>apache-repo</id> > > <url>http://repository.apache.org/snapshots/</url> > > <snapshots> > > <enabled>true</enabled> > > </snapshots> > > </repository> > > </repositories> > > > > And then invoked the plugin I want to use from this snapshot: > > > > <plugin> > > <groupId>org.apache.cxf</groupId> > > <artifactId>cxf-wadl2java-plugin</artifactId> > > <version>3.1.13-SNAPSHOT</version>... *SNIP* > > Getting this error: > > [ERROR] Plugin org.apache.cxf:cxf-wadl2java-plugin:3.1.13-SNAPSHOT or > one > > of its dependencies could not be resolved: Could not find artifact > > org.apache.cxf:cxf-wadl2java-plugin:jar > > :3.1.13-SNAPSHOT -> [Help 1] > > > > I must be doing something essentially incorrect - can anyone point me in > > the right direction? > > > > thanks > > -- > Daniel Kulp > [email protected] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com > >
