After maven clean
the first build will fail because ${project.build.outputDirectory} may not
exists when running DistMojo.
Solution before running msgfmtCmd
ensure that directory outputDirectory is created.
e.g. call
outputDirectory.mkdirs()
Original issue reported on code.google.com by skarzhev...@gmail.com on 8 Jun 2010 at 8:26
Original issue reported on code.google.com by
skarzhev...@gmail.com
on 8 Jun 2010 at 8:26