Berin Loritsch wrote:
http://avalon.apache.org/maven.cgi

cool!


Any ideas?

something like


<project default="avalon:header">
<goal name="avalon:firstinit">
  <ant:get src="http://avalon.apache.org/maven.cgi";
      dest="${basedir}/project.properties"/>
</goal>

<preGoal name="avalon:header">
  <attainGoal name="avalon:firstinit"/>
</preGoal>
</project>

or better, a plugin that does this. I've found the use of common maven.xml files really screws up maven internally; essentially it probably will remain trial-and-error doing that. We need a plugin or two.

- LSD



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



Reply via email to