>From a Maven standpoint there are two types of artifacts SNAPSHOTS and 
>RELEASES.
Usualy they are split up into different Repositories and SNAPSHOTS are never 
synced to Maven Central.
A Snapshot usually repesents the Maven-Equivalent to our nightly builds to make 
the development
version available for tests to developers wanting to experiment with these libs 
without the haslte
of having to build them. In contrast to release versions Maven checks if there 
is a newer version of
a SNAPSHOT and updates these. So when working with snapshots it can be possible 
that on one day
your project builds and on the next it doesn't, because things have changed.

So from Mavens point of view a snapshot is the opposite of a release :-)

I would even suggest to setup the nightly builds to automatically deploy 
snapshots to Apaches snapshot repo.
Seems that flexunit builds nicely. I would have to update the repo urls and 
provide the credentials on the 
jenkins server, but I think it would be a good Idea to have the SNAPSHOTS 
automatically deployed if the build 
runs through.

Chris


________________________________________
Von: Alex Harui <aha...@adobe.com>
Gesendet: Dienstag, 29. April 2014 23:15
An: dev@flex.apache.org
Betreff: Re: AW: AW: FlexUnit 4.3 prepared to be able to do Maven Releases

>From discussion I've seen on other Apache-wide mailing lists, snapshots
are somewhat like release candidates or nightly builds.  They are not
official release and as long as they are not prominently promoted on the
users@ list or web site, they are ok.

On 4/29/14 9:55 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:

>Isn't he just making an official release available in a different
>format/through a different channel?
>
>EdB
>
>
>
>
>On Tue, Apr 29, 2014 at 6:30 PM, Alex Harui <aha...@adobe.com> wrote:
>
>> As long as the snapshot is not promoted as a public release, I think you
>> can go and create it without a vote process.
>>
>> On 4/29/14 12:52 AM, "Christofer Dutz" <christofer.d...@c-ware.de>
>>wrote:
>>
>> >I just got the confirmation from Infra that the Apache Maven repo is
>> >setup for Flex ...
>> >
>> >What do you guys think about me giving FlexUnit 4.3 a snapshot release?
>> >4.3-SNAPSHOT?
>> >I guess SNAPSHOTS don't need the voting thing, do they?
>> >
>> >Chris
>> >________________________________________
>> >Von: Alex Harui <aha...@adobe.com>
>> >Gesendet: Montag, 28. April 2014 18:29
>> >An: dev@flex.apache.org
>> >Betreff: Re: AW: FlexUnit 4.3 prepared to be able to do Maven Releases
>> >
>> >On 4/28/14 12:41 AM, "Christofer Dutz" <christofer.d...@c-ware.de>
>>wrote:
>> >
>> >>Ok ... I agree.
>> >>
>> >>But sill ... I wouldn't recommend doing that too fast ... we need to
>> >>settle some things first. Currently the flexunit build on jenkins
>>doesn't
>> >>seem to run even if the build went through SUCCESSFULLY.
>> >Hi Chris,  What kind of error did you get?
>> >
>> >I'm pretty sure the flex-asjs build is using the flexunit build to run
>>a
>> >couple of tests.
>> >
>> >-Alex
>> >
>>
>>
>
>
>--
>Ix Multimedia Software
>
>Jan Luykenstraat 27
>3521 VB Utrecht
>
>T. 06-51952295
>I. www.ixsoftware.nl

Reply via email to