pom: create MANIFEST.MF under target directory 99/51099/2
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 27 Jan 2017 00:03:28 +0000 (16:03 -0800)
committerIsaku Yamahata <isaku.yamahata@gmail.com>
Fri, 27 Jan 2017 00:25:51 +0000 (00:25 +0000)
Somehow MANIFEST.MF is generated as src/main/resources/META-INF/MANIFEST.MF.
This causes that mvn clean doesn't remove it.
It's not usually expected. make manifestLocation property default to
be created under target directory.

Change-Id: Id5610e1c824805446fbff0e8cafa5c9a484f05d3
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
model/pom.xml
neutron-logger/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml

index ff559ad8a1ca244152d7e3427ea53e1f3ac763c6..db7601609535b55e5e12ec6a8234bf0103c9d8b9 100644 (file)
@@ -71,7 +71,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
             <Import-Package>*</Import-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>
index 94091fbe02b6380c62ebc7b6f5cac5f488c00bbf..553b36df77bf3f8870176f233b2dbedced7fe763 100644 (file)
@@ -61,7 +61,6 @@
           <instructions>
             <Import-Package>*</Import-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>
index 828a3426ef837cae9611cc8354d8527f0e0e51cd..465e7b9f1b78c5681526e58a1e1ba2d54794669d 100644 (file)
@@ -95,7 +95,6 @@
           <instructions>
             <Import-Package>*</Import-Package>
           </instructions>
-          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>
index 836df8e77e92535d3795592938a733204194c2c6..39bf10e2f080de3726e612afe8aade82255f610c 100644 (file)
@@ -69,7 +69,6 @@
             </Import-Package>
             <Web-ContextPath>/controller/nb/v2/neutron</Web-ContextPath>
           </instructions>
-          <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
         </configuration>
       </plugin>
       <plugin>