Arnaud HERITIER wrote:
I don't understand.
I just have a look at the plugin. The current dist goal calls build-bin and
build-src
Can you try the last release of this plugin ?
Unfortunately, this one is only compatible with maven 1.1. Can you try maven
1.1 beta 3 or the last snapshot of the RC1
http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/

If you want to keep m1.0, you can create a custom goal in your
maven.xmlwith 2 pregoals : dist:build-bin and dist:build-src.


In other words I add this to maven.xml:

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

Is that correct? (This is with Maven 1.0.)


--
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