Re: Latest snapshot build (archive, not Maven artifact)

2019-05-11 Thread Hervé BOUTEMY
notice 2:
one issue we had when working on such not so trivial Jenkins library updates 
is: how to test locally before updating the production server, particularly 
when the lib is shared then updates cannot be done without server restart?

this one probably deserves some explanations/documentation on our site, since 
we have ITs for every single Maven component/plugin but nothing about this 
Jenkins library

Le samedi 11 mai 2019, 22:31:48 CEST Hervé BOUTEMY a écrit :
> during latest Hackergarten in Paris [1], I had the chance to have Adrien
> Lecharpentier [2] with me, then I gave him my ideal: - deploy only from
> master = summary of previous discussions
> - don't deploy until full ITs have been run on every platform, to avoid
> deploying broken artifacts - let for later the discussion about which build
> to deploy (which JDK/OS build)...
> 
> then we started to work on an implementation based on local staging [3]
> during build, then wagon:merge-maven-repos once every IT on every platform
> is ok
> 
> AFAIK, the implementation is not complete, I hope we'll finish during the
> next session [4]
> 
> Really, it's about doing little steps together: I hope such Hackergarten
> event can happen in many places, to have people work together more
> efficiently than discussing in ML, which is frustrating when it remains at
> discussion status
> 
> Regards,
> 
> Hervé
> 
> [1] https://www.meetup.com/fr-FR/Paris-Hackergarten/events/tvdrwpyzgbnc/
> 
> [2] https://github.com/alecharp
> 
> [3]
> https://maven.apache.org/plugins-archives/maven-deploy-plugin-LATEST/exampl
> es/deploy-network-issues.html
> 
> [4] https://www.meetup.com/fr-FR/Paris-Hackergarten/events/tvdrwpyzhblc/
> 
> Le samedi 11 mai 2019, 15:07:25 CEST Mickael Istria a écrit :
> > Ok, thanks I'll try that.
> > But I'm still not really understanding what prevents Maven from calling
> > 'mvn deploy' on that job to push snapshots to apache Maven repo. Anything
> > one can help with??
> > 
> > On Saturday, May 11, 2019, Sylwester Lachiewicz 
> > 
> > wrote:
> > > Hi Mickael,
> > > i think You can try download latest snapshot dist from our Jenkins build
> > > from master branch [1]
> > > 
> > > Sylwek
> > > 
> > > [1]
> > > https://builds.apache.org/view/M-R/view/Maven/job/maven-> > > 
> > > box/job/maven/job/master/lastSuccessfulBuild/artifact/
> > > org/apache/maven/apache-maven
> > > 
> > > czw., 9 maj 2019 o 14:55 Mickael Istria  napisał(a):
> > > > Hi all,
> > > > 
> > > > I'd like to set up for Tycho an automated build that runs it's master
> > > > against latest Maven snapshots, so we could more immediately spot
> > > > incompatibility like MNG-6642.
> > > > This should be quite easy to set up as a CI job.
> > > > However, what URL can I use to get access to the current snapshot of
> > > 
> > > Maven
> > > 
> > > > delivery?
> > > > 
> > > > Thanks in advance,
> > > > --
> > > > Mickael Istria
> > > > Eclipse IDE 
> > > > developer, for Red Hat Developers 
> 
> -
> 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: codehaus-plexus/plexus-compiler not maintained?

2019-05-11 Thread Olivier Lamy
Hi
We will be very happy to accept your contributions.
Remember open source is mostly based on volunteers spare time so sometimes
for different reasons some doesn't have anymore this spare time...
But feel free to submit pr
cheers
Olivier


On Sun, 12 May 2019 at 00:46, Sela Lerer  wrote:

> Hi all.
>
> I downloaded and built Maven and started poking around the code. I got to
> JavacCompiler class which is plexus-compiler repository:
>
> $ git remote -v
> plexushttps://github.com/codehaus-plexus/plexus-compiler.git (fetch)
> plexushttps://github.com/codehaus-plexus/plexus-compiler.git (push)
>
> When I opened the repository in GitHub I saw that the last commit was 6
> months ago, there are Pull Requests from about the same time or older that
> are still open as well as open bugs.
>
> This seems to me like a pretty important part of Maven that every Java
> project that use Maven needs.
>
> If I'll fix one of the bugs and submit a Pull Request will anybody see it?
> If I want to contribute to that part of the code is there some other route
> I should use?
>
> Thank you,
> Sela Lerer.
>


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


Re: Latest snapshot build (archive, not Maven artifact)

2019-05-11 Thread Hervé BOUTEMY
during latest Hackergarten in Paris [1], I had the chance to have Adrien 
Lecharpentier [2] with me, then I gave him my ideal:
- deploy only from master = summary of previous discussions
- don't deploy until full ITs have been run on every platform, to avoid 
deploying broken artifacts
- let for later the discussion about which build to deploy (which JDK/OS 
build)...

then we started to work on an implementation based on local staging [3] during 
build, then wagon:merge-maven-repos once every IT on every platform is ok

AFAIK, the implementation is not complete, I hope we'll finish during the next 
session [4]

Really, it's about doing little steps together: I hope such Hackergarten event 
can happen in many places, to have people work together more efficiently than 
discussing in ML, which is frustrating when it remains at discussion status

Regards,

Hervé

[1] https://www.meetup.com/fr-FR/Paris-Hackergarten/events/tvdrwpyzgbnc/

[2] https://github.com/alecharp

[3] 
https://maven.apache.org/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html

[4] https://www.meetup.com/fr-FR/Paris-Hackergarten/events/tvdrwpyzhblc/

Le samedi 11 mai 2019, 15:07:25 CEST Mickael Istria a écrit :
> Ok, thanks I'll try that.
> But I'm still not really understanding what prevents Maven from calling
> 'mvn deploy' on that job to push snapshots to apache Maven repo. Anything
> one can help with??
> 
> On Saturday, May 11, 2019, Sylwester Lachiewicz 
> 
> wrote:
> > Hi Mickael,
> > i think You can try download latest snapshot dist from our Jenkins build
> > from master branch [1]
> > 
> > Sylwek
> > 
> > [1]
> > https://builds.apache.org/view/M-R/view/Maven/job/maven-
> > box/job/maven/job/master/lastSuccessfulBuild/artifact/
> > org/apache/maven/apache-maven
> > 
> > czw., 9 maj 2019 o 14:55 Mickael Istria  napisał(a):
> > > Hi all,
> > > 
> > > I'd like to set up for Tycho an automated build that runs it's master
> > > against latest Maven snapshots, so we could more immediately spot
> > > incompatibility like MNG-6642.
> > > This should be quite easy to set up as a CI job.
> > > However, what URL can I use to get access to the current snapshot of
> > 
> > Maven
> > 
> > > delivery?
> > > 
> > > Thanks in advance,
> > > --
> > > Mickael Istria
> > > Eclipse IDE 
> > > developer, for Red Hat Developers 





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



codehaus-plexus/plexus-compiler not maintained?

2019-05-11 Thread Sela Lerer
Hi all.

I downloaded and built Maven and started poking around the code. I got to
JavacCompiler class which is plexus-compiler repository:

$ git remote -v
plexushttps://github.com/codehaus-plexus/plexus-compiler.git (fetch)
plexushttps://github.com/codehaus-plexus/plexus-compiler.git (push)

When I opened the repository in GitHub I saw that the last commit was 6
months ago, there are Pull Requests from about the same time or older that
are still open as well as open bugs.

This seems to me like a pretty important part of Maven that every Java
project that use Maven needs.

If I'll fix one of the bugs and submit a Pull Request will anybody see it?
If I want to contribute to that part of the code is there some other route
I should use?

Thank you,
Sela Lerer.


Re: Latest snapshot build (archive, not Maven artifact)

2019-05-11 Thread Mickael Istria
Ok, thanks I'll try that.
But I'm still not really understanding what prevents Maven from calling
'mvn deploy' on that job to push snapshots to apache Maven repo. Anything
one can help with??

On Saturday, May 11, 2019, Sylwester Lachiewicz 
wrote:

> Hi Mickael,
> i think You can try download latest snapshot dist from our Jenkins build
> from master branch [1]
>
> Sylwek
>
> [1]
> https://builds.apache.org/view/M-R/view/Maven/job/maven-
> box/job/maven/job/master/lastSuccessfulBuild/artifact/
> org/apache/maven/apache-maven
>
>
> czw., 9 maj 2019 o 14:55 Mickael Istria  napisał(a):
>
> > Hi all,
> >
> > I'd like to set up for Tycho an automated build that runs it's master
> > against latest Maven snapshots, so we could more immediately spot
> > incompatibility like MNG-6642.
> > This should be quite easy to set up as a CI job.
> > However, what URL can I use to get access to the current snapshot of
> Maven
> > delivery?
> >
> > Thanks in advance,
> > --
> > Mickael Istria
> > Eclipse IDE 
> > developer, for Red Hat Developers 
> >
>


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


Re: Latest snapshot build (archive, not Maven artifact)

2019-05-11 Thread Sylwester Lachiewicz
Hi Mickael,
i think You can try download latest snapshot dist from our Jenkins build
from master branch [1]

Sylwek

[1]
https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven/job/master/lastSuccessfulBuild/artifact/org/apache/maven/apache-maven


czw., 9 maj 2019 o 14:55 Mickael Istria  napisał(a):

> Hi all,
>
> I'd like to set up for Tycho an automated build that runs it's master
> against latest Maven snapshots, so we could more immediately spot
> incompatibility like MNG-6642.
> This should be quite easy to set up as a CI job.
> However, what URL can I use to get access to the current snapshot of Maven
> delivery?
>
> Thanks in advance,
> --
> Mickael Istria
> Eclipse IDE 
> developer, for Red Hat Developers 
>


Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.2

2019-05-11 Thread Karl Heinz Marbaise

Hi Tibor,

On 11.05.19 11:09, Tibor Digana wrote:

+1
Karl, perhaps "plexus-archiver:4.1.0" can speedup maven-war-plugin too.


Maven Source Plugin is next on my list and of course other plugins as well..

Kind regards
Karl Heinz Marbaise



WDYT?

On Wed, May 8, 2019 at 10:22 PM Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote:

Hi,

We solved 2 issues:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12344629

There are still a couple of issues left in JIRA:

https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC


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

https://repository.apache.org/content/repositories/maven-1502/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2-source-release.zip

Source release checksum(s):
maven-jar-plugin-3.1.2-source-release.zip sha1:
cb3abae243455afbca49cc1b9f156235411223e2
maven-jar-plugin-3.1.2-source-release.zip sha512:

aff5baf3c218ab79e1f15b59f3c7e6c0c0b5344b13cf62d1aef03be34a8f90b75ceb51c7d8a28f1916becdcc48ec869b426bcb71365de364a93b981050d1fd70

Staging site:
https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/

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

Vote open for at least 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




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



Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.2

2019-05-11 Thread Anders Hammar
+1

/Anders

On Wed, May 8, 2019 at 10:22 PM Karl Heinz Marbaise 
wrote:

> Hi,
>
> We solved 2 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12344629
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1502/
>
> https://repository.apache.org/content/repositories/maven-1502/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2-source-release.zip
>
> Source release checksum(s):
> maven-jar-plugin-3.1.2-source-release.zip sha1:
> cb3abae243455afbca49cc1b9f156235411223e2
> maven-jar-plugin-3.1.2-source-release.zip sha512:
>
> aff5baf3c218ab79e1f15b59f3c7e6c0c0b5344b13cf62d1aef03be34a8f90b75ceb51c7d8a28f1916becdcc48ec869b426bcb71365de364a93b981050d1fd70
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 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 JAR Plugin version 3.1.2

2019-05-11 Thread Tibor Digana
+1
Karl, perhaps "plexus-archiver:4.1.0" can speedup maven-war-plugin too.
WDYT?

On Wed, May 8, 2019 at 10:22 PM Karl Heinz Marbaise 
wrote:

> Hi,
>
> We solved 2 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12344629
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1502/
>
> https://repository.apache.org/content/repositories/maven-1502/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2-source-release.zip
>
> Source release checksum(s):
> maven-jar-plugin-3.1.2-source-release.zip sha1:
> cb3abae243455afbca49cc1b9f156235411223e2
> maven-jar-plugin-3.1.2-source-release.zip sha512:
>
> aff5baf3c218ab79e1f15b59f3c7e6c0c0b5344b13cf62d1aef03be34a8f90b75ceb51c7d8a28f1916becdcc48ec869b426bcb71365de364a93b981050d1fd70
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 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 JAR Plugin version 3.1.2

2019-05-11 Thread Hervé BOUTEMY
+1

on binary, my local rebuild with JDK 8 showed just 2 known differences: Built-
By entry in MANIFEST (fixed in a future release) and jar entries differences 
(order and timestamp)
order should be fixed soon, given COMPRESS-485
last step to complete reproducible builds will be timestamp: if someone wants 
to work with me on this, don't hesitate to get in touch

Regards,

Hervé

Le mercredi 8 mai 2019, 22:22:24 CEST Karl Heinz Marbaise a écrit :
> Hi,
> 
> We solved 2 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526
> rsion=12344629
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20reso
> lution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%
> 20updated%20DESC
> 
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1502/
> https://repository.apache.org/content/repositories/maven-1502/org/apache/mav
> en/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2-source-release.zip
> 
> Source release checksum(s):
> maven-jar-plugin-3.1.2-source-release.zip sha1:
> cb3abae243455afbca49cc1b9f156235411223e2
> maven-jar-plugin-3.1.2-source-release.zip sha512:
> aff5baf3c218ab79e1f15b59f3c7e6c0c0b5344b13cf62d1aef03be34a8f90b75ceb51c7d8a2
> 8f1916becdcc48ec869b426bcb71365de364a93b981050d1fd70
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for at least 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





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



Re: [VOTE] Release Apache Maven JAR Plugin version 3.1.2

2019-05-11 Thread Olivier Lamy
+1

On Thu, 9 May 2019 at 6:22 am, Karl Heinz Marbaise 
wrote:

> Hi,
>
> We solved 2 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12344629
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC
>
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1502/
>
> https://repository.apache.org/content/repositories/maven-1502/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2-source-release.zip
>
> Source release checksum(s):
> maven-jar-plugin-3.1.2-source-release.zip sha1:
> cb3abae243455afbca49cc1b9f156235411223e2
> maven-jar-plugin-3.1.2-source-release.zip sha512:
>
> aff5baf3c218ab79e1f15b59f3c7e6c0c0b5344b13cf62d1aef03be34a8f90b75ceb51c7d8a28f1916becdcc48ec869b426bcb71365de364a93b981050d1fd70
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 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
>
> --
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy