jira-importer commented on issue #697: URL: https://github.com/apache/maven-javadoc-plugin/issues/697#issuecomment-2957346802
**[Dennis Lundberg](https://issues.apache.org/jira/secure/[email protected])** commented Damon, The Release Plugin uses a special release profile that produces Javadoc and Source artifacts for your project. This is enabled by default. If you want to you can disable it: http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#useReleaseProfile The release profile is defined in the Super POM, which is the parent of all Maven project and is embedded inside Maven itself. The exact details of the release profile can be found here: http://maven.apache.org/pom.html#The_Super_POM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
