You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/14 17:27:55 UTC

[GitHub] [netbeans-tools] ebarboni commented on pull request #56: Prepare for a release of NBPackage

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists