the plugin docu for the java plugin is a bit not quite up to date I guess.
It still talkes about project.id and project.currentVersion!
Cheers
Justinus
Chris Shorrock wrote:
I feel like an idiot asking what appears to be such a simple question, but I don't quite see the problem.
Anyhow, I've defined the following in my maven.xml file:
<goal name="sar"> <attainGoal name="java:jar" />
<move file="${maven.build.dir}/${project.id}-${project.currentVersion}.jar"
tofile="${maven.build.dir}/${project.id}- ${project.currentVersion}.sar"/>
</goal>
When this attempts to execute the move task it's unable to resolve any of the properties. (I've proved this by attempting to echo the properties to the console)
Any help would be appreciated.
Chris Shorrock
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
