[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / security / runtime / pom.xml
index 4f99ff475b73722da66bc00bdb8e82767a59177c..386b89310c330e4ea49df6d89dedd942ca3a1a92 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.2.1</version>
+               <version>0.3.5-SNAPSHOT</version>
                <artifactId>security</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -13,6 +13,9 @@
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.security.core</module>
+               <module>org.argeo.security.ldap</module>
+               <module>org.argeo.security.activemq</module>
+               <module>org.argeo.security.jackrabbit</module>
                <module>org.argeo.security.mvc</module>
        </modules>
        <build>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <configuration>
-                                       <archive>
-                                               <manifestFile>META-INF/MANIFEST.MF</manifestFile>
-                                       </archive>
-                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${version.maven-bundle-plugin}</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <manifestLocation>META-INF</manifestLocation>
-                                       <instructions>
-                                               <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                                               <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-                                               <_removeheaders>Bnd-LastModified</_removeheaders>
-                                       </instructions>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>bundle-manifest</id>
-                                               <phase>process-classes</phase>
-                                               <goals>
-                                                       <goal>manifest</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
                        </plugin>
                </plugins>
        </build>
-       <profiles>
-               <profile>
-                       <id>withRia</id>
-                       <activation>
-                               <activeByDefault>true</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>org.argeo.security.ria</module>
-                       </modules>
-               </profile>
-               <profile>
-                       <id>withoutRia</id>
-               </profile>
-       </profiles>
-
 </project>
\ No newline at end of file