uschindler commented on pull request #1802:
URL: https://github.com/apache/lucene-solr/pull/1802#issuecomment-683454888


   > If that's the case, I'd copypaste Robert's code into the 
render-javadocs.gradle file as another inner class (as the syntax of Java is 
mostly the same with Gradle).
   
   OK, this won't work, as javadoc is running as external tool and we need a 
classpath. But nevertheless, it shouldn't be in Lucene.
   
   Maybe we should do the same thing like with forbiddenapis:
   - If Robert agrees, we put it as a simple Maven Project (no Gradle needed) 
into https://github.com/policeman-tools as a new project, Robert is also part 
of that organization.
   - I can publish it on Maven using the Sonatype infrastructure afterwards:
   - Everybody can use it as its a plain JAR file that can be added to any 
Project (Ant, Maven, Gradle, or maybe also Bazel or Makefiles that invoke 
Javadocs) so it could also be used by others who want to do missing docs checks 
in Maven.


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to