1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright © 2019 Pantheon Technologies, s.r.o. and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14 <groupId>org.opendaylight.odlparent</groupId>
15 <artifactId>bundle-parent</artifactId>
16 <version>13.1.4-SNAPSHOT</version>
17 <relativePath>../../bundle-parent</relativePath>
20 <modelVersion>4.0.0</modelVersion>
21 <artifactId>bcprov-framework-ext</artifactId>
22 <packaging>bundle</packaging>
23 <name>ODL :: odlparent :: ${project.artifactId}</name>
27 <groupId>org.bouncycastle</groupId>
28 <artifactId>bcprov-jdk18on</artifactId>
29 <scope>provided</scope>
36 <groupId>org.apache.maven.plugins</groupId>
37 <artifactId>maven-dependency-plugin</artifactId>
40 <id>unpack-dependencies</id>
41 <phase>generate-resources</phase>
43 <goal>unpack-dependencies</goal>
46 <includes>**/MANIFEST.MF</includes>
47 <includeArtifactIds>bcprov-jdk18on</includeArtifactIds>
54 <groupId>org.opendaylight.odlparent</groupId>
55 <artifactId>filter-manifest-plugin</artifactId>
56 <version>${project.version}</version>
59 <id>filter-manifest</id>
60 <phase>generate-resources</phase>
62 <goal>filter-manifest</goal>
65 <inputFile>${project.build.directory}/dependency/META-INF/MANIFEST.MF</inputFile>
66 <outputFile>${project.build.directory}/MANIFEST.MF</outputFile>
68 <retainedAttribute>Export-Package</retainedAttribute>
75 <groupId>org.apache.felix</groupId>
76 <artifactId>maven-bundle-plugin</artifactId>
79 <_include>${project.build.directory}/MANIFEST.MF</_include>
80 <Fragment-Host>system.bundle;extension:=framework</Fragment-Host>