]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/pom.xml
Remove force french locale.
[lgpl/argeo-commons.git] / server / modules / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <version>0.3.4-SNAPSHOT</version>
6 <artifactId>server</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.commons.server</groupId>
10 <artifactId>modules</artifactId>
11 <packaging>bundles</packaging>
12 <name>Commons Server Modules</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 <extensions>true</extensions>
19 <configuration>
20 <bundlesPomArtifactId>org.argeo.server.modules</bundlesPomArtifactId>
21 </configuration>
22 </plugin>
23 </plugins>
24 </build>
25 </project>