You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by "bchapuis (via GitHub)" <gi...@apache.org> on 2023/03/17 08:49:33 UTC

[GitHub] [incubator-baremaps] bchapuis opened a new issue, #603: Check the licenses with the maven rat plugin

bchapuis opened a new issue, #603:
URL: https://github.com/apache/incubator-baremaps/issues/603

   > I ran RAT and it failed with ’Too many unapproved licenses: 3’. But I don’t agree with the issues it found, one of which was DISCLAIMER-WIP (how ironic). So RAT is ok for now, but please see if you can get RAT to pass next release.
   
   https://lists.apache.org/thread/mo9y0nmf9fvnc4n91hyw1z0p08hl6j8f
   
   We should check and address the issues detected by rat and add a step in the build workflow on GitHub.
   
   ```
   mvn rat:check
   ```


-- 
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: commits-unsubscribe@baremaps.apache.org.apache.org

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


[GitHub] [incubator-baremaps] bchapuis closed issue #603: Check the licenses with the maven rat plugin

Posted by "bchapuis (via GitHub)" <gi...@apache.org>.
bchapuis closed issue #603: Check the licenses with the maven rat plugin
URL: https://github.com/apache/incubator-baremaps/issues/603


-- 
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: commits-unsubscribe@baremaps.apache.org

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


[GitHub] [incubator-baremaps] Perdjesk commented on issue #603: Check the licenses with the maven rat plugin

Posted by "Perdjesk (via GitHub)" <gi...@apache.org>.
Perdjesk commented on issue #603:
URL: https://github.com/apache/incubator-baremaps/issues/603#issuecomment-1558599833

   A bit of TIL information regarding the following example that caused me some confusion.
   ```
   mvn rat:check
   ```
   
   By default the maven settings provides a search list of groups for plugins. https://maven.apache.org/settings.html#plugin-groups
   > The list is searched when a plugin is used and the groupId is not provided in the command line. This list automatically contains org.apache.maven.plugins and org.codehaus.mojo.
   
   The above command will thus resolves to `org.codehaus.mojo:rat-maven-plugin:1.0-alpha-3:check` published in 2007. https://central.sonatype.com/artifact/org.codehaus.mojo/rat-maven-plugin/1.0-alpha-3
   
   The current releases of Apache Rat are located at `org.apache.rat:apache-rat-plugin`
   
   
   
   
   
   


-- 
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: commits-unsubscribe@baremaps.apache.org

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