We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaddc3 commit d148b0dCopy full SHA for d148b0d
1 file changed
mvn-shared.scala
@@ -77,6 +77,7 @@ object Gettext {
77
`@failOnError` = "true",
78
// one invocation for each translation files
79
`@parallel` = "false",
80
+ arg = Config(`@value` = "-v"),
81
arg = Config(`@value` = "--backup=none"),
82
// ensure, we pass the files relative to their fileset roots
83
arg = Config(`@value` = "--update"),
@@ -96,6 +97,7 @@ object Gettext {
96
97
98
99
`@dest` = "${project.basedir}/target/classes/de/tototec/cmdoption",
100
101
102
arg = Config(`@value` = "--output-file"),
103
// marker for the target file position
0 commit comments