Re: I am wandering how you do guys debug maven?

2018-10-08 Thread Enrico Olivelli
's classes by > > ClassWorlds. Which means it doesn't have "main method". instead we debug > > everything by log, do we have other way like debug with any IDE: Eclipse, > > Intellij etc. put breakpoints and debug step by step ? > > > > Thanks > > > > Simon(ChengHong) Sheng > > > -- -- Enrico Olivelli

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-09 Thread Enrico Olivelli
+1 (non-binding) - Built from source zip RC on Oracle JDK8 - Run tests of several projects on OpenJDK11 using artifacts rebuild from the ZIP - Sha SUMs ok on the source zip I have tried to run integration tests from the ZIP but without success, this seems due to local problems to my box, so not bl

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
t; > > > * [MSHADE-293] - Require Java 7 > > > > Dependency upgrades: > > > > * [MSHADE-294] - Upgrade maven-plugins parent to version 32 > > * [MSHADE-296] - Upgrade maven-artifact-transfer 0.10.0 > > > > Enjoy > > > > - The Apache Maven team > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > -- -- Enrico Olivelli

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
error I get: > >> > > > >> > > org.apache.maven.plugin.MojoExecutionException: Error in ASM > >> processing > >> > > class org/test/A/ext/StateExtension.class: This feature requires > ASM7 > >> -> > >> > > [Help

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli > wrote: > > > You can override the dependency on asm inside the plugin configuration if > > it is only a matter for upgrade > > This should work and unblock you > > Enrico > > > > Il mer 10 ott 2018, 16:17 Yuri

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
; com.google.common > shaded.com.google.common > > > > > > > package > > shade >

Testing Release Candidates

2018-10-12 Thread Enrico Olivelli
Hi, I would like to test Maven Plugins Release Candidates. I know there is a brief guide https://maven.apache.org/guides/development/guide-testing-releases.html But I think this is not very complete and/or it is outdated. The summary of the guide is to run mvn verify For instance this is not true

Re: [VOTE] Release Apache Maven 3.6.0

2018-10-27 Thread Enrico Olivelli
99336b3346 > >>> sha512: > c5794a6723d8d0fc8ff447b42e5a8c13524a44f8508a305d463f811c8039c7e9166d709077c8373d3cf980ce24feaebb2431cb50fb274933ab3bc2a90355 > Git tag: > >>> > https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=97c98ec64a1fdfee7767ce5ffb20918da4f719f3 > Staging site: > >>> https://maven.apache.org/components/ref/3-LATEST/ > >>> Vote open for 72 hours. > >>> [ ] +1 > >>> [ ] +0 > >>> [ ] -1 > >>> Kind regards > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Enrico Olivelli

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M1 - TAKE 2

2018-11-05 Thread Enrico Olivelli
da5eaeb4da8a66b8ea600d > > > > > > Staging site: > > > http://maven.apache.org/surefire-archives/surefire-LATEST/ > > > > > > Guide to testing staged releases: > > > http://maven.apache.org/guides/development/guide-testing-releases.html > > > > > > Vote open for 72 hours. > > > > > > [ ] +1 > > > [ ] +0 > > > [ ] -1 > > > > > > Cheers > > > Tibor > > > > > > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > -- -- Enrico Olivelli

Re: SIte plugin 1.8 required

2018-11-08 Thread Enrico Olivelli
hub Pull Requests makes review simpler Cheers Enrico > > -- > Olivier Lamy > http://twitter.com/olamy | http://linkedin.com/in/olamy > -- -- Enrico Olivelli

Re: Testing Release Candidates

2018-11-11 Thread Enrico Olivelli
Karl, some answers inline, thank you for answers Il ven 12 ott 2018, 16:28 Karl Heinz Marbaise ha scritto: > Hi Enrico, > > > On 12/10/18 10:36, Enrico Olivelli wrote: > > Hi, > > I would like to test Maven Plugins Release Candidates. > > Great that you like to h

Re: [maven-surefire] 01/01: [SUREFIRE-1531] Option to disable Java 9 modules

2018-11-17 Thread Enrico Olivelli
/plugin/surefire/AbstractSurefireMojoTest.java > > > @@ -705,6 +705,18 @@ public class AbstractSurefireMojoTest > > > } > > > @Override > > > +protected boolean useJigsawModules() > > > +{ > > > +return false; > > > +} > > > + > > > +@Override > > > +protected void setUseJigsawModules( boolean useJigsawModules ) > > > +{ > > > + > > > +} > > > + > > > +@Override > > > protected Artifact getMojoArtifact() > > > { > > > return null; > > > diff --git > > > > > > a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/MojoMocklessTest.java > > > > > > > > b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/MojoMocklessTest.java > > > index 597527b..e555b00 100644 > > > --- > > > > > > a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/MojoMocklessTest.java > > > +++ > > > > > > b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/MojoMocklessTest.java > > > @@ -612,6 +612,18 @@ public class MojoMocklessTest > > > } > > > @Override > > > +protected boolean useJigsawModules() > > > +{ > > > +return false; > > > +} > > > + > > > +@Override > > > +protected void setUseJigsawModules( boolean useJigsawModules ) > > > +{ > > > + > > > +} > > > + > > > +@Override > > > protected Artifact getMojoArtifact() > > > { > > > return null; > > > diff --git > > > > > > a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java > > > > > > > > b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java > > > index 73ea01e..7fbbe20 100644 > > > --- > > > > > > a/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java > > > +++ > > > > > > b/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java > > > @@ -349,6 +349,17 @@ public class SurefirePlugin > > > @Parameter( property = "surefire.shutdown", defaultValue = > > > "testset" ) > > > private String shutdown; > > > +/** > > > + * Disables Jigsaw (Java 9) modular path even if > > > module-info.java is used in project. > > > + * > > > + * Enabled by default. > > > + * If enabled, module-info.java exists and executes with > > JDK > > > 9+, modular path is used. > > > + * > > > + * @since 3.0.0-M2 > > > + */ > > > +@Parameter( property = "surefire.useJigsawModules", defaultValue = > > > "true" ) > > > +private boolean useJigsawModules; > > > + > > > @Override > > > protected int getRerunFailingTestsCount() > > > { > > > @@ -703,6 +714,18 @@ public class SurefirePlugin > > > } > > > @Override > > > +protected boolean useJigsawModules() > > > +{ > > > +return useJigsawModules; > > > +} > > > + > > > +@Override > > > +protected void setUseJigsawModules( boolean useJigsawModules ) > > > +{ > > > +this.useJigsawModules = useJigsawModules; > > > +} > > > + > > > +@Override > > > protected final List suiteXmlFiles() > > > { > > > return hasSuiteXmlFiles() ? Arrays.asList( suiteXmlFiles ) : > > > Collections.emptyList(); > > > -- -- Enrico Olivelli

Re: Second MNG-6261

2018-11-20 Thread Enrico Olivelli
.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Enrico Olivelli

Re: Second MNG-6261

2018-11-27 Thread Enrico Olivelli
-- > > 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 > > -- -- Enrico Olivelli

Re: Relative paths to module are not resolved to absolute paths.

2018-12-02 Thread Enrico Olivelli
> >> > >> https://github.com/apache/maven-surefire/blob/master/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java#L716 >> > >> > Do we have such issues reported in Maven? >> > Any objections that the first place for fix is in Maven? >> > >> > Cheers >> > Tibor >> > >> > -- -- Enrico Olivelli

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

2018-12-06 Thread Enrico Olivelli
+1 (non binding) - tested on Linux Fedora 28 - checked signatures and checksum great work ! Enrico Il giorno gio 6 dic 2018 alle ore 06:45 Romain Manni-Bucau ha scritto: > > +1 (non binding) > > Romain Manni-Bucau > @rmannibucau | Blog >

Re: parallelise not overlapping tasks

2018-12-07 Thread Enrico Olivelli
e audited and be able to declare whether they're thread-safe > > before running them in parallel, and this sounds like a gigantic work. > > > -- -- Enrico Olivelli

Re: plugin:descriptor fails with java.util.NoSuchElementException

2018-12-08 Thread Enrico Olivelli
section and the class must be synchronized. > > > > Cheers > > Tibor > > > > > > > > > > -- > > Sent from: > http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html > > > > --------- > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > -- -- Enrico Olivelli

Re: Parsing pom.xml

2018-12-08 Thread Enrico Olivelli
ray.com > http://www.linkedin.com/in/aalmiray > -- > What goes up, must come down. Ask any system administrator. > There are 10 types of people in the world: Those who understand binary, and > those who don't. > To understand recursion, we must first understand recursion. > -- -- Enrico Olivelli

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Enrico Olivelli
> - > > 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 > > -- -- Enrico Olivelli

Re: MNG-6533 and MNG-6529

2018-12-09 Thread Enrico Olivelli
> >> > 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 > > > > > > > > > > > > - > > 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 > > -- -- Enrico Olivelli

Re: Please take a look at my PR for MCHECKSTYLE-357

2018-12-10 Thread Enrico Olivelli
the time and take a look > at both. > > Best regards > Peter Lamby > -- -- Enrico Olivelli

Re: [VOTE] Release Apache Maven Common Artifact Filters version 3.1.0

2018-12-15 Thread Enrico Olivelli
+1 (non binding) tested on Linux/mvn 3.6.0 Cheers Enrico Il giorno sab 15 dic 2018 alle ore 12:43 Robert Scholte ha scritto: > > Hi, > > We solved 2 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12338638&styleName=Text > > There are NO MORE issues

Running single integration test (assembly plugin for instance)

2018-12-15 Thread Enrico Olivelli
Hi, I am working on an issue on maven-assembly plugin. which is the better way to run only a single integration test ? Is there any standard practice across plugins ? Enrico - To unsubscribe, e-mail: dev-unsubscr...@maven.apache

Re: Running single integration test (assembly plugin for instance)

2018-12-15 Thread Enrico Olivelli
voker.test[1], i.e. : > > mvn verify -Dinvoker.test=MASSEMBLY-XXX* > > [1] > https://maven.apache.org/plugins/maven-invoker-plugin/run-mojo.html#invokerTest > > On Sat, 15 Dec 2018 16:17:10 +0100, Enrico Olivelli > wrote: > > > Hi, > > I am working on an issue

Re: New committer: Enrico Olivelli

2018-12-15 Thread Enrico Olivelli
holte wrote: > > The Project Management Committee (PMC) for Apache Maven > > has invited Enrico Olivelli to become a committer and > > we are pleased to announce that he has accepted. > > > > Being a committer enables easier contribution to the > > project since ther

Re: Running single integration test (assembly plugin for instance)

2018-12-15 Thread Enrico Olivelli
] run post-build script verify.bsh [INFO] projects/bugs/massembly-190/pom.xml .. SUCCESS (7.6 s) [INFO] Enrico > Regards, > > Hervé > > Le samedi 15 décembre 2018, 16:24:10 CET Enrico Olivelli a écrit : > > Robert, > > thanks for your quick reply > > it

Re: Running single integration test (assembly plugin for instance)

2018-12-16 Thread Enrico Olivelli
by hand: > mvn verify -Dinvoker.test=it-project-parent,projects/bugs/massembly-201 > -Prun-its > Thank you so much Enrico > > Regards, > > Hervé > > Le samedi 15 décembre 2018, 20:31:50 CET Enrico Olivelli a écrit : > > Il sab 15 dic 2018, 18:56 Hervé BOUTEMY ha >

GitHub "merge button" is active ?

2018-12-19 Thread Enrico Olivelli
Hi, I see that on github we have the 'Merge Button" like here: https://github.com/apache/maven-shade-plugin/pull/12 We are not using that tool, aren't we ? Can we ask INFRA to hide it ? Enrico - To unsubscribe, e-mail: dev-uns

Re: GitHub "merge button" is active ?

2018-12-19 Thread Enrico Olivelli
2018 alle ore 17:08 Christian Stein ha scritto: > > I do use the button now and then. > > I'd vote to install https://github.com/apps/wip which disables the button > on GitHub ... "allow authors of pull requests to set status to pending > while still working on it." >

Re: GitHub "merge button" is active ?

2018-12-19 Thread Enrico Olivelli
t" Il giorno mer 19 dic 2018 alle ore 17:56 Karl Heinz Marbaise ha scritto: > > Hi, > > On 19/12/18 17:10, Enrico Olivelli wrote: > > Is github the primary "source of truth" ? > > I was thinking that it is a mirror for ASF repo. > > > > I

Re: GitHub "merge button" is active ?

2018-12-19 Thread Enrico Olivelli
Enrico Il giorno mer 19 dic 2018 alle ore 17:59 Enrico Olivelli ha scritto: > > t" > > Il giorno mer 19 dic 2018 alle ore 17:56 Karl Heinz Marbaise > ha scritto: > > > > Hi, > > > > On 19/12/18 17:10, Enrico Olivelli wrote: > > > Is github th

Re: GitHub "merge button" is active ?

2018-12-19 Thread Enrico Olivelli
you will see what happens. > > I do not use it because I am the old school using IDEA and command line. > I > > need to see the code in IDE because this Diff in GitHub does not show me > > the changes as good as IDEA does. > > > > On Wed, Dec 19, 2018 at 6:01 PM Enr

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M3

2018-12-21 Thread Enrico Olivelli
+1 (non binding) built from source, all its are passing on my Linux Enrico Il giorno gio 20 dic 2018 alle ore 11:35 Christian Stein ha scritto: > > +1 > > Cheers, > Christian > > Simple project using Surefire 3.0.0-M3: > https://github.com/junit-team/junit5-samples/commit/a8660d636058a52fc68f7a9

How to release a Maven plugin ?

2018-12-22 Thread Enrico Olivelli
Hi, I am interested in having a release for the Maven Assembly plugin. I will have some time during this end-of-year period. There are a few JIRAs open, some of them are already assigned In particular I am interested in releasing the fix for: https://issues.apache.org/jira/browse/MASSEMBLY-861 w

AutoResponser loop

2018-12-22 Thread Enrico Olivelli
Hi guys, there is a loop around this issue, someone as an Auto Responder https://issues.apache.org/jira/browse/MASSEMBLY-874 I have dropped "Pettey Gordon" from watchers of that issue Enrico - To unsubscribe, e-mail: dev-unsubsc

Re: AutoResponser loop

2018-12-22 Thread Enrico Olivelli
I have sent an email to INFRA team Enrico Il giorno sab 22 dic 2018 alle ore 14:26 Enrico Olivelli ha scritto: > > Hi guys, > there is a loop around this issue, someone as an Auto Responder > https://issues.apache.org/jira/browse/MASSEMBLY-874 > > I have dropped "Pettey G

Re: How to release a Maven plugin ?

2018-12-22 Thread Enrico Olivelli
ico, > > take a look here: > > > https://maven.apache.org/developers/release/maven-project-release-procedure.html > > Kind regards > Karl Heinz Marbaise > On 22/12/18 14:09, Enrico Olivelli wrote: > > Hi, > > I am interested in having a release for the Maven Assembl

Re: How to release a Maven plugin ?

2018-12-22 Thread Enrico Olivelli
Il sab 22 dic 2018, 20:00 Enrico Olivelli ha scritto: > So I will run thru all JIRAs fixed on 3.1.1, see if there is some blocker, > compare with git log... > > Then I will follow the procedure in order to prepare a release to be voted > > Is it thw right approach? > Bon

Re: How to release a Maven plugin ?

2018-12-24 Thread Enrico Olivelli
Il giorno lun 24 dic 2018 alle ore 11:03 Karl Heinz Marbaise ha scritto: > > Hi Enrico, > > On 22/12/18 22:16, Enrico Olivelli wrote: > > > > > > Il sab 22 dic 2018, 20:00 Enrico Olivelli > <mailto:eolive...@gmail.com>> ha scritto: > > > >

Re: Drop Java 9 and 10 from asfMavenTlpStdBuild()

2018-12-25 Thread Enrico Olivelli
t;> 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 > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Enrico Olivelli

Re: How to release a Maven plugin ?

2018-12-27 Thread Enrico Olivelli
nrico Olivelli ha scritto: > Il giorno lun 24 dic 2018 alle ore 11:03 Karl Heinz Marbaise > ha scritto: > > > > Hi Enrico, > > > > On 22/12/18 22:16, Enrico Olivelli wrote: > > > > > > > > > Il sab 22 dic 2018, 20:00 Enrico Olivelli > > <

Re: [maven-jenkins-lib] branch master updated: Activate sonarqube on first project

2018-12-28 Thread Enrico Olivelli
Robert, I think this commit is breaking all of the builds, like this: https://builds.apache.org/job/maven-box/job/maven-assembly-plugin/job/MASSEMBLY-901/ [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.5.0.1254:sonar (default-cli) on project maven-assembly-plugin

Re: [maven] 01/01: [MNG-6213] Validate scope in dependencyManagement

2018-12-28 Thread Enrico Olivelli
gt; + > + > + > + > +test > +a > +0.2 > + > + > +test > + b > +0.2 > +compile > + > + > +test > +c > +0.2 > +runtime > + > + > +test > +d > +0.2 > +test > + > + > +test > +e > +0.2 > +provided > + > + > +test > +f > +0.2 > +import > + > + > +test > +g > +1 > +pom > +include > + > + > + > + > > -- -- Enrico Olivelli

Re: [maven] 01/01: [MNG-6213] Validate scope in dependencyManagement

2018-12-28 Thread Enrico Olivelli
Il sab 29 dic 2018, 00:36 Michael Osipov ha scritto: > Am 2018-12-29 um 00:20 schrieb Enrico Olivelli: > > Il ven 28 dic 2018, 23:40 ha scritto: > > > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> michaelo pushed a co

Building Javadocs and site on CI

2018-12-29 Thread Enrico Olivelli
Hi guys, I am trying to release Maven Assembly Plugin and I see that there are a few showstoppers due to javadocs and site generation. Isn't it possible to run "javadoc:javadoc site" on CI ? This way we won't commit broken/unreleasable stuff Enrico --

Re: Building Javadocs and site on CI

2018-12-29 Thread Enrico Olivelli
Karl, Il giorno sab 29 dic 2018 alle ore 09:41 Karl Heinz Marbaise ha scritto: > > Hi Enrico, > > On 29/12/18 09:14, Enrico Olivelli wrote: > > Hi guys, > > I am trying to release Maven Assembly Plugin and I see that there are > > a few showstoppers due t

[VOTE] Release Apache Maven Assembly Plugin version 3.1.1

2018-12-29 Thread Enrico Olivelli
s: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 Kind Regards Enrico Olivelli - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Re: New Committers - community

2018-12-29 Thread Enrico Olivelli
enough for a commiter to add a comment like 'test this please' in order to start the build and have immediate feedback on github Enrico > Kind regards > Karl Heinz Marb aise > > --------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Enrico Olivelli

Re: New Committers - community

2018-12-29 Thread Enrico Olivelli
setup in Zookeeper and Bookkeeper and github pr plugin works like a charm (and I partecipated in setting it up) Enrico > Any idea how we could have GitHub PR reviews without this branch creation > > by > > committers, be it at ASF or somewhere else? > > > > Using TravisCI could be a solution. > -- -- Enrico Olivelli

Re: New Committers - community

2018-12-29 Thread Enrico Olivelli
ox/configure) In the Jenkins of my company in a "Multibranch Pipeline" I have a "Branch Sources" box with a "GitHub" option which lets me trigger builds by using PRs Enrico Il giorno sab 29 dic 2018 alle ore 13:43 Hervé BOUTEMY ha scritto: > > Le samedi 29 déce

Re: New Committers - community

2018-12-29 Thread Enrico Olivelli
t of the plugin... > > On Sat 29 Dec 2018 at 13:10, Enrico Olivelli wrote: > > > Hervè, > > This is the plugin > > > > > https://wiki.jenkins.io/display/JENKINS/GitHub+Branch+Source+Plugin?desktop=true¯oName=unmigrated-inline-wiki-markup > > > >

Re: New Committers - community

2018-12-29 Thread Enrico Olivelli
Il sab 29 dic 2018, 17:25 Stephen Connolly ha scritto: > On Sat 29 Dec 2018 at 16:20, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > > > > > On Sat 29 Dec 2018 at 15:18, Enrico Olivelli > wrote: > > > >> Il sab 29 dic 201

Re: maven site generation: mvn clean install site

2018-12-30 Thread Enrico Olivelli
miss something? > > What is the expected state of the site output? > > What is/is not meant to be run and reported upon via the site command? > > TIA. > > -Chris > -- -- Enrico Olivelli

Re: Maven Core Release 3.6.1

2018-12-30 Thread Enrico Olivelli
t; the attributes were inherited (they weren't in 3.6.0), but my memory is > > > failing me... > > > > > > [0] http://blog.io7m.com/2018/11/01/you-cannot-put-that-there.xhtml > > > > > > > > > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > -- -- Enrico Olivelli

Re: Jenkins URL's

2018-12-30 Thread Enrico Olivelli
think this is good. But I don't know the plans in the mid term. We can fix every plugin during release. IMHO during the vote we should check the artifacts and signal every issue like this case, that is a pom which contains invalid information. This specific case won't be a blocker for a release Enrico > -Chris > -- -- Enrico Olivelli

Re: [VOTE] Release Apache Maven Assembly Plugin version 3.1.1

2018-12-31 Thread Enrico Olivelli
Great, I will wait till tomorrow in order to let 72h pass and then I will close the vote. Thank you all Enrico Il lun 31 dic 2018, 11:08 Robert Scholte ha scritto: > +1 > > On Sat, 29 Dec 2018 11:01:23 +0100, Enrico Olivelli > > wrote: > > > Hi, > > > &

Re: New Committers - community

2018-12-31 Thread Enrico Olivelli
t. So no issue if it's on ASF > Jenkins and hardware, but for PR trials, it seems like a constraint it'd be > sane to get rid of. > > > -- > Mickael Istria > Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> > developer, for Red Hat Developers <https://developers.redhat.com/> > -- -- Enrico Olivelli

Re: Building Javadocs and site on CI

2019-01-01 Thread Enrico Olivelli
> > >> That might be the reason, I'll add that. > > >> > > >>> > > >>> additional question: once the site is build on Jenkins, can it be > > >>> browsed? > > >> > > >> I guess so. > > >> > &g

[RESULT] [VOTE] Release Apache Maven Assembly Plugin version 3.1.1

2019-01-01 Thread Enrico Olivelli
Hi, The vote has passed with the following result: +1 : Kark Heinz Marbaise, Sylwester Lachiewicz, Olivier Lamy, Robert Scholte, PMC quorum:reached I will promote the artifacts to the central repo. Enrico Olivelli - To

Re: New Committers - community

2019-01-02 Thread Enrico Olivelli
Il giorno mer 2 gen 2019 alle ore 15:12 Vladimir Sitnikov ha scritto: > > Enrico> Probably Travis won't be able to run our ITs, at least the free > version > > Why do you think so? Because Maven CI jobs are huge. For instance maven-surefire integration tests take 2 hours. In general I see Travis

Re: New Committers - community

2019-01-02 Thread Enrico Olivelli
Il giorno mer 2 gen 2019 alle ore 15:34 Vladimir Sitnikov ha scritto: > > Enrico> For instance maven-surefire > integration tests take 2 hours. > In general I see Travis (free edition) does not offer many resources. > > Each Travis job is limited by 50 minutes, however one can split tests into > m

[ANN] Apache Maven Assembly Plugin 3.1.1 Released

2019-01-02 Thread Enrico Olivelli
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.1.1 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single dis

Re: New Committers - community

2019-01-03 Thread Enrico Olivelli
ds, > > Hervé > > [1] https://maven.apache.org/scm.html#Maven_Sources_Overview > > [2] https://github.com/apache/maven-jenkins-lib > > Le mercredi 2 janvier 2019, 15:38:12 CET Enrico Olivelli a écrit : > > Il giorno mer 2 gen 2019 alle ore 15:34 Vladimir Sitnikov > > > > ha

Re: New Committers - community

2019-01-03 Thread Enrico Olivelli
infra. But a check with Travis won't ever cover all jobs we are actually starting per-branch. It can be a good compromise to start, but if we have resources to improve current integration this will be the best choice for the mid term. Enrico > > Cheers, > -- -- Enrico Olivelli

Re: New Committers - community

2019-01-03 Thread Enrico Olivelli
t; > On Thu, Jan 3, 2019 at 8:39 PM Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > On Thu 3 Jan 2019 at 18:03, Enrico Olivelli wrote: > > > > > Il gio 3 gen 2019, 17:38 Mickael Istria ha > scritto: > > > > > > >

Re: New Committers - community

2019-01-03 Thread Enrico Olivelli
r the 90 other repos we have in > > order to get test results of PRs from non-committers. > > > > > > > T > > > > > > On Thu, Jan 3, 2019 at 8:39 PM Stephen Connolly < > > > stephen.alan.conno...@gmail.com> wrote: > > > > > > > On Thu

Enable Travis on Maven Scripting Plugin

2019-01-04 Thread Enrico Olivelli
Hi, I would like to try out Travis on this small plugin: https://github.com/apache/maven-scripting-plugin I have pushed a minimal configuration file I need to ask to Infra, but I need approval from the community and PMCs... Can I proceed ? Enrico

Re: Enable Travis on Maven Scripting Plugin

2019-01-04 Thread Enrico Olivelli
nkins > plugin you developed you do not want to support the GitHub PRs and you just > let be to go with TravisCI just like that? I do not think so! > T > > > On Fri, Jan 4, 2019 at 7:22 PM Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > +1

Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
e, in > Jenkins > > > > > plugin you developed you do not want to support the GitHub PRs and > you > > > > > > > > just > > > > > > > > > let be to go with TravisCI just like that? I do not think so! > > > > > T >

Create JIRA project for Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
Can any admin create this project ? for Maven Scripting Plugin https://issues.apache.org/jira/browse/MSCRIPTING Regards Enrico - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@

Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
step forward for contributors Il giorno sab 5 gen 2019 alle ore 10:35 Enrico Olivelli ha scritto: > > > > Il sab 5 gen 2019, 08:48 Hervé BOUTEMY ha scritto: >> >> Le samedi 5 janvier 2019, 08:10:51 CET Olivier Lamy a écrit : >> > On Sat, 5 Jan 2019 at 12:39, Ti

Jenkins ASF + Pull Requests + webhooks

2019-01-05 Thread Enrico Olivelli
Hi Stephen, I am not a Jenkins expert, but I want to share this idea, maybe it can help. Can we use GitHub webhooks in order to trigger the creation of a Job inside Maven-Box ? This way we don't have to continuously use Github API. When an user creates/updates a PR we can import the PR and create t

Re: Enable Travis on Maven Scripting Plugin

2019-01-06 Thread Enrico Olivelli
Il dom 6 gen 2019, 10:32 Hervé BOUTEMY ha scritto: > Le samedi 5 janvier 2019, 12:34:30 CET Enrico Olivelli a écrit : > > Travis up and running on Maven Scripting Plugin > > this is the first build with integration tests > > > > mvn verify -Prun-its > > h

Re: Enable Travis on Maven Scripting Plugin

2019-01-06 Thread Enrico Olivelli
> something > like this in our configuration > > Regards, > > Hervé > > [1] https://github.com/apache/bookkeeper/tree/master/.test-infra/jenkins > > Le samedi 5 janvier 2019, 10:35:11 CET Enrico Olivelli a écrit : > > Il sab 5 gen 2019, 08:48 Hervé BOUTEMY ha > scrit

Re: Enable Travis on Maven Scripting Plugin

2019-01-06 Thread Enrico Olivelli
/ > > [3] https://builds.apache.org/job/maven-box/ > > Le dimanche 6 janvier 2019, 11:48:29 CET Enrico Olivelli a écrit : > > It is not a special directory, we are using Je kins DSL, and there is a > > 'seed job' which parses these files and creates/updates the jobs.

Re: Enable Travis on Maven Scripting Plugin

2019-01-06 Thread Enrico Olivelli
forked repo has > successful Travis build. > See Calcite and Bookkeeper for instance This way we do not use "our" Apache accounts to run builds and developers > are free to configure anything (and be responsible) in its own Travis > accounts. > Enrico > > BR > Sy

Re: self-introduction

2019-01-09 Thread Enrico Olivelli
Il giorno mer 9 gen 2019 alle ore 10:18 Matt Foley ha scritto: > > Good morning. Although I’ve used Maven for years, I’m new to the project as > a developer, so thought I should introduce myself to you all. I have > contributed to other Apache projects in the past (Hadoop HDFS and Metron), >

Re: Up for grabs issues

2019-01-09 Thread Enrico Olivelli
nes whose > PR were merged, but the issues weren't closed. Do anyone have any idea when > those issues will be reviewed? What can I do to speed up this process? > > Thanks, > > André Tadeu de Carvalho > -- -- Enrico Olivelli

Re: Are snapshots available in some Maven repo?

2019-01-09 Thread Enrico Olivelli
pse IDE <https://www.eclipse.org/downloads/eclipse-packages/> > developer, for Red Hat Developers <https://developers.redhat.com/> > -- -- Enrico Olivelli

Re: Create JIRA project for Maven Scripting Plugin

2019-01-10 Thread Enrico Olivelli
Ping Il dom 6 gen 2019, 13:27 Robert Scholte ha scritto: > Brian, > > can you pick this up? > > thanks, > Robert > > On Sat, 05 Jan 2019 12:11:41 +0100, Enrico Olivelli > > wrote: > > > Can any admin create this project ? > > for Maven Scripting Plu

Re: Enable Travis on Maven Scripting Plugin

2019-01-10 Thread Enrico Olivelli
but until that happens, we’ll need something like > > Travis to take that risk for us. > > > > > >> T > >> > >> > >> On Fri, Jan 4, 2019 at 7:22 PM Stephen Connolly < > >> stephen.alan.conno...@gmail.com> wrote: > >> > >> &g

Re: Update versions of all plugins in default-bindings.xml

2019-01-10 Thread Enrico Olivelli
+1 for upgrading all of the plugins +1 for 3.7.0 Many plugins released recently have improvements in speed and jdk support Having a new release with all greatest and latest versions will be very appreciated by users Enrico Il giorno gio 10 gen 2019 alle ore 20:50 Stephen Connolly ha scritto: >

Re: Are snapshots available in some Maven repo?

2019-01-10 Thread Enrico Olivelli
> > > > > 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 > -- -- Enrico Olivelli

Adding Travis configuration file to plugins

2019-01-11 Thread Enrico Olivelli
Hi, I would like to add the Travis configuration file to some plugin, mostly every plugin where I find PRs to review. Before starting I have these points: 1) Is the template file okay for you ? It running ITs on Linux JDK11 https://github.com/apache/maven-scripting-plugin/blob/master/.travis.yml

Re: cannot delete workspace ... invoker-reports/BUILD-***.xml

2019-01-12 Thread Enrico Olivelli
AR-238/ > The precondition is to ask the INFRA to restart all Windows or kill all > Java processes. > T > -- -- Enrico Olivelli

Re: cannot delete workspace ... invoker-reports/BUILD-***.xml

2019-01-12 Thread Enrico Olivelli
First we should get the confidence using Jenkins CI for a long time run. > > On Sat, Jan 12, 2019 at 11:20 AM Enrico Olivelli > wrote: > > > Can't we rollback to the previous version instead of a snapshot? > > > > Enrico > > > > Il sab 12 gen 2019, 09:

Re: cannot delete workspace ... invoker-reports/BUILD-***.xml

2019-01-12 Thread Enrico Olivelli
Il giorno sab 12 gen 2019 alle ore 11:45 Enrico Olivelli ha scritto: > > > > Il sab 12 gen 2019, 11:39 Tibor Digana ha scritto: >> >> Such a drastic change? > > > If that version is buggy we should fix it or drop it. > > Do we have already released that bu

Re: cannot delete workspace ... invoker-reports/BUILD-***.xml

2019-01-12 Thread Enrico Olivelli
can decide whether we will find the commit and release a new > > version of maven-shared-utils or we will downgrade it in all > > usages/projects/branches together with testing on Jenkins. > > Cheers > > T > > > > > > > > > > On Sat

Re: Update versions of all plugins in default-bindings.xml

2019-01-13 Thread Enrico Olivelli
would > > > >> > > > > >> > > >> > define the versions of every plugin from the default > > > >> lifecycles: > > > >> > this > > > >> > > > > >> > > >> > would > > > >> > > >> > avoid to have everybody to write the full list of plugins > > > >> (which is > > > >> > > > > >> > a > > > >> > > > > >> > > >> > pain: I > > > >> > > >> > know because in MARCHETYPES-54 [1] I added the list in > Maven > > > >> > > >> > Archetypes...) > > > >> > > >> > We could name it "maven-default-plugins", or if somebody > has > > a > > > >> > > > > >> > better > > > >> > > > > >> > > >> > idea. > > > >> > > >> > This way, changing plugins versions would not be tied to > > > >> changing > > > >> > > >> > > > >> > > >> Maven > > > >> > > >> > > > >> > > >> > version > > > >> > > >> > > > > >> > > >> > WDYT? > > > >> > > >> > > > > >> > > >> > Regards, > > > >> > > >> > > > > >> > > >> > Hervé > > > >> > > >> > > > > >> > > >> > [1] https://issues.apache.org/jira/browse/MARCHETYPES-54 > > > >> > > >> > > > > >> > > >> >> How can we be on safe side with these updates? What is > > > >> mandatory > > > >> > > >> >> to > > > >> > > >> > > > >> > > >> do > > > >> > > >> > > > >> > > >> >> for > > > >> > > >> >> such upgrade? > > > >> > > >> >> > > > >> > > >> >> On Fri, Jan 11, 2019 at 7:41 AM Hervé BOUTEMY < > > > >> > > > > >> > herve.bout...@free.fr > > > >> > > > > >> > > >> >> wrote: > > > >> > > >> >> > As I wrote in many Jira issues over years on this topic, > > > >> I'm not > > > >> > > > > >> > in > > > >> > > > > >> > > >> >> favor > > > >> > > >> >> > > > >> > > >> >> > of > > > >> > > >> >> > that > > > >> > > >> >> > > > > >> > > >> >> > To me, staying with the same default plugins versions > from > > > >> Maven > > > >> > > >> >> > > > >> > > >> >> version > > > >> > > >> >> > > > >> > > >> >> > to > > > >> > > >> >> > Maven version is a feature: nobody should expect to > change > > > >> his > > > >> > > >> > > > >> > > >> Maven > > > >> > > >> > > > >> > > >> >> > version > > > >> > > >> >> > to change the plugins versions > > > >> > > >> >> > The best practice is to define plugins versions in your > > > >> pom.xml > > > >> > > > > >> > (or > > > >> > > > > >> > > >> >> > parent). > > > >> > > >> >> > Getting very old versions of plugins by default is the > > best > > > >> > > >> > > > >> > > >> additional > > > >> > > >> > > > >> > > >> >> > feature > > > >> > > >> >> > we have after the WARN "plugin version not defined" > > > >> > > >> >> > > > > >> > > >> >> > Then IMHO, upgrading default plugins versions is a bad > > > >> idea, is > > > >> > > >> >> > a > > > >> > > >> > > > >> > > >> bad > > > >> > > >> > > > >> > > >> >> > message > > > >> > > >> >> > = "you can continue to ignore the WARN on plugins > versions > > > >> and > > > >> > > >> > > > >> > > >> still > > > >> > > >> > > > >> > > >> >> get > > > >> > > >> >> > > > >> > > >> >> > newest and latest plugins" > > > >> > > >> >> > > > > >> > > >> >> > this leads IMHO to one (bad) reason for people to > require > > > >> Maven > > > >> > > >> >> > > > >> > > >> >> Wrapper > > > >> > > >> >> > > > >> > > >> >> > I know, this is counter intuitive, that's why it is > > > >> required to > > > >> > > >> > > > >> > > >> really > > > >> > > >> > > > >> > > >> >> > take a > > > >> > > >> >> > moment to think about it > > > >> > > >> >> > > > > >> > > >> >> > Regards, > > > >> > > >> >> > > > > >> > > >> >> > Hervé > > > >> > > >> >> > > > > >> > > >> >> > Le jeudi 10 janvier 2019, 17:08:57 CET Tibor Digana a > > > écrit > > > >> : > > > >> > > >> >> > > Why we use old versions in default-bindings.xml? > > > >> > > >> >> > > Can we update all versions in 3.6.1 release? > > > >> > > >> >> > > > > > >> > > >> >> > > Here is MNG-6557 which is related to Surefire but I > > > guess > > > >> this > > > >> > > >> > > > >> > > >> Jira > > > >> > > >> > > > >> > > >> >> > > issue > > > >> > > >> >> > > can be freely related to all plugins. > > > >> > > >> >> > > > > > >> > > >> >> > > WDYT? > > > >> > > >> >> > > Any objections to update all plugins and assign this > > > >> issue in > > > >> > > >> > > > >> > > >> 3.6.1? > > > >> > > >> > > > >> > > >> >> > > Cheers > > > >> > > >> >> > > Tibor > > > >> > > >> > > > >> > > >> > > > >> > - > > > >> > > >> > > > >> > > >> >> > 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 > > > >> > > >> > > > >> > > >> > > > >> > - > > > >> > > >> 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 > > > >> > > > > > >> > > > > > >> > - > > > >> > > 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 > > > > > > - > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > > > > > -- > Sent from my phone > -- -- Enrico Olivelli

Re: Enable Travis on Maven Scripting Plugin

2019-01-15 Thread Enrico Olivelli
ping Il giorno gio 10 gen 2019 alle ore 20:29 Enrico Olivelli ha scritto: > > I would like to enable Travis on other plugins, maybe I can do it on plugins > which have active prs > > Okay? > Enrico > > Il lun 7 gen 2019, 02:46 Manfred Moser ha scritto: >> &

Releasing Maven enforcer plugin

2019-01-16 Thread Enrico Olivelli
An user is asking for a release of the enforcer plugin https://github.com/apache/maven-enforcer/pull/36#issuecomment-447238729 I can prepare the release Thoughts? Enrico -- -- Enrico Olivelli

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

2019-01-21 Thread Enrico Olivelli
+1 (non binding) Enrico Il giorno sab 19 gen 2019 alle ore 17:49 Robert Scholte ha scritto: > > +1 > > On Fri, 18 Jan 2019 16:01:25 +0100, Robert Scholte > wrote: > > > Hi, > > > > We solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12343368

Re: Create JIRA project for Maven Scripting Plugin

2019-01-26 Thread Enrico Olivelli
Hi Brian, can you pick up this activity ? The plugin is at the very beginning but we already have a contributor and I would like to cut the first release soon Thank you Enrico Il giorno gio 10 gen 2019 alle ore 20:14 Enrico Olivelli ha scritto: > > Ping > > Il dom 6 gen 2019,

Re: Enable Travis on Maven Scripting Plugin

2019-01-27 Thread Enrico Olivelli
com> ha scritto: > Go for it. Nobody said no (and forgiveness is sometimes easier than > permission) > > Ask infra which they prefer, all in one go or one at a time > > On Tue 15 Jan 2019 at 20:36, Enrico Olivelli wrote: > > > ping > > > > Il giorno gio 10 gen 20

Re: Create JIRA project for Maven Scripting Plugin

2019-01-30 Thread Enrico Olivelli
Ping Enrico Il giorno sab 26 gen 2019, 14:56 Enrico Olivelli ha scritto: > Hi Brian, > can you pick up this activity ? > > The plugin is at the very beginning but we already have a contributor > and I would like to cut the first release soon > > Thank you > Enrico >

Re: [VOTE] Release Maven Wagon version 3.3.2

2019-02-06 Thread Enrico Olivelli
+1 (non binding) Built and run tests on Fedora 28 Enrico Il giorno mer 6 feb 2019 alle ore 03:03 Olivier Lamy ha scritto: > > +1 > > On Tue, 5 Feb 2019 at 09:15, Michael Osipov wrote: > > > Hi, > > > > We solved 12 issues: > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-11 Thread Enrico Olivelli
In maven coordinates 3.0.0 is different from 3.0.0-M4 (you already knew), so they can coexist. How are you referring to surefire in your project? Btw I will check and try to deploy current master Enrico Il giorno lun 11 feb 2019, 14:59 Benedikt Ritter ha scritto: > Hi, > > I just realized tha

Re: [SUREFIRE] maven-metadata.xml does not point to latest snapshot

2019-02-13 Thread Enrico Olivelli
Il giorno mer 13 feb 2019, 13:27 Benedikt Ritter ha scritto: > Hello, > > Am Di., 12. Feb. 2019 um 08:39 Uhr schrieb Benedikt Ritter < > brit...@apache.org>: > > > Hello, > > > > Am Mo., 11. Feb. 2019 um 18:39 Uhr schrieb Enrico Olivelli < > > eol

Re: seconders for MNG-6593 = track input location for super-pom

2019-02-17 Thread Enrico Olivelli
+1 awesome Enrico Il giorno dom 17 feb 2019, 12:16 Karl Heinz Marbaise ha scritto: > Hi Hervé, > > +1 from me... > > Kind regards > Karl Heinz Marbaise > On 17.02.19 11:58, Hervé BOUTEMY wrote: > > while working on MPH-160 = add source location in comments to effective > pom.xml, I found that s

  1   2   3   4   5   6   >