ItEr34S15ArquitecturaServidorItEr33S13: Added gettext-commons dependency in navalplanner-gantt-zk
This commit is contained in:
parent
77b50e6295
commit
d7ac9886f4
1 changed files with 27 additions and 0 deletions
|
|
@ -12,7 +12,34 @@
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Naval Planner ZK Components Module</name>
|
<name>Naval Planner ZK Components Module</name>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.xnap.commons</groupId>
|
||||||
|
<artifactId>maven-gettext-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<targetBundle>i18n.Messages</targetBundle>
|
||||||
|
<poDirectory>${project.build.sourceDirectory}/../resources/i18n</poDirectory>
|
||||||
|
<keywords>-k_</keywords>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>compile</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>dist</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- Gettext commons -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.xnap.commons</groupId>
|
||||||
|
<artifactId>gettext-commons</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>joda-time</groupId>
|
<groupId>joda-time</groupId>
|
||||||
<artifactId>joda-time</artifactId>
|
<artifactId>joda-time</artifactId>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue