> What maven command should use with this change? > I try `./mvnw clean javadoc:aggregate -Dmaven.javadoc.skip=false` somehow > those changes can't apply to javadoc
`./mvnw clean javadoc:aggregate -Dmaven.javadoc.skip=false -Prelease` . `-P release` is required because the javadoc maven plugin is configured under profile `release` @htynkn [ Full content available at: https://github.com/apache/dubbo/pull/5070 ] This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org
--------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org