Hi,
I have directory strucute like this
a/b
a/c
a/d.java
a/e.java
I have one pom.xml under "a" directory .. Having code for compilation and
redirecting directories from there
Like
m
4.0.0
a
1.0
pom
b
c
${TOPDIR}/${JAVA_CLASSES_SRC}/${CUR_DIR} -- all properties are defined
${TOPDIR}/${JAVA_CLASSES_DEST}
${basedir}/test
${TOPDIR}/${JAVA_CLASSES_DEST}
------- code for compilation----->
maven-compiler-plugin
----------------
What happen when I do mvn compile ,under "a " directory .. Directories b
and c get compiled but not all .java files under a
means a/d.java and a/e.java is not getting compild . WHY ? Plz help me
--
View this message in context:
http://www.nabble.com/compiltaion-of-.java-problem-tp21578305p21578305.html
Sent from the Maven - Users mailing list archive at Nabble.com.