ItEr33S13ArquitecturaServidorItEr32S16: Added new rule to navalplanner-webapp pom.xml: run gettext:dist on executing target package
This commit is contained in:
parent
cbf68b47f3
commit
44479c2045
1 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,14 @@
|
||||||
<poDirectory>${project.build.sourceDirectory}/../resources/i18n</poDirectory>
|
<poDirectory>${project.build.sourceDirectory}/../resources/i18n</poDirectory>
|
||||||
<keywords>-k_</keywords>
|
<keywords>-k_</keywords>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>dist</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue