ebarboni commented on PR #56: URL: https://github.com/apache/netbeans-tools/pull/56#issuecomment-1314122329
I would create a git repo for that :D (change log, dependabot, easy to release auto tag and so on) . It could live on central too. I suggest adding a javadoc plugin section otherwise it break the build (maybe using compiler 3.10.1 instead of too old) + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>3.4.1</version> + <configuration> + <release>11</release> + </configuration> + </plugin> + </plugins> + </pluginManagement> I've tested mvn clean install -Papache-release as it flags more than standard mvn clean install. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
