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