]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/eclipse/pom.xml
Fix POMs
[lgpl/argeo-commons.git] / security / eclipse / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>0.2.2-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <groupId>org.argeo.commons.security</groupId>
12 <artifactId>eclipse</artifactId>
13 <name>Commons Security Eclipse</name>
14 <packaging>pom</packaging>
15 <modules>
16 <!-- <module>features</module> -->
17 <module>plugins</module>
18 </modules>
19 </project>