[VOTE] Release Apache Maven Source Plugin version 3.0.0

2016-02-10 Thread Karl Heinz Marbaise

Hi,

We solved 18 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924=12331545

There are no issues left in JIRA...

Staging repo:
https://repository.apache.org/content/repositories/maven-1248

https://repository.apache.org/content/repositories/maven-1248/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0-source-release.zip

Source release checksum(s):
maven-source-plugin-3.0.0-source-release.zip sha1: 
5ff79df3eafe40e2a07a7293ed5952b3b7249869


Staging site:
http://maven.apache.org/plugins-archives/maven-source-plugin-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Kind regards
Karl Heinz Marbaise

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



Re: [VOTE] Release Apache Maven Source Plugin version 3.0.0

2016-02-10 Thread Michael Osipov

Am 2016-02-10 um 21:19 schrieb Karl Heinz Marbaise:

Hi,

We solved 18 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924=12331545


There are no issues left in JIRA...

Staging repo:
https://repository.apache.org/content/repositories/maven-1248

https://repository.apache.org/content/repositories/maven-1248/org/apache/maven/plugins/maven-source-plugin/3.0.0/maven-source-plugin-3.0.0-source-release.zip


Source release checksum(s):
maven-source-plugin-3.0.0-source-release.zip sha1:
5ff79df3eafe40e2a07a7293ed5952b3b7249869

Staging site:
http://maven.apache.org/plugins-archives/maven-source-plugin-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1


great work, +1!


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



Apache Build Server Jobs

2016-02-10 Thread Karl Heinz Marbaise

Hi,

after a request to INFRA they have installed Jenkins Job DSL Plugin very 
quickly (Thanks to Andrew Bayer) where i will start some experiments to 
improve our CI jobs and make them reproducible which means they are 
being checked into version control.. furthermore i would like to improve 
our CI support...in particular having different jobs for every plugin 
(some other things i have in mind)...but i don't like to do this via 
UI..so i will do this via jenkins job dsl...


So i have started very small part here: 
https://svn.apache.org/repos/asf/maven/jenkins-seeding (not much in 
there at the moment) but this will be improved over the next weeks


I'm preparing this via Docker images locally on my machine and do some 
tests locally before moving this to Apache Build Server ...


So be prepared to see jobs which start with the prefix "jobdsl-*" in the 
Maven area...Those jobs are only my experiments and are at the moment 
not valid...until i say different...


All other jobs are left untouched

Those jobs ("jobdsl-*") are in the first step only experiments to see if 
i have found everything which is needed (Configuration etc.)...


If this is finished we can migrate to the full version controled part 
and move away from UI configured jobs...



Kind regards
Karl Heinz Marbaise

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



Re: Apache Build Server Jobs

2016-02-10 Thread Stephen Connolly
I'd rather use pipeline or literate so we get better branch support, but I
need to bash Andrew on the head first

On Wednesday 10 February 2016, Karl Heinz Marbaise 
wrote:

> Hi,
>
> after a request to INFRA they have installed Jenkins Job DSL Plugin very
> quickly (Thanks to Andrew Bayer) where i will start some experiments to
> improve our CI jobs and make them reproducible which means they are being
> checked into version control.. furthermore i would like to improve our CI
> support...in particular having different jobs for every plugin (some other
> things i have in mind)...but i don't like to do this via UI..so i will do
> this via jenkins job dsl...
>
> So i have started very small part here:
> https://svn.apache.org/repos/asf/maven/jenkins-seeding (not much in there
> at the moment) but this will be improved over the next weeks
>
> I'm preparing this via Docker images locally on my machine and do some
> tests locally before moving this to Apache Build Server ...
>
> So be prepared to see jobs which start with the prefix "jobdsl-*" in the
> Maven area...Those jobs are only my experiments and are at the moment not
> valid...until i say different...
>
> All other jobs are left untouched
>
> Those jobs ("jobdsl-*") are in the first step only experiments to see if i
> have found everything which is needed (Configuration etc.)...
>
> If this is finished we can migrate to the full version controled part and
> move away from UI configured jobs...
>
>
> Kind regards
> Karl Heinz Marbaise
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Sent from my phone


Re: Apache Build Server Jobs

2016-02-10 Thread Hervé BOUTEMY
I don't know Jenkins Job DSL Plugin or other ways of improving our CI 
configuration

but I like the idea of managing everything through code in version control

I'm eager to see the result (and learn how it is done :) )

Regards,

Hervé

Le mercredi 10 février 2016 21:46:50 Karl Heinz Marbaise a écrit :
> Hi,
> 
> after a request to INFRA they have installed Jenkins Job DSL Plugin very
> quickly (Thanks to Andrew Bayer) where i will start some experiments to
> improve our CI jobs and make them reproducible which means they are
> being checked into version control.. furthermore i would like to improve
> our CI support...in particular having different jobs for every plugin
> (some other things i have in mind)...but i don't like to do this via
> UI..so i will do this via jenkins job dsl...
> 
> So i have started very small part here:
> https://svn.apache.org/repos/asf/maven/jenkins-seeding (not much in
> there at the moment) but this will be improved over the next weeks
> 
> I'm preparing this via Docker images locally on my machine and do some
> tests locally before moving this to Apache Build Server ...
> 
> So be prepared to see jobs which start with the prefix "jobdsl-*" in the
> Maven area...Those jobs are only my experiments and are at the moment
> not valid...until i say different...
> 
> All other jobs are left untouched
> 
> Those jobs ("jobdsl-*") are in the first step only experiments to see if
> i have found everything which is needed (Configuration etc.)...
> 
> If this is finished we can migrate to the full version controled part
> and move away from UI configured jobs...
> 
> 
> Kind regards
> Karl Heinz Marbaise
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org


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



Re: Apache Build Server Jobs

2016-02-10 Thread Baptiste Mathus
Not in opposition BTW. You can perfectly create and version pipeline jobs
through Job DSL.
Granted if using multibranch pipeline jobs, then the frontier becomes even
more tenuous as the project build description then lays in the code itself.
But still you can handle creating/versioning the job (envelope) though Job
DSL.
Le 10 févr. 2016 11:39 PM, "Stephen Connolly" <
stephen.alan.conno...@gmail.com> a écrit :

> I'd rather use pipeline or literate so we get better branch support, but I
> need to bash Andrew on the head first
>
> On Wednesday 10 February 2016, Karl Heinz Marbaise 
> wrote:
>
> > Hi,
> >
> > after a request to INFRA they have installed Jenkins Job DSL Plugin very
> > quickly (Thanks to Andrew Bayer) where i will start some experiments to
> > improve our CI jobs and make them reproducible which means they are being
> > checked into version control.. furthermore i would like to improve our CI
> > support...in particular having different jobs for every plugin (some
> other
> > things i have in mind)...but i don't like to do this via UI..so i will do
> > this via jenkins job dsl...
> >
> > So i have started very small part here:
> > https://svn.apache.org/repos/asf/maven/jenkins-seeding (not much in
> there
> > at the moment) but this will be improved over the next weeks
> >
> > I'm preparing this via Docker images locally on my machine and do some
> > tests locally before moving this to Apache Build Server ...
> >
> > So be prepared to see jobs which start with the prefix "jobdsl-*" in the
> > Maven area...Those jobs are only my experiments and are at the moment not
> > valid...until i say different...
> >
> > All other jobs are left untouched
> >
> > Those jobs ("jobdsl-*") are in the first step only experiments to see if
> i
> > have found everything which is needed (Configuration etc.)...
> >
> > If this is finished we can migrate to the full version controled part and
> > move away from UI configured jobs...
> >
> >
> > Kind regards
> > Karl Heinz Marbaise
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> --
> Sent from my phone
>


[GitHub] maven-integration-testing pull request: [MNG-5958] restore binary ...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/maven-integration-testing/pull/13


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven pull request: [MNG-5958] restore binary compatibility of Lif...

2016-02-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/maven/pull/77


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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