[GitHub] maven-site pull request #7: Corrected assumption regarding execution's confi...

2017-04-11 Thread pono
Github user pono closed the pull request at:

https://github.com/apache/maven-site/pull/7


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-site pull request #7: Corrected assumption regarding execution's confi...

2016-09-28 Thread fmarot
GitHub user fmarot opened a pull request:

https://github.com/apache/maven-site/pull/7

Corrected assumption regarding execution's configuration

Corrected a wrong assumption saying that specific plugin's execution's 
configuration could not be used from the command line.
This used to be true but not since Maven 3.3.1 and the implementation of 
MNG-5768 ( https://issues.apache.org/jira/browse/MNG-5768 ).
From the command-line, the use of the specific syntax with "@" specifying a 
specific execution (instead of "default-cli) will make the plugin's execution's 
specific  section used.

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

$ git pull https://github.com/fmarot/maven-site 
fmarot-plugin-execution-asumption

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

https://github.com/apache/maven-site/pull/7.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 #7


commit 69a4297f1ec9a1f53472d4879dd9d5ad8a9f2d1d
Author: Francois Marot 
Date:   2016-09-28T21:50:50Z

Corrected assumption regarding execution's configuration

Corrected a wrong assumption saying that specific plugin's execution's 
configuration could not be used from the command line.
This used to be true but not since Maven 3.3.1 and the implementation of 
MNG-5768 ( https://issues.apache.org/jira/browse/MNG-5768 ).
From the command-line, the use of the specific syntax with "@" specifying a 
specific execution (instead of "default-cli) will make the plugin's execution's 
specific  section used.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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