https://bugzilla.redhat.com/show_bug.cgi?id=1328508



--- Comment #1 from gil cattaneo <[email protected]> ---
can you add this to the spec file?

# use system coreutils
rm testdata/sum

%pom_remove_plugin :maven-jar-plugin
# Generate OSGi manifest file
%pom_xpath_set "pom:packaging" bundle
%pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 . '
<extensions>true</extensions>
<configuration>
  <instructions>
    <Bundle-Name>Snappy</Bundle-Name>
    <Bundle-SymbolicName>${project.groupId}</Bundle-SymbolicName>
    <Bundle-Version>${project.version}.0</Bundle-Version>
    <Export-Package>org.iq80.snappy.*</Export-Package>
    <Main-Class>org.iq80.snappy.Main</Main-Class>
    <Import-Package>
      !org.apache.hadoop.*,
      *;resolution:=optional
    </Import-Package>
  </instructions>
</configuration>
<executions>
  <execution>
    <id>bundle-manifest</id>
    <phase>process-classes</phase>
    <goals>
      <goal>manifest</goal>
    </goals>
  </execution>
</executions>'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to