Skip to content

Commit d148b0d

Browse files
committed
Detailed output of msgmerge runs
1 parent 7eaddc3 commit d148b0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mvn-shared.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ object Gettext {
7777
`@failOnError` = "true",
7878
// one invocation for each translation files
7979
`@parallel` = "false",
80+
arg = Config(`@value` = "-v"),
8081
arg = Config(`@value` = "--backup=none"),
8182
// ensure, we pass the files relative to their fileset roots
8283
arg = Config(`@value` = "--update"),
@@ -96,6 +97,7 @@ object Gettext {
9697
// one invocation for each translation files
9798
`@parallel` = "false",
9899
`@dest` = "${project.basedir}/target/classes/de/tototec/cmdoption",
100+
arg = Config(`@value` = "-v"),
99101
// ensure, we pass the files relative to their fileset roots
100102
arg = Config(`@value` = "--output-file"),
101103
// marker for the target file position

0 commit comments

Comments
 (0)