mojohaus / taglist-maven-plugin

Taglist Maven Plugin
https://www.mojohaus.org/taglist-maven-plugin/
7 stars 9 forks source link

Includes not working as expected #106

Open spyhunter99 opened 1 year ago

spyhunter99 commented 1 year ago

I'm using v3.0.0 on a multimodule maven project. One module is a war. I have goth java sources in src/main/java and web stuff in src/main/webapp. Taglist processes the java code just fine but ignores the src/main/webapp. I'd like to include TODO statements in javascript, jsp, css, html etc.

i setup the config element with this

<configuration>
   <includes>**/*.java</includes>
   <includes>**/*.js</includes>
   <includes>**/*.jsp</includes>

I'm not entirely sure this is right as there aren't any examples on the website but i think it's in the ballpark after looking that the mojo. Is there any configuration magic i can set to get these additional files included?

spyhunter99 commented 1 year ago

what's the build jdk and maven version? i'm getting a lot of errors compile this project

spyhunter99 commented 1 year ago

looks like the test failures started after commit fb671a0a73, specifically with the commit '[#62] Re-Enable tests, fix maven versions and dependencies'

github-actions[bot] commented 3 months ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.

slawekjaranowski commented 3 weeks ago

what's the build jdk and maven version? i'm getting a lot of errors compile this project

Build should be ok, please look at GitHub action we tested against many JDK, Os and Maven https://github.com/mojohaus/taglist-maven-plugin/actions/workflows/maven.yml

What an error do you have?