You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by acanda <gi...@git.apache.org> on 2015/07/23 00:00:39 UTC

[GitHub] maven-surefire pull request: Add missing slash in closing tag of '...

GitHub user acanda opened a pull request:

    https://github.com/apache/maven-surefire/pull/100

    Add missing slash in closing tag of 'use argLine' error message

    When you try to set `java.library.path` as a system property in the configuration the plugin emits the warning `java.library.path cannot be set as system property, use <argLine>-Djava.library.path=...<argLine> instead`. This change adds the missing slash in the closing tag which is `<argLine>` but should be `</argLine>`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acanda/maven-surefire argLine

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #100
    
----
commit cf64b1137ad6a941f157face8991b9e24774b716
Author: Philip Graf <gi...@acanda.ch>
Date:   2015-07-22T21:51:16Z

    Add missing slash in closing tag of 'use argLine' error message

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-surefire pull request: Add missing slash in closing tag of '...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/maven-surefire/pull/100


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org