You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Roland Berger <ro...@bluewin.ch> on 2004/03/08 20:14:26 UTC

maven.compile.src.set

Hi all

I would like to set the 'maven.compile.src.set' property but don't know how
to set it.
I tried this in project.properties:

maven.compile.src.set=${maven.src.dir},${persistent.src.dir}
                                      ^
AND

maven.compile.src.set=${maven.src.dir};${persistent.src.dir}
                                      ^

But this doesn't seem to work. Do I really have to do it this way?:

  <preGoal name="java:compile">
        <path id="gen.java.compile.src.set"
location="${basedir}/src/gen-java"/>
        <maven:addPath id="maven.compile.src.set"
refid="gen.java.compile.src.set"/>
  </preGoal>

Thank you
Roland




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org