Merge "Bug 7848: Allow neutron port create with security disabled."
[neutron.git] / neutron-spi / pom.xml
index 828a3426ef837cae9611cc8354d8527f0e0e51cd..53a9812f723dcf613adb6cefe63c425fbbc37726 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>neutron-spi</artifactId>
   <version>0.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: neutron :: ${project.artifactId}</name>
   <properties>
     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
   </properties>
@@ -95,7 +98,6 @@
           <instructions>
             <Import-Package>*</Import-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>