You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespace java thrift.rpc.api.user will append another thrift to <outputDirectory>${basedir}/src/main/java/thrift</outputDirectory>. So, it will be src/main/java/thrift/thrift/rpc/api/user. The package of generated classes would be wrong.
The text was updated successfully, but these errors were encountered:
pom.xml
The
namespace java thrift.rpc.api.user
will append anotherthrift
to<outputDirectory>${basedir}/src/main/java/thrift</outputDirectory>
. So, it will besrc/main/java/thrift/thrift/rpc/api/user
. The package of generated classes would be wrong.The text was updated successfully, but these errors were encountered: