simonetallevi / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Plugin does not handle project.build.* properties well in <file*> tags #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1 Create a replace configuration
2 Put as output file ${project.build.outputDirectory}/myFile

The plugin will try to write to 
${project.basedir}/${project.build.outputDirectory}/myFile

Original issue reported on code.google.com by bouquet....@gmail.com on 27 Sep 2012 at 9:22

GoogleCodeExporter commented 9 years ago
Can you try configuration with: <basedir></basedir> (i.e. an empty basedir)

Otherwise, I think I might need to make this plugin handle absolute paths a 
little better.

Original comment by baker.st...@gmail.com on 28 Sep 2012 at 7:07

GoogleCodeExporter commented 9 years ago
I think I have this fixed and it is in trunk if you want to test it before the 
next release.

Original comment by baker.st...@gmail.com on 4 Oct 2012 at 8:27

GoogleCodeExporter commented 9 years ago
Released in 1.5.2.

Original comment by baker.st...@gmail.com on 17 Nov 2012 at 1:41