You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/07/18 00:45:57 UTC

[pulsar] branch master updated: [improve] Always generate package-info.class file (#16635)

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

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new d1769bf9438 [improve] Always generate package-info.class file (#16635)
d1769bf9438 is described below

commit d1769bf9438dff6df5c90f13441cb368d6749b2b
Author: tison <wa...@gmail.com>
AuthorDate: Mon Jul 18 08:45:51 2022 +0800

    [improve] Always generate package-info.class file (#16635)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 37cb0e02d69..bca893dcf62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1413,6 +1413,7 @@ flexible messaging model and an intuitive client API.</description>
             <arg>-Xlint:-serial</arg>
             <arg>-Xlint:-classfile</arg>
             <arg>-Xlint:-processing</arg>
+            <arg>-Xpkginfo:always</arg>
           </compilerArgs>
         </configuration>
       </plugin>