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.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d62e7f  Add -npa to code generation to avoid the package-info.java 
file
7d62e7f is described below

commit 7d62e7f3042563910aff67c3525254bd782d7cf8
Author: Daniel Kulp <[email protected]>
AuthorDate: Fri Apr 5 16:39:16 2019 -0400

    Add -npa to code generation to avoid the package-info.java file
---
 rt/bindings/corba/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rt/bindings/corba/pom.xml b/rt/bindings/corba/pom.xml
index 3af9a19..cdd345a 100644
--- a/rt/bindings/corba/pom.xml
+++ b/rt/bindings/corba/pom.xml
@@ -105,6 +105,7 @@
                                     </deleteDirs>
                                     <extensionArgs>
                                         <extensionArg>-Xdv</extensionArg>
+                                        <extensionArg>-npa</extensionArg>
                                     </extensionArgs>
                                 </xsdOption>
                             </xsdOptions>

Reply via email to