Parsing POMs
Discovered a new module be.howest:someproject someproject
看来,我第一次找到了一个新的单元。 诚然,没有什么真的担心,但似乎有两次执行,我不知道为什么。 另一点是:它造成这种奇迹错误(至少对我而言):
[WARNING] Removing: cobertura from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: findbugs from forked lifecycle, to prevent recursive invocation.
To me this looks like it tried to execute twice, but why is escaping me. Also, it has a module under the build, which is something i m not very familiar with, but I wouldn t bother too much (and consider it normal) if it didn t do my tests twice.
right now it is running two phases: clean
and test
. I changed it to clean package
, because I included javadoc in the package lifecycle, but nothing has changed.
- Hudson console log: http://pastebin.com/2GRmc2yP
- Pom.xml: http://pastebin.com/HL9Qd821