[jira] [Created] (MSKINS-139) add edit button to link to scm source

2017-12-10 Thread JIRA
Hervé Boutemy created MSKINS-139: Summary: add edit button to link to scm source Key: MSKINS-139 URL: https://issues.apache.org/jira/browse/MSKINS-139 Project: Maven Skins Issue Type:

[GitHub] maven-surefire issue #165: Merge master to junit5

2017-12-10 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/165 @Tibor17 > What about if I squash your commits to one? And then it would go to a new branch based on master current HEAD? > This branch has old history. Let's do it

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/166 @krmahadevan Do you have a spare time for Surefire? This is good work but there is only a little to do: checkstyle and Jira ticket. ---

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

2017-12-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285144#comment-16285144 ] Hervé Boutemy commented on MNG-6308: re-reading once more

[jira] [Created] (DOXIASITETOOLS-181) add docRenderingContext to template Velocity context

2017-12-10 Thread JIRA
Hervé Boutemy created DOXIASITETOOLS-181: Summary: add docRenderingContext to template Velocity context Key: DOXIASITETOOLS-181 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-181

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

2017-12-10 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285183#comment-16285183 ] Robert Scholte commented on MNG-6308: - javadoc and sources are attachments, but in the end it is only

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

2017-12-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285144#comment-16285144 ] Hervé Boutemy edited comment on MNG-6308 at 12/10/17 8:52 AM: -- re-reading once

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje I want to ask you few question because I want to make minimum invasive changes in the code. Why you have chosen provider `surefire-junit47` and not also the

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

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

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

2017-12-10 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 > How is Description constructed now by Cucumber? Executing cucumber while using JUnit creates a tree of Descriptions like so: ``` Cucumber |- Feature 1 |

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

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

[jira] [Commented] (SUREFIRE-1444) /usr/bin/ps and /bin/ps not found. Forked JVM fails.

2017-12-10 Thread Tibor Digana (JIRA)
[ https://issues.apache.org/jira/browse/SUREFIRE-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285236#comment-16285236 ] Tibor Digana commented on SUREFIRE-1444: [~rfsnjb] I have several questions, so pls answer them

[jira] [Updated] (ARCHETYPE-537) fileset exclude or include on conditions

2017-12-10 Thread Dong Xu (JIRA)
[ https://issues.apache.org/jira/browse/ARCHETYPE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Xu updated ARCHETYPE-537: -- Description: I think this will be an useful feature: maven archetype user can choose to include

[GitHub] chonton commented on issue #1: fix DeployAtEnd failures

2017-12-10 Thread GitBox
chonton commented on issue #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1#issuecomment-350582953 Same PR as https://github.com/apache/maven-plugins/pull/138. This is an automated

[GitHub] chonton opened a new pull request #1: fix DeployAtEnd failures

2017-12-10 Thread GitBox
chonton opened a new pull request #1: fix DeployAtEnd failures URL: https://github.com/apache/maven-deploy-plugin/pull/1 MDEPLOY-226: DeployAtEnd fails when module has extension MDEPLOY-225: DeployAtEnd fails when overriding skip MDEPLOY-224: Overriding deployAtEnd fails

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

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

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje How is `Description` constructed now by Cucumber? Does it contain the real method name or it is a scenario text? ---

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje Additionally, can you write a separate documentation file `cucumber.apt.vm` for Cucumber with your best practices to setup and use cucumber in terms of

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

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

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

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

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/150#discussion_r155940679 --- Diff: surefire-integration-tests/src/test/resources/junit47-rerun-failing-tests-with-cucumber/pom.xml --- @@ -0,0 +1,79 @@ + + +

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

2017-12-10 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 > Additionally, can you write a separate documentation file cucumber.apt.vm for Cucumber with your best practices to setup and use cucumber in terms of maven-surefire-plugin and

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

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

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

2017-12-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285311#comment-16285311 ] Hervé Boutemy edited comment on MNG-6308 at 12/10/17 4:42 PM: -- sure, one can

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

2017-12-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285311#comment-16285311 ] Hervé Boutemy commented on MNG-6308: sure, one can avoid defining ${project.packaging} then put just pom

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

2017-12-10 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 @Tibor17 please let me know if you have more questions. ---

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

2017-12-10 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 I haven't answered yet is why cucumber creates descriptions with a unique Id and doesn't just use the method names. The reason for that is that scenarios in cucumber don't need

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

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

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

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

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

2017-12-10 Thread JIRA
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285311#comment-16285311 ] Hervé Boutemy edited comment on MNG-6308 at 12/10/17 4:44 PM: -- sure, one can

[jira] [Commented] (WAGON-493) Maven wagon-scm documentation is erroneous

2017-12-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/WAGON-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285312#comment-16285312 ] ASF GitHub Bot commented on WAGON-493: -- GitHub user Tcharl opened a pull request:

[GitHub] maven-wagon pull request #38: wagon-scm documentation update

2017-12-10 Thread Tcharl
GitHub user Tcharl opened a pull request: https://github.com/apache/maven-wagon/pull/38 wagon-scm documentation update https://issues.apache.org/jira/browse/WAGON-493 You can merge this pull request into a Git repository by running: $ git pull

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

2017-12-10 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/150 @mpkorstanje I do not have questions yet. I am just reading your comments. I would think of the code combining together with Cucumber internals and then I would have maybe some notice.

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

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

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

2017-12-10 Thread mpkorstanje
Github user mpkorstanje commented on the issue: https://github.com/apache/maven-surefire/pull/150 > Why you have chosen provider surefire-junit47 and not also the surefire-junit4? While it would be possible to change surefire-junit4 to filter by description there is no need

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

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

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

2017-12-10 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/MNG-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16285408#comment-16285408 ] Michael Osipov commented on MNG-6308: - The packaging in the HR line looks pretty displaced for me. It