Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6.1
-
Labels:None
-
Number of attachments :
Description
Maven was trying to compile src/main/javadoc/my/company/doc-files/Foo.java even though I set the docfilessubdirs configuration option to true. Renaming it to .txt works, however maven should probably not compile anything under src/main/javadoc/
Can you provide some more details, like a build log that shows what plugin is actually compiling the code or preferably a little example project to demonstrate the issue?