It looks like while I can get maven from the command line to get along with that repo, IntelliJ isn't having it - it is getting confused by the fact that the latest gwt-user snapshot 2.6.0-20131105.081128-3 only has a sources jar and a pom, no actual jar with compiled code in it. The -1 jar is only the compiled code, the -2 is only javadoc, and the -3 is, as mentioned, sources.
The maven/push-gwt.sh patch I put up should resolve this - for now this setup is good for maven builds, but not for IDEs that expect to have sources and javadocs available in the 'same' snapshot. On Tuesday, November 5, 2013 2:18:30 AM UTC-6, Matthew Dempsky wrote: > > In the mean time though, I think I successfully pushed 2.6.0-SNAPSHOT to > https://oss.sonatype.org/content/repositories/google-snapshots/. > > > On Tue, Nov 5, 2013 at 12:04 AM, Matthew Dempsky > <[email protected]<javascript:> > > wrote: > >> As promised, I created the "release/2.6" branch for tracking development >> towards 2.6. At this point, development can continue on master towards the >> next release. If you think a change should be made for 2.6, please propose >> it against master, and then notify me to cherry pick it onto release/2.6. >> >> Setting up the 2.6 release branch took longer than expected due to some >> last minute changes and technical issues. I plan to finish preparing the >> 2.6rc1 snapshot tomorrow morning, and push them out. I'll send an >> announcement when that's ready. Thanks for your patience and sorry for the >> slight delay. >> >> >> On Mon, Nov 4, 2013 at 1:58 PM, Matthew Dempsky >> <[email protected]<javascript:> >> > wrote: >> >>> As a reminder, I'm going to create the GWT 2.6 branch later today and >>> prepare a 2.6rc1 snapshot. There's still some time to propose and submit >>> patches, but it's down to hours remaining now. Don't fret if you miss the >>> deadline: there will be more releases in the future! >>> >> >> > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
