OK. This is weird. Using the default or the following preGoal, the source bundles do not appear. I think they're created but then deleted:

    <preGoal name="dist">
      <attainGoal name="dist:build-src" />
      <attainGoal name="dist:build-bin" />
    </preGoal>

However if I add this to maven.xml:

    <preGoal name="dist">
      <attainGoal name="dist:build-bin" />
    </preGoal>

Then I get the source bundles but no binaries. It appears that the two goals dist:build-src and dist:build-bin are somehow incompatible. Any ideas?

--
Elliotte Rusty Harold  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to