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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]