Hi
I’ve been using the maven plugin for some time and found it quite
useful. The point is that now I would need to pass a couple of
parameters to the xgettext application that are not included in the
configuration parameters, so I wonder if you’re thinking on adding any
way of doing that.
I modified the source code to fit my current needs but I find that
adding one more parameter that allows to pass more options to the GNU
applications would be a nice feature.
Something like the following would be great
<plugin>
<groupId>org.xnap.commons</groupId>
<artifactId>maven-gettext-plugin</artifactId>
<version>1.2.0</version>
<executions>
<execution>
<id>distribute-properties-files</id>
<configuration>
<poDirectory>src/main/po</poDirectory>
<targetBundle>com.kinamik.vault.Messages</
targetBundle>
<outputFormat>properties</outputFormat>
<options>--no-location –add-comments=///</options>
</configuration>
<goals>
<goal>dist</goal>
</goals>
</execution>
</executions>
</plugin>
Best regards,
Santi
--
You received this message because you are subscribed to the Google Groups "Gettext Commons Development Discussion" group.
To post to this group, send email to
gettext-co...@googlegroups.com.
To unsubscribe from this group, send email to
gettext-commons-...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/gettext-commons-devel?hl=en.