[jboss-jira] [JBoss JIRA] Commented: (LOGTOOL-15) Sources get generated in the target/classes directory with maven
James Perkins (JIRA)
jira-events at lists.jboss.org
Tue May 31 14:04:01 EDT 2011
[ https://issues.jboss.org/browse/LOGTOOL-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605569#comment-12605569 ]
James Perkins commented on LOGTOOL-15:
--------------------------------------
According to the maven-compiler-plugin a version of at least 2.2 is required along with a target of at least 1.6. http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#generatedSourcesDirectory
> Sources get generated in the target/classes directory with maven
> ----------------------------------------------------------------
>
> Key: LOGTOOL-15
> URL: https://issues.jboss.org/browse/LOGTOOL-15
> Project: Log Tool
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: James Perkins
> Assignee: James Perkins
> Fix For: 1.0.0.Beta7
>
>
> The sources should be created in target/generated-sources, but get created in the target/classes directory if the target on the compiler is not set to 1.6. See if there is a way to always generate sources in a default directory rather than relying on the target version being set.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list