You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2018/03/14 14:43:54 UTC

[cxf-xjc-utils] branch master updated: Generate a help mojo for the cxf-xjc-plugin, so the user can get help regarding goals and parameters from the command line. You can read more about how to use a help mojo here: https://maven.apache.org/plugin-tools/maven-plugin-plugin/help-mojo.html

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 910c408  Generate a help mojo for the cxf-xjc-plugin, so the user can get help regarding goals and parameters from the command line. You can read more about how to use a help mojo here: https://maven.apache.org/plugin-tools/maven-plugin-plugin/help-mojo.html
910c408 is described below

commit 910c4087629953896319a2c19a81f1cb0c1bd42d
Author: Dennis Lundberg <de...@apache.org>
AuthorDate: Wed Mar 14 14:53:02 2018 +0100

    Generate a help mojo for the cxf-xjc-plugin, so the user can get help regarding goals and parameters from the command line.
    You can read more about how to use a help mojo here: https://maven.apache.org/plugin-tools/maven-plugin-plugin/help-mojo.html
---
 cxf-xjc-plugin/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index d3a115a..a325fe0 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -124,6 +124,12 @@
                             <goal>descriptor</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>generate-helpmojo</id>
+                        <goals>
+                            <goal>helpmojo</goal>
+                        </goals>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>

-- 
To stop receiving notification emails like this one, please contact
dkulp@apache.org.