[ https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318784#comment-318784 ]
jieryn commented on MCOMPILER-197: ---------------------------------- {code}$ mvn304 -version Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) Maven home: /home/jlf/apache-maven-3.0.4 Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-279.19.1.el6.x86_64", arch: "amd64", family: "unix" {code} {code}$ mvn310 -version Apache Maven 3.1.0 (rNON-CANONICAL_2012-12-03_20-03_jvanzyl; 2012-12-03 23:03:32-0500) Maven home: /home/jlf/apache-maven-3.1.0 Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-279.19.1.el6.x86_64", arch: "amd64", family: "unix" {code} > dependencies no more at classpath > --------------------------------- > > Key: MCOMPILER-197 > URL: https://jira.codehaus.org/browse/MCOMPILER-197 > Project: Maven 2.x Compiler Plugin > Issue Type: Bug > Affects Versions: 3.0 > Reporter: Romain manni-Bucau > Attachments: compiler-test.zip > > > before (version 2.5.1) dependencies of compiler plugin were added to javac > classpath, now it seems (didn't check so maybe it is wrong) it is no more the > case > i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a > file target/generated-sources/org/issue/Person_.java. With version 3.0 you > get a folder target/annotations and no more file. > This is really blocking for stuff like openjpa metamodel generation where > with version 3.0 it needs to use an ant task which is not so straight forward. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira