Hi,
  I have a lot of modules and I have a package project p0 to aggregate them
like the following:

<module>p1</module>
<module>p2</module>
<module>p1</module>

All the modules except p2 use the default complier. p2 uses eclipse
compiler. I find if I just compile p2, it works well.  When I try to compile
all these modules thru. the package p0, an error like the following occurs:

[INFO] [compiler:compile {execution: default-compile}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] No such compiler 'eclipse'.


How do I solve this problem?

Rice

Reply via email to