[maven-release-plugin] prepare release wamblee-utils-0.3
[utils] / security / pom.xml
1 <?xml version="1.0"?>
2 <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">
3
4   <parent>
5     <groupId>org.wamblee</groupId>
6     <artifactId>wamblee-utils</artifactId>
7     <version>0.3</version>
8   </parent>
9
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.wamblee</groupId>
12   <artifactId>wamblee-security</artifactId>
13   <packaging>pom</packaging>
14   <name>/security</name>
15   <url>http://wamblee.org</url>
16
17   <modules>
18     <module>usermgt</module>
19   </modules>
20
21   <profiles>
22     <profile>
23       <id>all</id>
24       <activation>
25         <property>
26           <name>!performRelease</name>
27         </property>
28       </activation>
29       <modules>
30         <module>jpatest</module>
31       </modules>
32     </profile>
33   </profiles>
34
35   
36 </project>