[maven-release-plugin] rollback the release of argeo-commons-0.3.4
[lgpl/argeo-commons.git] / security / modules / pom.xml
index 8d10e4d9214b6dcbe238f0d55eba1084763c6e21..def38344dfba2362fc6fd2f137751a4ed99df019 100644 (file)
@@ -15,7 +15,6 @@
                <module>org.argeo.security.dao.os</module>
                <module>org.argeo.security.dao.jackrabbit</module>
                <module>org.argeo.security.dao.ldap</module>
-               <module>org.argeo.security.services</module>
                <module>org.argeo.security.webapp</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.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <manifestLocation>META-INF</manifestLocation>
-                                       <instructions>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                                       </instructions>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>