Remove bad manifestLocation from maven-bundle-plugin 36/51236/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 31 Jan 2017 13:15:52 +0000 (14:15 +0100)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 3 Feb 2017 20:08:32 +0000 (20:08 +0000)
Change-Id: I7741c11a21393510af4dcb452e721abd236a9c2c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
.gitignore
opendaylight/commons/liblldp/pom.xml

index 7b1cbba777f1e5caa80901aff7d84eb2083fbefc..9c5ee23714bcff7cd27a77cc71343deac8733732 100644 (file)
@@ -12,7 +12,6 @@ target-ide
 .classpath
 .project
 .settings
-MANIFEST.MF
 opendaylight/northbound/integrationtest/logs/*
 *.ipr
 *.iml
index 62a21f23e428f760604fa32a9b28c1da2238e401..e148d00164c76e50a92075f594004cc058c3ac21 100644 (file)
@@ -48,7 +48,6 @@
             <Export-Package>
               org.opendaylight.controller.liblldp</Export-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
         </configuration>
       </plugin>
     </plugins>