Re: Are snapshots available in some Maven repo?

2019-01-15 Thread Hervé BOUTEMY
sorry, I forgot to do it while merging

done: I hope the result will be as good as expected

Regards,

Hervé

Le mardi 15 janvier 2019, 16:09:22 CET Mickael Istria a écrit :
> Hi again,
> 
> The (hopefully) final patch to make save GBs of RAM in m2e was merged in
> Maven earlier today.
> I'd like m2e CI builds to be able to test against it. Can someone please
> publish the current master as SNAPSHOT ?
> 
> Cheers,





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Are snapshots available in some Maven repo?

2019-01-15 Thread Mickael Istria
Hi again,

The (hopefully) final patch to make save GBs of RAM in m2e was merged in
Maven earlier today.
I'd like m2e CI builds to be able to test against it. Can someone please
publish the current master as SNAPSHOT ?

Cheers,


Re: Are snapshots available in some Maven repo?

2019-01-11 Thread Paul Hammant
Obligatory, "Trunk-Based Development  (with short-lived feature branches if
you like) is best" -
https://trunkbaseddevelopment.com/short-lived-feature-branches/ - *shout
out*.

- Paul (majority author of the above site).


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Mickael Istria
Hi,

master seems by far enough to me, and I think support for specific other
branches should be considered in another future step if it happens to be
requested one day.
About nightly, I think it's usually not such a good rule. I wrote about it
some time ago when I started to deal with release engineering for a bunch
of Eclipse projects:
https://mickaelistria.wordpress.com/2011/12/07/call-a-spade-a-spade-and-a-nightly-a-snapshot/
. My recommandation would be to use the "Poll SCM" Jenkins feature
configured to check SCM @hourly or so. This should overall produce less
builds than a nightly (leading to less things to re-download and re-try for
clients without actual payload change, so it's more energy-efficient and
easier for testing), and also gives more agility by reducing the feedback
loop.

Cheers,


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Enrico Olivelli
+1 for master and nightly, timezone is not so important

Enrico

Il gio 10 gen 2019, 21:44 Stephen Connolly 
ha scritto:

> I say if we are doing automatic snapshot deployment, master branch only and
> either weekly or daily or on every commit... pick one for all our projects.
>
> Other branches would just confuse things so keep them as manual deployment
> and if doing that require the branch name included in the version number.
>
> On Thu 10 Jan 2019 at 20:14, Olivier Lamy  wrote:
>
> > We already had this discussion so many times and it always turns to non
> > ended complicated discussion with very complicated cases which NEVER
> happen
> > here
> > So the most important is: We must take it easy and avoid
> overthinking!.
> > +1 for every night a master snapshot or every master changes.
> > but please keep it simple
> >
> >
> > On Fri, 11 Jan 2019 at 06:34, Dan Tran  wrote:
> >
> > > how about just deploy nightly snapshot of active 'main' branch ( ie
> > > master)?
> > >
> > > -D
> > >
> > >
> > > On Thu, Jan 10, 2019 at 9:03 AM Robert Scholte 
> > > wrote:
> > >
> > > > Now that we use branches actively, it is way more important where a
> > > > SNAPSHOT is coming from.
> > > > I've seen it too often that people thought they were testing with a
> > > > version from a specific branch, but that it was redeployed with
> another
> > > > version.
> > > > The first steps are done to rewrite the pom-file during publication,
> > and
> > > > that might be exactly what we need here: when we're on a branch, the
> > > > branchname should be added to the version.
> > > > Call it work in progress for better support.
> > > >
> > > > thanks,
> > > > Robert
> > > >
> > > > On Thu, 10 Jan 2019 10:50:57 +0100, Stephen Connolly
> > > >  wrote:
> > > >
> > > > > On Thu, 10 Jan 2019 at 09:11, Mickael Istria 
> > > wrote:
> > > > >
> > > > >> Hi,
> > > > >>
> > > > >> Eclipse m2e, as a consumer of Maven as a library, would love to
> see
> > > the
> > > > >> latest HEAD from master published automatically as SNAPSHOTs soon
> > > after
> > > > >> every change is made. This seems like a requirement to enable
> > > continuous
> > > > >> feedback from m2e to Maven.
> > > > >> Publishing some other branches or commits doesn't seem interesting
> > to
> > > > >> Eclipse m2e at the moment.
> > > > >>
> > > > >
> > > > > My point is that we need a clearly defined policy as to exactly
> what
> > > > > branch(es) are automatically pushed and when.
> > > > >
> > > > > That policy could be *one* of:
> > > > > * "master" if there are SCM changes detected on Sunday at 00:00 UTC
> > > > > * "master" if there are SCM changes detected at 00:00 UTC
> > > > > * "master" as soon as SCM changes are detected
> > > > > * "integration" as soon as SCM changes are detected
> > > > > * etc
> > > > >
> > > > > We just need to be crystal clear exactly what policy we are
> > following.
> > > > > Right now the policy we are following is:
> > > > >
> > > > > * Manually from whatever branch is appropriate and only when there
> > is a
> > > > > request for them to be published.
> > > > >
> > > > > There are good and valid reasons for any of these policies (or
> indeed
> > > > > other
> > > > > alternative policies). The problems occur if you try to mix policy.
> > > > >
> > > > > For example, if I as a developer know that snapshots could be
> > published
> > > > > at
> > > > > any time then I can choose between `always` and `never` as the
> update
> > > > > policy depending on whether I want to focus on diagnosing issues
> on a
> > > > > consistent base or discovering issues on shifting sand.
> > > > >
> > > > > If I know that snapshots will only ever be published once a week
> > then I
> > > > > can
> > > > > leave the update policy at the default of daily because I'll need
> to
> > > > > rebuild my mental context on the next week anyway and it's only the
> > > first
> > > > > build on Monday's that will have the time kill.
> > > > >
> > > > > So the thing that we need to do is decide if we want to change our
> > > > > policy,
> > > > > if yes, then decide what we want to change it to *and* both
> implement
> > > it
> > > > > consistently and publish it clearly.
> > > > >
> > > > > Finally we have the ASF legal requirements that mean we need to
> > clarify
> > > > > to
> > > > > all that -SNAPSHOTs are not actually releases and are only made
> > > available
> > > > > for validation prior to VOTE threads... because currently
> -SNAPSHOTs
> > > are
> > > > > rare this is not a big issue... if we have the CI pushing
> -SNAPSHOTs
> > > at a
> > > > > regular cadence the risk of *users* starting to use -SNAPSHOTs as
> > > > > releases
> > > > > rises so we would need to find ways to mitigate such risks
> > > > >
> > > > >
> > > > >>
> > > > >> Cheers,
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > > For additional commands, e-mail: 

Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Stephen Connolly
I say if we are doing automatic snapshot deployment, master branch only and
either weekly or daily or on every commit... pick one for all our projects.

Other branches would just confuse things so keep them as manual deployment
and if doing that require the branch name included in the version number.

On Thu 10 Jan 2019 at 20:14, Olivier Lamy  wrote:

> We already had this discussion so many times and it always turns to non
> ended complicated discussion with very complicated cases which NEVER happen
> here
> So the most important is: We must take it easy and avoid overthinking!.
> +1 for every night a master snapshot or every master changes.
> but please keep it simple
>
>
> On Fri, 11 Jan 2019 at 06:34, Dan Tran  wrote:
>
> > how about just deploy nightly snapshot of active 'main' branch ( ie
> > master)?
> >
> > -D
> >
> >
> > On Thu, Jan 10, 2019 at 9:03 AM Robert Scholte 
> > wrote:
> >
> > > Now that we use branches actively, it is way more important where a
> > > SNAPSHOT is coming from.
> > > I've seen it too often that people thought they were testing with a
> > > version from a specific branch, but that it was redeployed with another
> > > version.
> > > The first steps are done to rewrite the pom-file during publication,
> and
> > > that might be exactly what we need here: when we're on a branch, the
> > > branchname should be added to the version.
> > > Call it work in progress for better support.
> > >
> > > thanks,
> > > Robert
> > >
> > > On Thu, 10 Jan 2019 10:50:57 +0100, Stephen Connolly
> > >  wrote:
> > >
> > > > On Thu, 10 Jan 2019 at 09:11, Mickael Istria 
> > wrote:
> > > >
> > > >> Hi,
> > > >>
> > > >> Eclipse m2e, as a consumer of Maven as a library, would love to see
> > the
> > > >> latest HEAD from master published automatically as SNAPSHOTs soon
> > after
> > > >> every change is made. This seems like a requirement to enable
> > continuous
> > > >> feedback from m2e to Maven.
> > > >> Publishing some other branches or commits doesn't seem interesting
> to
> > > >> Eclipse m2e at the moment.
> > > >>
> > > >
> > > > My point is that we need a clearly defined policy as to exactly what
> > > > branch(es) are automatically pushed and when.
> > > >
> > > > That policy could be *one* of:
> > > > * "master" if there are SCM changes detected on Sunday at 00:00 UTC
> > > > * "master" if there are SCM changes detected at 00:00 UTC
> > > > * "master" as soon as SCM changes are detected
> > > > * "integration" as soon as SCM changes are detected
> > > > * etc
> > > >
> > > > We just need to be crystal clear exactly what policy we are
> following.
> > > > Right now the policy we are following is:
> > > >
> > > > * Manually from whatever branch is appropriate and only when there
> is a
> > > > request for them to be published.
> > > >
> > > > There are good and valid reasons for any of these policies (or indeed
> > > > other
> > > > alternative policies). The problems occur if you try to mix policy.
> > > >
> > > > For example, if I as a developer know that snapshots could be
> published
> > > > at
> > > > any time then I can choose between `always` and `never` as the update
> > > > policy depending on whether I want to focus on diagnosing issues on a
> > > > consistent base or discovering issues on shifting sand.
> > > >
> > > > If I know that snapshots will only ever be published once a week
> then I
> > > > can
> > > > leave the update policy at the default of daily because I'll need to
> > > > rebuild my mental context on the next week anyway and it's only the
> > first
> > > > build on Monday's that will have the time kill.
> > > >
> > > > So the thing that we need to do is decide if we want to change our
> > > > policy,
> > > > if yes, then decide what we want to change it to *and* both implement
> > it
> > > > consistently and publish it clearly.
> > > >
> > > > Finally we have the ASF legal requirements that mean we need to
> clarify
> > > > to
> > > > all that -SNAPSHOTs are not actually releases and are only made
> > available
> > > > for validation prior to VOTE threads... because currently -SNAPSHOTs
> > are
> > > > rare this is not a big issue... if we have the CI pushing -SNAPSHOTs
> > at a
> > > > regular cadence the risk of *users* starting to use -SNAPSHOTs as
> > > > releases
> > > > rises so we would need to find ways to mitigate such risks
> > > >
> > > >
> > > >>
> > > >> Cheers,
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
-- 
Sent from my phone


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Olivier Lamy
We already had this discussion so many times and it always turns to non
ended complicated discussion with very complicated cases which NEVER happen
here
So the most important is: We must take it easy and avoid overthinking!.
+1 for every night a master snapshot or every master changes.
but please keep it simple


On Fri, 11 Jan 2019 at 06:34, Dan Tran  wrote:

> how about just deploy nightly snapshot of active 'main' branch ( ie
> master)?
>
> -D
>
>
> On Thu, Jan 10, 2019 at 9:03 AM Robert Scholte 
> wrote:
>
> > Now that we use branches actively, it is way more important where a
> > SNAPSHOT is coming from.
> > I've seen it too often that people thought they were testing with a
> > version from a specific branch, but that it was redeployed with another
> > version.
> > The first steps are done to rewrite the pom-file during publication, and
> > that might be exactly what we need here: when we're on a branch, the
> > branchname should be added to the version.
> > Call it work in progress for better support.
> >
> > thanks,
> > Robert
> >
> > On Thu, 10 Jan 2019 10:50:57 +0100, Stephen Connolly
> >  wrote:
> >
> > > On Thu, 10 Jan 2019 at 09:11, Mickael Istria 
> wrote:
> > >
> > >> Hi,
> > >>
> > >> Eclipse m2e, as a consumer of Maven as a library, would love to see
> the
> > >> latest HEAD from master published automatically as SNAPSHOTs soon
> after
> > >> every change is made. This seems like a requirement to enable
> continuous
> > >> feedback from m2e to Maven.
> > >> Publishing some other branches or commits doesn't seem interesting to
> > >> Eclipse m2e at the moment.
> > >>
> > >
> > > My point is that we need a clearly defined policy as to exactly what
> > > branch(es) are automatically pushed and when.
> > >
> > > That policy could be *one* of:
> > > * "master" if there are SCM changes detected on Sunday at 00:00 UTC
> > > * "master" if there are SCM changes detected at 00:00 UTC
> > > * "master" as soon as SCM changes are detected
> > > * "integration" as soon as SCM changes are detected
> > > * etc
> > >
> > > We just need to be crystal clear exactly what policy we are following.
> > > Right now the policy we are following is:
> > >
> > > * Manually from whatever branch is appropriate and only when there is a
> > > request for them to be published.
> > >
> > > There are good and valid reasons for any of these policies (or indeed
> > > other
> > > alternative policies). The problems occur if you try to mix policy.
> > >
> > > For example, if I as a developer know that snapshots could be published
> > > at
> > > any time then I can choose between `always` and `never` as the update
> > > policy depending on whether I want to focus on diagnosing issues on a
> > > consistent base or discovering issues on shifting sand.
> > >
> > > If I know that snapshots will only ever be published once a week then I
> > > can
> > > leave the update policy at the default of daily because I'll need to
> > > rebuild my mental context on the next week anyway and it's only the
> first
> > > build on Monday's that will have the time kill.
> > >
> > > So the thing that we need to do is decide if we want to change our
> > > policy,
> > > if yes, then decide what we want to change it to *and* both implement
> it
> > > consistently and publish it clearly.
> > >
> > > Finally we have the ASF legal requirements that mean we need to clarify
> > > to
> > > all that -SNAPSHOTs are not actually releases and are only made
> available
> > > for validation prior to VOTE threads... because currently -SNAPSHOTs
> are
> > > rare this is not a big issue... if we have the CI pushing -SNAPSHOTs
> at a
> > > regular cadence the risk of *users* starting to use -SNAPSHOTs as
> > > releases
> > > rises so we would need to find ways to mitigate such risks
> > >
> > >
> > >>
> > >> Cheers,
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Dan Tran
how about just deploy nightly snapshot of active 'main' branch ( ie master)?

-D


On Thu, Jan 10, 2019 at 9:03 AM Robert Scholte  wrote:

> Now that we use branches actively, it is way more important where a
> SNAPSHOT is coming from.
> I've seen it too often that people thought they were testing with a
> version from a specific branch, but that it was redeployed with another
> version.
> The first steps are done to rewrite the pom-file during publication, and
> that might be exactly what we need here: when we're on a branch, the
> branchname should be added to the version.
> Call it work in progress for better support.
>
> thanks,
> Robert
>
> On Thu, 10 Jan 2019 10:50:57 +0100, Stephen Connolly
>  wrote:
>
> > On Thu, 10 Jan 2019 at 09:11, Mickael Istria  wrote:
> >
> >> Hi,
> >>
> >> Eclipse m2e, as a consumer of Maven as a library, would love to see the
> >> latest HEAD from master published automatically as SNAPSHOTs soon after
> >> every change is made. This seems like a requirement to enable continuous
> >> feedback from m2e to Maven.
> >> Publishing some other branches or commits doesn't seem interesting to
> >> Eclipse m2e at the moment.
> >>
> >
> > My point is that we need a clearly defined policy as to exactly what
> > branch(es) are automatically pushed and when.
> >
> > That policy could be *one* of:
> > * "master" if there are SCM changes detected on Sunday at 00:00 UTC
> > * "master" if there are SCM changes detected at 00:00 UTC
> > * "master" as soon as SCM changes are detected
> > * "integration" as soon as SCM changes are detected
> > * etc
> >
> > We just need to be crystal clear exactly what policy we are following.
> > Right now the policy we are following is:
> >
> > * Manually from whatever branch is appropriate and only when there is a
> > request for them to be published.
> >
> > There are good and valid reasons for any of these policies (or indeed
> > other
> > alternative policies). The problems occur if you try to mix policy.
> >
> > For example, if I as a developer know that snapshots could be published
> > at
> > any time then I can choose between `always` and `never` as the update
> > policy depending on whether I want to focus on diagnosing issues on a
> > consistent base or discovering issues on shifting sand.
> >
> > If I know that snapshots will only ever be published once a week then I
> > can
> > leave the update policy at the default of daily because I'll need to
> > rebuild my mental context on the next week anyway and it's only the first
> > build on Monday's that will have the time kill.
> >
> > So the thing that we need to do is decide if we want to change our
> > policy,
> > if yes, then decide what we want to change it to *and* both implement it
> > consistently and publish it clearly.
> >
> > Finally we have the ASF legal requirements that mean we need to clarify
> > to
> > all that -SNAPSHOTs are not actually releases and are only made available
> > for validation prior to VOTE threads... because currently -SNAPSHOTs are
> > rare this is not a big issue... if we have the CI pushing -SNAPSHOTs at a
> > regular cadence the risk of *users* starting to use -SNAPSHOTs as
> > releases
> > rises so we would need to find ways to mitigate such risks
> >
> >
> >>
> >> Cheers,
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Robert Scholte
Now that we use branches actively, it is way more important where a  
SNAPSHOT is coming from.
I've seen it too often that people thought they were testing with a  
version from a specific branch, but that it was redeployed with another  
version.
The first steps are done to rewrite the pom-file during publication, and  
that might be exactly what we need here: when we're on a branch, the  
branchname should be added to the version.

Call it work in progress for better support.

thanks,
Robert

On Thu, 10 Jan 2019 10:50:57 +0100, Stephen Connolly  
 wrote:



On Thu, 10 Jan 2019 at 09:11, Mickael Istria  wrote:


Hi,

Eclipse m2e, as a consumer of Maven as a library, would love to see the
latest HEAD from master published automatically as SNAPSHOTs soon after
every change is made. This seems like a requirement to enable continuous
feedback from m2e to Maven.
Publishing some other branches or commits doesn't seem interesting to
Eclipse m2e at the moment.



My point is that we need a clearly defined policy as to exactly what
branch(es) are automatically pushed and when.

That policy could be *one* of:
* "master" if there are SCM changes detected on Sunday at 00:00 UTC
* "master" if there are SCM changes detected at 00:00 UTC
* "master" as soon as SCM changes are detected
* "integration" as soon as SCM changes are detected
* etc

We just need to be crystal clear exactly what policy we are following.
Right now the policy we are following is:

* Manually from whatever branch is appropriate and only when there is a
request for them to be published.

There are good and valid reasons for any of these policies (or indeed  
other

alternative policies). The problems occur if you try to mix policy.

For example, if I as a developer know that snapshots could be published  
at

any time then I can choose between `always` and `never` as the update
policy depending on whether I want to focus on diagnosing issues on a
consistent base or discovering issues on shifting sand.

If I know that snapshots will only ever be published once a week then I  
can

leave the update policy at the default of daily because I'll need to
rebuild my mental context on the next week anyway and it's only the first
build on Monday's that will have the time kill.

So the thing that we need to do is decide if we want to change our  
policy,

if yes, then decide what we want to change it to *and* both implement it
consistently and publish it clearly.

Finally we have the ASF legal requirements that mean we need to clarify  
to

all that -SNAPSHOTs are not actually releases and are only made available
for validation prior to VOTE threads... because currently -SNAPSHOTs are
rare this is not a big issue... if we have the CI pushing -SNAPSHOTs at a
regular cadence the risk of *users* starting to use -SNAPSHOTs as  
releases

rises so we would need to find ways to mitigate such risks




Cheers,


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Stephen Connolly
On Thu, 10 Jan 2019 at 09:11, Mickael Istria  wrote:

> Hi,
>
> Eclipse m2e, as a consumer of Maven as a library, would love to see the
> latest HEAD from master published automatically as SNAPSHOTs soon after
> every change is made. This seems like a requirement to enable continuous
> feedback from m2e to Maven.
> Publishing some other branches or commits doesn't seem interesting to
> Eclipse m2e at the moment.
>

My point is that we need a clearly defined policy as to exactly what
branch(es) are automatically pushed and when.

That policy could be *one* of:
* "master" if there are SCM changes detected on Sunday at 00:00 UTC
* "master" if there are SCM changes detected at 00:00 UTC
* "master" as soon as SCM changes are detected
* "integration" as soon as SCM changes are detected
* etc

We just need to be crystal clear exactly what policy we are following.
Right now the policy we are following is:

* Manually from whatever branch is appropriate and only when there is a
request for them to be published.

There are good and valid reasons for any of these policies (or indeed other
alternative policies). The problems occur if you try to mix policy.

For example, if I as a developer know that snapshots could be published at
any time then I can choose between `always` and `never` as the update
policy depending on whether I want to focus on diagnosing issues on a
consistent base or discovering issues on shifting sand.

If I know that snapshots will only ever be published once a week then I can
leave the update policy at the default of daily because I'll need to
rebuild my mental context on the next week anyway and it's only the first
build on Monday's that will have the time kill.

So the thing that we need to do is decide if we want to change our policy,
if yes, then decide what we want to change it to *and* both implement it
consistently and publish it clearly.

Finally we have the ASF legal requirements that mean we need to clarify to
all that -SNAPSHOTs are not actually releases and are only made available
for validation prior to VOTE threads... because currently -SNAPSHOTs are
rare this is not a big issue... if we have the CI pushing -SNAPSHOTs at a
regular cadence the risk of *users* starting to use -SNAPSHOTs as releases
rises so we would need to find ways to mitigate such risks


>
> Cheers,
>


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Mickael Istria
Hi,

Eclipse m2e, as a consumer of Maven as a library, would love to see the
latest HEAD from master published automatically as SNAPSHOTs soon after
every change is made. This seems like a requirement to enable continuous
feedback from m2e to Maven.
Publishing some other branches or commits doesn't seem interesting to
Eclipse m2e at the moment.

Cheers,


Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Stephen Connolly
The question is more what our policy is.

In my opinion you need one of two policies:

* snapshots are deployed manually
* snapshots are deployed automatically from a specific branch

We have used manual as our policy. If we change that’s fine, but we should
stop manual deployment and clarify the deployment frequency so that people
can set their update policy in their settings.xml appropriately.

A vote would be required imho... and a discuss beforehand.

On Thu 10 Jan 2019 at 06:18, Enrico Olivelli  wrote:

> We should only have to setup a CI job which does
> mvn deploy
>
> AFAIK ASF Jenkins are allowed to push snapshots
>
> Enrico
>
> Il gio 10 gen 2019, 00:34 Mickael Istria  ha scritto:
>
> > On Wednesday, January 9, 2019, Robert Scholte 
> > wrote:
> >
> > > I've just deployed the SNAPSHOTs from current master to
> > > repository.apache.org
> > >
> >
> > Thanks a lot! Could it be done continuously? Technicallu, a CI
> job.checking
> > the repo could tale care of doing it soon after each change without
> further
> > human effort.
> >
> >
> > --
> > Mickael Istria
> > Eclipse IDE 
> > developer, for Red Hat Developers 
> >
> --
>
>
> -- Enrico Olivelli
>
-- 
Sent from my phone


Re: Are snapshots available in some Maven repo?

2019-01-09 Thread Enrico Olivelli
We should only have to setup a CI job which does
mvn deploy

AFAIK ASF Jenkins are allowed to push snapshots

Enrico

Il gio 10 gen 2019, 00:34 Mickael Istria  ha scritto:

> On Wednesday, January 9, 2019, Robert Scholte 
> wrote:
>
> > I've just deployed the SNAPSHOTs from current master to
> > repository.apache.org
> >
>
> Thanks a lot! Could it be done continuously? Technicallu, a CI job.checking
> the repo could tale care of doing it soon after each change without further
> human effort.
>
>
> --
> Mickael Istria
> Eclipse IDE 
> developer, for Red Hat Developers 
>
-- 


-- Enrico Olivelli


Re: Are snapshots available in some Maven repo?

2019-01-09 Thread Mickael Istria
On Wednesday, January 9, 2019, Robert Scholte  wrote:

> I've just deployed the SNAPSHOTs from current master to
> repository.apache.org
>

Thanks a lot! Could it be done continuously? Technicallu, a CI job.checking
the repo could tale care of doing it soon after each change without further
human effort.


-- 
Mickael Istria
Eclipse IDE 
developer, for Red Hat Developers 


Re: Are snapshots available in some Maven repo?

2019-01-09 Thread Robert Scholte
I've just deployed the SNAPSHOTs from current master to  
repository.apache.org


Robert

On Wed, 09 Jan 2019 19:16:40 +0100, Mickael Istria   
wrote:



Hi,

I'd like to give a try to latest Maven snapshots with m2e. As it's on an
automated verification build, I can't build the snapshots locally.
Are those 3.6.1-SNAPSHOT artifacts published in some remote Maven repo? I
couldn't see them on Maven Central nor on repo.maven.apache.org.

Thanks in advance



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Are snapshots available in some Maven repo?

2019-01-09 Thread Mickael Istria
Hi,

I'd like to give a try to latest Maven snapshots with m2e. As it's on an
automated verification build, I can't build the snapshots locally.
Are those 3.6.1-SNAPSHOT artifacts published in some remote Maven repo? I
couldn't see them on Maven Central nor on repo.maven.apache.org.

Thanks in advance


-- 
Mickael Istria
Eclipse IDE 
developer, for Red Hat Developers