Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes not working as expected #106

Open
spyhunter99 opened this issue Apr 16, 2023 · 4 comments
Open

Includes not working as expected #106

spyhunter99 opened this issue Apr 16, 2023 · 4 comments

Comments

@spyhunter99
Copy link

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
Copy link
Author

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

@spyhunter99
Copy link
Author

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

Copy link

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants