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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to