Skip to content

Commit

Permalink
HPPC-172: Intrinsics class included by apache felix bundle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed May 21, 2018
1 parent 8652b2d commit a1c31c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hppc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand All @@ -78,6 +81,10 @@
<version>${version.maven-bundle-plugin}</version>
<extensions>true</extensions>
<executions>
<execution>
<id>default-bundle</id>
<phase>none</phase>
</execution>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
Expand Down

0 comments on commit a1c31c3

Please sign in to comment.