Any pointers on how to set properties from within my maven.xml?  I've got a
short custom goal to set properties, then call install:

  <goal name="all:install">
        <j:set var="maven.test.skip" value="true" />
        <attainGoal name="multiproject:install-snapshot" />
  </goal>

when I run this goal, tests are still run.  If I run this from the command
line, tests are not run:
maven multiproject:install-snapshot -Dmaven.test.skip=true

are properties from the command line propogated to subprojects, but
properties set in maven.xml not?

Ryan

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

Reply via email to