Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Labels:None
-
Environment:Running maven rc4 with maven-javacc-plugin-1.1 and maven-javacc-plugin-1.4
-
Number of attachments :
Description
Generated sources are placed in the target/generated-src/java/main directory, and this directory is added to maven.compile.src.set.
However when the maven-java-plugin runs the compile goal, it skips compilation completely because the "sourcesPresent" variable is not "true". I can only assume this variable is set if the sources listed in the pom resolve to files.
Issue Links
- supercedes
-
MPJAVA-39
Plug-in ignores source generated during Maven run
-
moved from maven-javacc-plugin to maven-java-plugin.
{maven.gen.src}The java plugin should also check for the $
directory