[jira] [Commented] (MNG-6308) display packaging when building a module

2017-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291653#comment-16291653 ] Hudson commented on MNG-6308: - Build unstable in Jenkins: Maven TLP (wip) » maven » MNG-6308_display_packaging

[jira] [Commented] (MNG-6308) display packaging when building a module

2017-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291652#comment-16291652 ] Hudson commented on MNG-6308: - Build unstable in Jenkins: maven-3.x-jenkinsfile » MNG-6308_display_packaging #6

[jira] [Comment Edited] (ARCHETYPE-492) Underscore in filenames problematic due to greedy regex

2017-12-14 Thread Matthias Hanisch (JIRA)
[ https://issues.apache.org/jira/browse/ARCHETYPE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290895#comment-16290895 ] Matthias Hanisch edited comment on ARCHETYPE-492 at 12/14/17 2:20 PM:

[jira] [Commented] (ARCHETYPE-492) Underscore in filenames problematic due to greedy regex

2017-12-14 Thread Matthias Hanisch (JIRA)
[ https://issues.apache.org/jira/browse/ARCHETYPE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290895#comment-16290895 ] Matthias Hanisch commented on ARCHETYPE-492: Got the same problem today. Wanted to generate

[jira] [Commented] (MPMD-246) Output details of processing errors

2017-12-14 Thread Ryan Bard (JIRA)
[ https://issues.apache.org/jira/browse/MPMD-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291174#comment-16291174 ] Ryan Bard commented on MPMD-246: I am having this problem as well. I've investigated what was going wrong

[jira] [Created] (MJAVADOC-505) "Warning: no description for @throws" shows even after adding -Xdoclint:none

2017-12-14 Thread Devran (JIRA)
Devran created MJAVADOC-505: --- Summary: "Warning: no description for @throws" shows even after adding -Xdoclint:none Key: MJAVADOC-505 URL: https://issues.apache.org/jira/browse/MJAVADOC-505 Project: Maven

[jira] [Commented] (MPMD-246) Output details of processing errors

2017-12-14 Thread Andreas Dangel (JIRA)
[ https://issues.apache.org/jira/browse/MPMD-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291388#comment-16291388 ] Andreas Dangel commented on MPMD-246: - [~rbard] Thanks for the testcase. This is actually a problem in

[jira] [Commented] (MPMD-246) Output details of processing errors

2017-12-14 Thread Ryan Bard (JIRA)
[ https://issues.apache.org/jira/browse/MPMD-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291419#comment-16291419 ] Ryan Bard commented on MPMD-246: [~adangel], thank you for the information! I've worked around the problem

[jira] [Commented] (WAGON-486) Wagon fails to download artifacts if number of dropped pooled connections (by intermediate) are greater than default retry count

2017-12-14 Thread Matt Nelson (JIRA)
[ https://issues.apache.org/jira/browse/WAGON-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291523#comment-16291523 ] Matt Nelson commented on WAGON-486: --- [~michael-o] I thought it was a similar issue based on a large

[jira] [Created] (MJAVADOC-506) Javadoc plugin broken on Java 8 when module-info.java present

2017-12-14 Thread Stephen Colebourne (JIRA)
Stephen Colebourne created MJAVADOC-506: --- Summary: Javadoc plugin broken on Java 8 when module-info.java present Key: MJAVADOC-506 URL: https://issues.apache.org/jira/browse/MJAVADOC-506

[jira] [Comment Edited] (MPMD-246) Output details of processing errors

2017-12-14 Thread Ryan Bard (JIRA)
[ https://issues.apache.org/jira/browse/MPMD-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291174#comment-16291174 ] Ryan Bard edited comment on MPMD-246 at 12/14/17 5:24 PM: -- I am having this problem

[jira] [Closed] (SUREFIRE-1452) Support filtering of tests from Base Class (TestNG)

2017-12-14 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1452. -- Resolution: Fixed

[GitHub] maven-surefire issue #166: Support filtering of tests from Base Class (TestN...

2017-12-14 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/166 @krmahadevan Thx for contributing. Now you should close this PR. ---

[jira] [Created] (SCM-857) AnnotateConsumer fails to parse author name if name contains dot

2017-12-14 Thread Rahul Maheshwari (JIRA)
Rahul Maheshwari created SCM-857: Summary: AnnotateConsumer fails to parse author name if name contains dot Key: SCM-857 URL: https://issues.apache.org/jira/browse/SCM-857 Project: Maven SCM

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-12-14 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje Now I understand the Cucumber internals. Can you write the documentation? Fix the checkstyle in your integration test and the classes `FlakeCucumberTest`. Then

[jira] [Commented] (SUREFIRE-1372) Rerunning failing tests fails in combination with Description#createSuiteDescription

2017-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291731#comment-16291731 ] ASF GitHub Bot commented on SUREFIRE-1372: -- Github user Tibor17 commented on the issue:

[jira] [Assigned] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1453: -- Assignee: Tibor Digana > Allow to specify non existant classes as "groups" >

[GitHub] maven-surefire issue #150: SUREFIRE-1372 Filter tests to be rerun by descrip...

2017-12-14 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje I saw you typed version `2.21`. It should be `2.21.0`. Pls fix this as well. Thx. ---

[jira] [Commented] (SUREFIRE-1372) Rerunning failing tests fails in combination with Description#createSuiteDescription

2017-12-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291739#comment-16291739 ] ASF GitHub Bot commented on SUREFIRE-1372: -- Github user Tibor17 commented on the issue:

[jira] [Commented] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291743#comment-16291743 ] Tibor Digana commented on SUREFIRE-1453: [~eolivelli] Would you have spare time to fix this

[jira] [Commented] (SUREFIRE-1452) Support filtering of tests from Base Class (TestNG)

2017-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16291755#comment-16291755 ] Hudson commented on SUREFIRE-1452: -- SUCCESS: Integrated in Jenkins build maven-surefire #1811 (See

[GitHub] maven-surefire pull request #166: Support filtering of tests from Base Class...

2017-12-14 Thread krmahadevan
Github user krmahadevan closed the pull request at: https://github.com/apache/maven-surefire/pull/166 ---

[GitHub] maven-surefire issue #166: Support filtering of tests from Base Class (TestN...

2017-12-14 Thread krmahadevan
Github user krmahadevan commented on the issue: https://github.com/apache/maven-surefire/pull/166 Changeset has been merged as part of https://github.com/apache/maven-surefire/commit/39acb98a94242149b5a8374a9619eb06f6b3cb6d Closing this PR. @Tibor17 thanks for

[jira] [Commented] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292093#comment-16292093 ] Enrico Olivelli commented on SUREFIRE-1453: --- I will try to send my proposal today. I will

[jira] [Updated] (MSITE-804) update Doxia Site Renderer to 1.8

2017-12-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MSITE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hervé Boutemy updated MSITE-804: Description: to benefit from DOXIASITETOOLS-181, DOXIASITETOOLS-182, DOXIASITETOOLS-184 (was: to

[jira] [Commented] (DOXIASITETOOLS-184) add generator field to document RenderingContext to get info on report

2017-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292015#comment-16292015 ] Hudson commented on DOXIASITETOOLS-184: --- Build succeeded in Jenkins: Maven TLP »

[jira] [Closed] (DOXIASITETOOLS-184) add generator field to document RenderingContext to get info on report

2017-12-14 Thread JIRA
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hervé Boutemy closed DOXIASITETOOLS-184. Resolution: Fixed

[jira] [Commented] (MSITE-804) update Doxia Site Renderer to 1.8

2017-12-14 Thread JIRA
[ https://issues.apache.org/jira/browse/MSITE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292109#comment-16292109 ] Hervé Boutemy commented on MSITE-804: - editable field integration:

[jira] [Commented] (MSITE-804) update Doxia Site Renderer to 1.8

2017-12-14 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MSITE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16292026#comment-16292026 ] Hudson commented on MSITE-804: -- Build succeeded in Jenkins: Maven TLP » maven-site-plugin » master #8 See

[jira] [Created] (DOXIASITETOOLS-184) add generator field to document RenderingContext to get info on report

2017-12-14 Thread JIRA
Hervé Boutemy created DOXIASITETOOLS-184: Summary: add generator field to document RenderingContext to get info on report Key: DOXIASITETOOLS-184 URL:

[jira] [Commented] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290921#comment-16290921 ] Tibor Digana commented on SUREFIRE-1453: [~eolivelli] No objections from my side. You can make

[jira] [Created] (MANTRUN-207) scriptdef ignores CDATA when there is also an element

2017-12-14 Thread Matteo Steccolini (JIRA)
Matteo Steccolini created MANTRUN-207: - Summary: scriptdef ignores CDATA when there is also an element Key: MANTRUN-207 URL: https://issues.apache.org/jira/browse/MANTRUN-207 Project: Maven Antrun

[jira] [Commented] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290716#comment-16290716 ] Enrico Olivelli commented on SUREFIRE-1453: --- [~tibor17] does this sound reasonable to you ?

[jira] [Updated] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enrico Olivelli updated SUREFIRE-1453: -- Priority: Critical (was: Major) > Allow to specify non existant classes as "groups"

[jira] [Created] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Enrico Olivelli (JIRA)
Enrico Olivelli created SUREFIRE-1453: - Summary: Allow to specify non existant classes as "groups" Key: SUREFIRE-1453 URL: https://issues.apache.org/jira/browse/SUREFIRE-1453 Project: Maven

[jira] [Created] (MNG-6320) Apparently wrong encoding of non-ascii java class filename in error messages in the maven log

2017-12-14 Thread Eugene Pliskin (JIRA)
Eugene Pliskin created MNG-6320: --- Summary: Apparently wrong encoding of non-ascii java class filename in error messages in the maven log Key: MNG-6320 URL: https://issues.apache.org/jira/browse/MNG-6320

[jira] [Commented] (SUREFIRE-1453) Allow to specify non existant classes as "groups"

2017-12-14 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290719#comment-16290719 ] Enrico Olivelli commented on SUREFIRE-1453: --- This thread is relevant to this issue: