[ https://issues.apache.org/jira/browse/MCOMPILER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271435#comment-16271435 ]
Robert Scholte commented on MCOMPILER-316: ------------------------------------------ Did you know that when running Maven in debug mode, the maven-compiler-plugin adds 2 files to {{target/classes}}: {{javac.*}} + a dynamic {{args}} file. This way you can rerun the java compiler without Maven. > maven should *always* print classpath used to compile the java files > -------------------------------------------------------------------- > > Key: MCOMPILER-316 > URL: https://issues.apache.org/jira/browse/MCOMPILER-316 > Project: Maven Compiler Plugin > Issue Type: Improvement > Environment: ALL > Reporter: Vimal > > mostly i use "{{maven clean install}}" to build my packages > by default maven doesnt print the classpath used to compile java files. It > should. > it prints information like which jars it is downloading. thats fine. > but it should *always* print the classpath used. > there is a "-X" option which prints classpath , but it prints TONS and TONS > of information which i think no one is interested in (except perhaps the > maven developers) > so there is no easy way to get the classpath used. > Please make maven to print classpath for each java file compiled, by default. > OR give a easy option to enable it along with other options. -- This message was sent by Atlassian JIRA (v6.4.14#64029)