[ANN] Apache Maven Source Plugin 3.3.1 Released

2024-04-06 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.3.1 The Source Plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project&#

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.3.1

2024-04-01 Thread Hervé Boutemy
Hi, The vote has passed with the following result: +1 : Olivier Lamy, Tamás Cservenák, Sylwester Lachiewicz, Slawomir Jaranowski, Hervé Boutemy PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo.

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

2024-04-01 Thread Slawomir Jaranowski
positories/maven-2081/ > > https://repository.apache.org/content/repositories/maven-2081/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-release.zip > > Source release checksum(s): > mave

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

2024-04-01 Thread Herve Boutemy
tent/repositories/maven-2081/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-release.zip > > Source release checksum(s): > maven-sour

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

2024-04-01 Thread Sylwester Lachiewicz
n=12353471&styleName=Text > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-2081/ > > > https://repository.apache.org/content/repositories/maven-2081/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-

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

2024-04-01 Thread Tamás Cservenák
Addendum: I have locally this diff on sources JAR, that I guess is result of MSOURCES-137 change: --- target/reference/org.apache.maven.plugins/maven-source-plugin-3.3.1-sources.jar +++ target/maven-source-plugin-3.3.1-sources.jar ├── zipinfo {} │ @@ -17,10 +17,10 @@ │ -rw-r--r-- 2.0 unx

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

2024-04-01 Thread Tamás Cservenák
://repository.apache.org/content/repositories/maven-2081/ > > https://repository.apache.org/content/repositories/maven-2081/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-release.zip > > Source release checksum(s): > mave

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

2024-03-31 Thread Olivier Lamy
repositories/maven-2081/ > https://repository.apache.org/content/repositories/maven-2081/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-release.zip > > Source release checksum(s): > maven-s

[VOTE] Release Apache Maven Source Plugin version 3.3.1

2024-03-29 Thread Hervé Boutemy
/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1-source-release.zip Source release checksum(s): maven-source-plugin-3.3.1-source-release.zip sha512: aaa76709d054491118546c8f67829aa9c8435b6b2e6e2577573ac049823d1ca2c54c730e4800291cd3756a677f75af0278be886d16e057cf88fc014991f0004f Stag

Re: release of maven-source-plugin

2024-03-27 Thread Herve Boutemy
https://github.com/apache/maven-source-plugin/pull/24 does not seem to get any positive traction: be it MSOURCE-140 and MSOURCE-141 are assigned to 3.3.1 release but nobody wants to work with me on it to solve something: it seems they are not a real problem I won't hold the 3.3.1 re

Re: release of maven-source-plugin

2024-03-25 Thread Hervé Boutemy
PR ready for review: https://github.com/apache/maven-source-plugin/pull/24 I think it does the right job at differentiating 2 cases that the initial MSOURCES-121 merged too aggressively: 1. do not fail when executed twice with the same output file 2. but fail when re-attach happens to another

Re: release of maven-source-plugin

2024-03-24 Thread Hervé Boutemy
8:44, Gary Gregory a > > écrit : > > Hi All, > > > > As long as https://issues.apache.org/jira/browse/MSOURCES-143 is in > > play, Commons will stay on a pre-3.3.0 version. > > > > I re-read the comments, I still don't know what we can do in Commo

Re: release of maven-source-plugin

2024-03-24 Thread Gary Gregory
in > > play, Commons will stay on a pre-3.3.0 version. > > > > I re-read the comments, I still don't know what we can do in Commons > > to address this as this feels like some deep Maven Magic. > > > > Gary > > > > On Sun, Mar 24, 2024 at 11:48

Re: release of maven-source-plugin

2024-03-24 Thread Romain Manni-Bucau
> I re-read the comments, I still don't know what we can do in Commons > to address this as this feels like some deep Maven Magic. > > Gary > > On Sun, Mar 24, 2024 at 11:48 AM Hervé Boutemy > wrote: > > > > I'd like to release maven-source-plugi

Re: release of maven-source-plugin

2024-03-24 Thread Gary Gregory
Hervé Boutemy wrote: > > I'd like to release maven-source-plugin 3.3.1 to drop the umask sensitivity > during Reproducible Builds :)1 > > but there are a few issues open > https://issues.apache.org/jira/projects/MSOURCES/versions/12353471 > > they are related to htt

release of maven-source-plugin

2024-03-24 Thread Hervé Boutemy
I'd like to release maven-source-plugin 3.3.1 to drop the umask sensitivity during Reproducible Builds :)1 but there are a few issues open https://issues.apache.org/jira/projects/MSOURCES/versions/12353471 they are related to https://issues.apache.org/jira/browse/MSOURCES-121: I don&

Re: [maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Gary Gregory
project they will overwrite each other. > Please check which classifiers are used for both goals: > By default they should differ: > https://maven.apache.org/plugins/maven-source-plugin/test-jar-no-fork-mojo.html#classifier > and > https://maven.apache.org/plugins/maven-source-plugin

Re: [maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Konrad Windszus
> PS: There is also a typo in the error message: maven-source-plugn -> > maven-source-plugin > Reported and fixed already in master: https://github.com/apache/maven-source-plugin/commit/1edeea47f80bc5c5903e88c1adbff56501248a8b

Re: [maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Konrad Windszus
goals: By default they should differ: https://maven.apache.org/plugins/maven-source-plugin/test-jar-no-fork-mojo.html#classifier and https://maven.apache.org/plugins/maven-source-plugin/jar-no-fork-mojo.html#classifier If it can be reproduced without the same classifier parameter, please raise a

Re: [maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Gary Gregory
gt; configured maven-source-plugn to execute twice times in your build. > > You have to configure a classifier for at least on of them. -> [Help > > 1] > > > > Am I missing something? > > Do you invoke two

Re: [maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Michael Osipov
Am 2023-08-15 um 14:57 schrieb Gary Gregory: Hi All, In Commons Parent [1], we want to configure child POMs to build both source and test sources, so we say (among other things): maven-source-plugin create-source-jar

[maven-source-plugin] 3.3.0 incompatible with 3.2.1

2023-08-15 Thread Gary Gregory
Hi All, In Commons Parent [1], we want to configure child POMs to build both source and test sources, so we say (among other things): maven-source-plugin create-source-jar jar-no-fork test-jar-no-fork

[ANN] Apache Maven Source Plugin 3.3.0 Released

2023-05-21 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.3.0 The Source Plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project&#

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.3.0

2023-05-21 Thread Slawomir Jaranowski
The vote has passed with the following result: +1: Sylwester Lachiewicz, Herve Boutemy, Tamás Cservenák, Guillaume Nodet, Michael Osipov, Olivier Lamy PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir J

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

2023-05-19 Thread Olivier Lamy
ra/issues/?jql=project%20%3D%20MSOURCES%20AND%20resolution%20%3D%20Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1945/ > https://repository.apache.org/content/repositories/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.0/mave

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

2023-05-18 Thread Michael Osipov
0AND%20resolution%20%3D%20Unresolved Staging repo: https://repository.apache.org/content/repositories/maven-1945/ https://repository.apache.org/content/repositories/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0-source-release.zip Source release checksum(s): m

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

2023-05-18 Thread Guillaume Nodet
he.org/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20resolution%20%3D%20Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1945/ > > https://repository.apache.org/content/repositories/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.

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

2023-05-18 Thread Tamás Cservenák
he.org/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20resolution%20%3D%20Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1945/ > > https://repository.apache.org/content/repositories/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.

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

2023-05-18 Thread Herve Boutemy
s/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0-source-release.zip > > Source release checksum(s): > maven-source-plugin-3.3.0-source-release.zip - SHA-512 : > d1aec2a1069a1e46bb8240484f998991fdfd0ee0bf9eba17636b3a122b2508d370d19395ca945b8

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

2023-05-17 Thread Sylwester Lachiewicz
issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20resolution%20%3D%20Unresolved > > Staging repo: > https://repository.apache.org/content/repositories/maven-1945/ > > https://repository.apache.org/content/repositories/maven-1945/org/apache/

[VOTE] Release Apache Maven Source Plugin version 3.3.0

2023-05-17 Thread Slawomir Jaranowski
ttps://repository.apache.org/content/repositories/maven-1945/ https://repository.apache.org/content/repositories/maven-1945/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0-source-release.zip Source release checksum(s): maven-source-plugin-3.3.0-source-release.zip - SHA

Re: maven-source-plugin broken on Windows + JDK8

2020-07-31 Thread Robert Scholte
; [1] > > https://builds.apache.org/blue/organizations/jenkins/maven-box%2Fmaven-source-plugin/activity > > > > On Sun, Jul 26, 2020 at 9:56 PM Robert Scholte wrote: > > > Anybody willing to analyze why this plugin is broken for a while?[1] > > It look like there has

Re: maven-source-plugin broken on Windows + JDK8

2020-07-27 Thread Slawomir Jaranowski
ng to analyze why this plugin is broken for a while?[1] > > It look like there hasn't been a commit since the last success (recent > > changes only show commits on our Jenkins files) > > > > All other master are currently stable.[2] > > > > thanks, > > Robert > > > > [1] > > > https://builds.apache.org/job/maven-box/job/maven-source-plugin/job/master/ > > [2] > > > https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-tool-master-jobs.html > > > > > -- Sławomir Jaranowski

Re: maven-source-plugin broken on Windows + JDK8

2020-07-26 Thread Robert Scholte
only show commits on our Jenkins files) > > All other master are currently stable.[2] > > thanks, > Robert > > [1] > https://builds.apache.org/job/maven-box/job/maven-source-plugin/job/master/ > [2] > https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-tool-master-jobs.html > >

Re: maven-source-plugin broken on Windows + JDK8

2020-07-26 Thread Christian Stein
broken for a while?[1] > It look like there hasn't been a commit since the last success (recent > changes only show commits on our Jenkins files) > > All other master are currently stable.[2] > > thanks, > Robert > > [1] > https://builds.apache.org/job/maven-box/job/m

maven-source-plugin broken on Windows + JDK8

2020-07-26 Thread Robert Scholte
x/job/maven-source-plugin/job/master/ [2]  https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/dist-tool-master-jobs.html

[ANN] Apache Maven Source Plugin 3.2.1 Released

2019-12-22 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.2.1 This plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's p

Re: [RESULT] [VOTE] Release Apache Maven Source Plugin version 3.2.1

2019-12-21 Thread Stephen Connolly
Nope on PMC quorum, but here’s my +1 to make it legal On Sat 21 Dec 2019 at 14:19, Hervé BOUTEMY wrote: > Hi, > > The vote has passed with the following result: > > +1 : Karl Heinz Marbaise, Mark Struberg, Hervé Boutemy > > PMC quorum reached > > I will promote the artifacts to the central repo.

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.2.1

2019-12-21 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Karl Heinz Marbaise, Mark Struberg, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-unsubscr...@ma

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

2019-12-21 Thread Hervé BOUTEMY
://repository.apache.org/content/repositories/maven-1545/ > https://repository.apache.org/content/repositories/maven-1545/org/apache/mav > en/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1-source-releas > e.zip > > Source release checksum(s): > m

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

2019-12-21 Thread Mark Struberg
org/content/repositories/maven-1545/ > https://repository.apache.org/content/repositories/maven-1545/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1-source-release.zip > > Source release checksum(s): > mave

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

2019-12-21 Thread Karl Heinz Marbaise
g repo: https://repository.apache.org/content/repositories/maven-1545/ https://repository.apache.org/content/repositories/maven-1545/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1-source-release.zip Source release checksum(s): maven-source-plugin-3.2.1-source-relea

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

2019-12-21 Thread Hervé BOUTEMY
everything is automatic > > (after init = manually defining an initial property value) and the > > timestamp is as meaningful as possible > > Can I -as a developer- have > https://github.com/apache/maven-source-plugin/blob/e8eaa79e273c5d2b2e02eb1b8 > a964b2160081e0e/pom.x

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

2019-12-21 Thread Stephen Connolly
[2] when preparing next development iteration > > We have now the expected developer experience: everything is automatic > (after init = manually defining an initial property value) and the > timestamp is as meaningful as possible Can I -as a developer- have https://github.com/a

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

2019-12-20 Thread Hervé BOUTEMY
/content/repositories/maven-1545/ > https://repository.apache.org/content/repositories/maven-1545/org/apache/mav > en/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1-source-releas > e.zip > > Source release checksum(s): > m

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

2019-12-17 Thread Hervé BOUTEMY
developer experience: everything is automatic (after init = manually defining an initial property value) and the timestamp is as meaningful as possible Regards, Hervé [1] https://github.com/apache/maven-source-plugin/commit/a59a2e481f7d8e46f2abbd339d2d27e9b2964eba [2] https://github.com/apache/maven

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

2019-12-16 Thread Hervé BOUTEMY
files to check in such a simple mono-module project: maven-source-plugin-3.2.1.jar, maven-source-plugin-3.2.1-source-release.zip and maven-source-plugin-3.2.1-sources.jar Regards, Hervé Le lundi 16 décembre 2019, 19:37:00 CET Hervé BOUTEMY a écrit : > Hi, > > We solved 2 issues

[VOTE] Release Apache Maven Source Plugin version 3.2.1

2019-12-16 Thread Hervé BOUTEMY
/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1-source-release.zip Source release checksum(s): maven-source-plugin-3.2.1-source-release.zip sha512: 4d7252839cc74dae8100a47adadbe6fc2c8f4d57e930fa695e4e6c75a8571b1246a63aa25de0cf2d73601e599faea2a31be43b1fe442e36d463702d885ccf8b7 Stag

[ANN] Apache Maven Source Plugin 3.2.0 Released

2019-11-03 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.2.0 This plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's p

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.2.0

2019-11-03 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Olivier Lamy, Romain Manni-Bucau, Tibor Digana, Hervé Boutemy, Karl Heinz Marbaise, Sylwester Lachiewicz PMC quorum reached I will promote the artifacts to the central repo. -

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

2019-11-02 Thread Tibor Digana
t/repositories/maven-1532/ > > https://repository.apache.org/content/repositories/maven-1532/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-release.zip > > Source release checksum(s): >

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

2019-11-02 Thread Hervé BOUTEMY
nd-written configuration) Regards, Hervé Le samedi 2 novembre 2019, 18:40:45 CET herve.bout...@free.fr a écrit : > uh, strange, the test for maven-assembly-plugin is even more aggressive than > maven-source-plugin: the issue should not only happen here > > yes, I'm interested in the a

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

2019-11-02 Thread herve . boutemy
uh, strange, the test for maven-assembly-plugin is even more aggressive than maven-source-plugin: the issue should not only happen here yes, I'm interested in the archive, with details on the OS used Regards, Hervé - Mail original - De: "Tibor Digana" À: "M

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

2019-11-02 Thread Tibor Digana
itory.apache.org/content/repositories/maven-1532/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-release.zip > > Source release checksum

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

2019-11-01 Thread Hervé BOUTEMY
ttps://repository.apache.org/content/repositories/maven-1532/ > https://repository.apache.org/content/repositories/maven-1532/org/apache/mav > en/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-releas > e.zip > > Source release checksum(s): &g

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

2019-10-31 Thread Sylwester Lachiewicz
s.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&&version=12345522&styleName=Text > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1532/ > > > https://repository.apache.org/content/repositories/maven-1532/org/a

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

2019-10-31 Thread Karl Heinz Marbaise
.org/content/repositories/maven-1532/ https://repository.apache.org/content/repositories/maven-1532/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-release.zip Source release checksum(s): maven-source-plugin-3.2.0-source-releas

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

2019-10-30 Thread Romain Manni-Bucau
jectId=12317924&&version=12345522&styleName=Text > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1532/ > > > > > https://repository.apache.org/content/repositories/maven-1532/org/apache/maven/plugins/maven-source-plugin/3.2

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

2019-10-30 Thread Olivier Lamy
t/repositories/maven-1532/ > > https://repository.apache.org/content/repositories/maven-1532/org/apache/maven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-release.zip > > Source release checksum(s): >

[VOTE] Release Apache Maven Source Plugin version 3.2.0

2019-10-29 Thread Hervé BOUTEMY
aven/plugins/maven-source-plugin/3.2.0/maven-source-plugin-3.2.0-source-release.zip Source release checksum(s): maven-source-plugin-3.2.0-source-release.zip sha512: 2321599d28affd25b2821a14182383a1a3a31bb33344fae395805d3173e9cdcfd2b1c09608e73a160f054f9086ad56f2b11f4fe56117fddb34356d1b8e935780

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

2019-06-18 Thread Francois Papon
gt; > https://repository.apache.org/content/repositories/maven-1504/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip > > > Source release checksum(s): > maven-source-plugin-3.1.0-source-release.zip sha1: > 525e119423432ad850edcb308c2c

[ANN] Apache Maven Source Plugin 3.1.0 Released

2019-05-19 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.1.0. https://maven.apache.org/plugins/maven-source-plugin/ Important Note: * Maven 3.X only * JDK 7 minimum requirement You should specify the version in your project's plugin configur

[RESULT]: [VOTE] Release Apache Maven Source Plugin version 3.1.0

2019-05-19 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Eric Lilja, Hervé Boutemy, Sylwester Lachiewicz, Olivier Lamy PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise -

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

2019-05-19 Thread Sylwester Lachiewicz
key%20DESC%2C%20priority%20DESC > > %2C%20updated%20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-1504 > > > > > https://repository.apache.org/content/repositories/maven-1504/org/apache/mav > > > en/plugins/maven

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

2019-05-19 Thread Olivier Lamy
/repositories/maven-1504/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip > > Source release checksum(s): > maven-source-plugin-3.1.0-source-release.zip sha1: > 525e119423432ad850edcb308c2c15f20fd

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

2019-05-19 Thread Karl Heinz Marbaise
ache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip Source release checksum(s): maven-source-plugin-3.1.0-source-release.zip sha1: 525e119423432ad850edcb308c2c15f20fd2dcbe maven-source-plugin-3.1.0-source-release.zip sh

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

2019-05-19 Thread Karl Heinz Marbaise
ries/maven-1504/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip Source release checksum(s): maven-source-plugin-3.1.0-source-release.zip sha1: 525e119423432ad850edcb308c2c15f20fd2dcbe maven-source-plugin-3.1.0-source-release.zip sh

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

2019-05-19 Thread Hervé BOUTEMY
/repository.apache.org/content/repositories/maven-1504/org/apache/mav > en/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-releas > e.zip > > Source release checksum(s): > maven-source-plugin-3.1.0-source-release.zip sha1: > 525e119423432ad850edcb308c2c15

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

2019-05-16 Thread Eric Lilja
1504 > > > https://repository.apache.org/content/repositories/maven-1504/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip > > Source release checksum(s): > maven-source-plugin-3.1.0-source-release.zip sha1: > 525e119423432ad8

[VOTE] Release Apache Maven Source Plugin version 3.1.0

2019-05-15 Thread Karl Heinz Marbaise
0key%20DESC%2C%20priority%20DESC%2C%20updated%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-1504 https://repository.apache.org/content/repositories/maven-1504/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0-source-release.zip Source rel

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-10 Thread Robert Scholte
+1 On Sun, 10 Jun 2018 11:47:18 +0200, Michael Osipov wrote: Done, please have a look: https://gitbox.apache.org/repos/asf?p=maven-site.git;a=commit;h=dc40536effb28dea0bb481850f29dc22a8e49549 Am 2018-06-07 um 22:59 schrieb Robert Scholte: We've done it for the maven-javadoc-plugin in the

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-10 Thread Michael Osipov
Done, please have a look: https://gitbox.apache.org/repos/asf?p=maven-site.git;a=commit;h=dc40536effb28dea0bb481850f29dc22a8e49549 Am 2018-06-07 um 22:59 schrieb Robert Scholte: We've done it for the maven-javadoc-plugin in the past, so we should do it here as well. What I've seen with maven-

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-07 Thread Robert Scholte
We've done it for the maven-javadoc-plugin in the past, so we should do it here as well. What I've seen with maven-javadoc-plugin is that a release might fail because suddenly the plugin is executed twice, meaning the same non-snapshot javadoc.jar will be uploaded twice, which is not allowe

Re: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-06-07 Thread Michael Osipov
Am 2018-05-27 um 10:56 schrieb Michael Osipov: Who seconds MNG-5940 for 3.5.4? This seems to have plagued people over the last couple of years and Christian Schulte fixed this for 3.4.0 back then. Anyone? - To unsubscribe, e

[MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

2018-05-27 Thread Michael Osipov
Who seconds MNG-5940 for 3.5.4? This seems to have plagued people over the last couple of years and Christian Schulte fixed this for 3.4.0 back then. Michael - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For addi

[ANN] Apache Maven Source Plugin Version 3.0.1 Released

2016-06-23 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.1. https://maven.apache.org/plugins/maven-source-plugin/ Important Note: * Maven 3.X only * JDK 6 minimum requirement You should specify the version in your project's p

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-22 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Michael Osipov, Olivier Lamy, Hervé Boutemy PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To unsubscribe, e

Re: VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-22 Thread Hervé BOUTEMY
ssues.apache.org/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20 > status%20%3D%20Open%20ORDER%20BY%20priority%20DESC > > Staging repo: > https://repository.apache.org/content/repositories/maven-1280 > https://repository.apache.org/content/repositories/maven-1280/org/apache/mav &

Re: VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-21 Thread Olivier Lamy
/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC > > Staging repo: > https://repository.apache.org/content/repositories/maven-1280 > > https://repository.apache.org/content/repositories/maven-1280/org/apache/maven/plugins/maven-source

Re: VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-21 Thread Michael Osipov
s%20%3D%20Open%20ORDER%20BY%20priority%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-1280 https://repository.apache.org/content/repositories/maven-1280/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1-source-release.zip Source rel

Re: VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-21 Thread Karl Heinz Marbaise
ttps://issues.apache.org/jira/issues/?jql=project%20%3D%20MSOURCES%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-1280 https://repository.apache.org/content/repositories/maven-1280/org/apache/maven/plugins/maven-source-plugin/3

Re: VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-18 Thread Anders Hammar
itories/maven-1280 > > https://repository.apache.org/content/repositories/maven-1280/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1-source-release.zip > > Source release checksum(s): > maven-source-plugin-3.0.1-source-release.zip sha1: > fb9b07870d5a9c8

VOTE] Release Apache Maven Source Plugin version 3.0.1

2016-06-18 Thread Karl Heinz Marbaise
repo: https://repository.apache.org/content/repositories/maven-1280 https://repository.apache.org/content/repositories/maven-1280/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1-source-release.zip Source release checksum(s): maven-source-plugin-3.0.1-source-release.zip

[ANN] Apache Maven Source Plugin Version 3.0.0 Released

2016-02-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin Version 3.0.0. https://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin creates a jar archive of the source files of the current project. The jar file is, by default, created in the

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.0.0

2016-02-17 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Michael Osipov, Karl Heinz Marbaise, Hervé Boutemy -1 : Tibor Digana PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise ---

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

2016-02-13 Thread Tibor Digana
s://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12331545 >>> >>> There are no issues left in JIRA... >>> >>> Staging repo: >>> https://repository.apache.org/content/repositories/maven-1248 >>> >>> >>> >

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

2016-02-13 Thread Karl Heinz Marbaise
es: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=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

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

2016-02-13 Thread Tibor Digana
> > 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): &g

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

2016-02-13 Thread Hervé BOUTEMY
notice I'm not the only one affected by this failure! https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-source-plugin/5090/console Regards, Hervé Le samedi 13 février 2016 14:53:23 Hervé BOUTEMY a écrit : > +1 > > strangely, when I build the code fr

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

2016-02-13 Thread Hervé BOUTEMY
112- >AbstractSourcePluginTestCase.doTestProject:87- >AbstractSourcePluginTestCase.assertSourceArchive:134 Source archive does not exist[/home/herve/tmp/maven-source- plugin-3.0.0/target/test/unit/project-010/target/maven-source-plugin-test- project-010-99.0-sources.jar] but after the failure, the file is here But when I

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

2016-02-13 Thread Tibor Digana
ps://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): &g

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

2016-02-13 Thread Karl Heinz Marbaise
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-so

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

2016-02-10 Thread Michael Osipov
ttps://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:

[VOTE] Release Apache Maven Source Plugin version 3.0.0

2016-02-10 Thread Karl Heinz Marbaise
/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-LA

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-07 Thread Karl Heinz Marbaise
gt;> <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$mav >> en >> -source-plugin/5050/> >> >> -- >> [INFO] >> [INFO] >> --

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-07 Thread Robert Scholte
gt;> [INFO] >> >> [INFO] Building Apache Maven Source Plugin 3.0.0-SNAPSHOT >> [INFO] >>

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-07 Thread Karl Heinz Marbaise
Hi, I have uploaded plexus-archiver 3.0.2, 3.0.3 to central... If there is a regression in 3.0.3 we make an other release...but my tests with maven-assembly-plugin do not look like this..(may be i'm wrong)... Kind regards Karl Heinz Marbaise On 2/7/16 1:08 PM, Karl Heinz Marbaise wrote: Hi

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-07 Thread Karl Heinz Marbaise
nkins Server a écrit : See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$mav en -source-plugin/5050/> -- [INFO] [INFO] ---- [INFO] Building Apache Maven Source P

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-07 Thread Hervé BOUTEMY
/display/MAVEN/Plexus+dependencies > > > > Le vendredi 5 février 2016 23:54:18 Apache Jenkins Server a écrit : > >> See > >> <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$mav > >> en > >> -source-plugin/5050/> > >

Re: Build failed in Jenkins: maven-plugins » Apache Maven Source Plugin #5050

2016-02-06 Thread Karl Heinz Marbaise
org/job/maven-plugins/org.apache.maven.plugins$maven -source-plugin/5050/> -- [INFO] [INFO] [INFO] Building Apache Maven Source Plugin 3.0.

  1   2   3   4   >