Improve Maven dependency structure
[lgpl/argeo-commons.git] / security / modules / pom.xml
index 7a05b23dc404f01d624cff9e2ccc83327b4d377b..def38344dfba2362fc6fd2f137751a4ed99df019 100644 (file)
                        <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>