ItEr33S13ArquitecturaServidorItEr32S16: Added new rule to navalplanner-webapp pom.xml: run gettext:dist on executing target package

This commit is contained in:
Diego Pino Garcia 2009-11-07 19:14:14 +01:00 committed by Javier Moran Rua
parent cbf68b47f3
commit 44479c2045

View file

@ -28,6 +28,14 @@
<poDirectory>${project.build.sourceDirectory}/../resources/i18n</poDirectory>
<keywords>-k_</keywords>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>dist</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>