Re: Maven Assembly Plugin 3.1.0 : Error adding file to archive \target\classes isn't a file.

2018-03-27 Thread Tibor Digana
I have checked the configuration of release plugin again and the goals are set correctly, I think: deploy post-site site:stage site:stage-deploy -Dwagon.webdav.continueOnFailure=true Why then the code *MavenProject.getArtifact().get**File()* returns *target/classes* instead of real artifact* tar

Re: [ANN] Release Maven Help Plugin 3.0.1 released

2018-03-27 Thread Enrico Olivelli
Il mar 27 mar 2018, 21:49 Michael Osipov ha scritto: > The Apache Maven team is pleased to announce the release of the Maven > Help Plugin version 3.0.1. > > This module generates browsable HTML pages from Java source code. > IMHO this description is about a different plugin. Enrico > https:/

Re: [VOTE] Release Shared Component Dependency Analyzer 1.9 - Take 2

2018-03-27 Thread Hervé BOUTEMY
+1 Regards, Hervé Le dimanche 25 mars 2018, 15:33:29 CEST Karl Heinz Marbaise a écrit : > Hi, > > We solved 3 issues: > https://issues.apache.org/jira/projects/MSHARED/versions/12342557 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20

[ANN] Release Maven Help Plugin 3.0.1 released

2018-03-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration: org.

[RESULT] [VOTE] Release Maven Help Plugin version 3.0.1

2018-03-27 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Karl Heinz Marbaise PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. ---

Re: Maven Assembly Plugin 3.1.0 : Error adding file to archive \target\classes isn't a file.

2018-03-27 Thread Robert Scholte
Hi, looks to me something during the packaging failed. As if MavenProject.getArtifact().getFile() still points to the output directory instead of the jar. Robert On Tue, 27 Mar 2018 09:52:03 +0200, Tibor Digana wrote: There is a similar issue in our Jira https://issues.apache.org/jira/

Re: [VOTE] Release Maven Help Plugin version 3.0.1

2018-03-27 Thread Michael Osipov
Am 2018-03-24 um 11:49 schrieb Michael Osipov: Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317522&version=12342960 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPH%20AND%20resolution

Re: code review for surefire 3.0.0-M1

2018-03-27 Thread Enrico Olivelli
I will be happy to take a look soon Cheers Enrico 2018-03-27 18:33 GMT+02:00 Tibor Digana : > We can make a review of the branch "1506" of the issue [1]. There I am just > trying to find our what's wrong with JDK10 [2], [3]. There are few open > tickets [4]. > > [1]: https://issues.apache.org/j

code review for surefire 3.0.0-M1

2018-03-27 Thread Tibor Digana
We can make a review of the branch "1506" of the issue [1]. There I am just trying to find our what's wrong with JDK10 [2], [3]. There are few open tickets [4]. [1]: https://issues.apache.org/jira/browse/SUREFIRE-1506 [2]: https://builds.apache.org/job/maven-box/job/maven-surefire/job/1506/ [3]: h

Re: Maven Assembly Plugin 3.1.0 : Error adding file to archive \target\classes isn't a file.

2018-03-27 Thread Tibor Digana
There is a similar issue in our Jira https://issues.apache.org/jira/browse/MASSEMBLY-411 Nobody has seen this? Any opinion about this or workaround? Everything would help! On Mon, Mar 26, 2018 at 9:21 PM, Tibor Digana wrote: > I have a specific problem with Maven Assembly Plugin to run during (m