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 <configuration> 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 <[email protected]>
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 <configuration> 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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to