Bug 1254696 - jettison.jar is empty
Summary: jettison.jar is empty
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: jettison
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michael Simacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1251194
TreeView+ depends on / blocked
 
Reported: 2015-08-18 16:45 UTC by gil cattaneo
Modified: 2015-08-18 18:06 UTC (History)
5 users (show)

Fixed In Version: 1.3.7-2
Clone Of:
Environment:
Last Closed: 2015-08-18 18:06:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
jettison.jar (6.23 KB, application/zip)
2015-08-18 16:46 UTC, gil cattaneo
no flags Details

Description gil cattaneo 2015-08-18 16:45:07 UTC

Comment 2 gil cattaneo 2015-08-18 16:59:47 UTC
Seem maven-bundle-plugin have a bad configration, because generate an empty artifact.
Please, change with:
%pom_remove_plugin :maven-bundle-plugin
%pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 . '
<extensions>true</extensions>
<configuration>
  <instructions>
    <Bundle-Name>${project.artifactId}</Bundle-Name>
    <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
    <Export-Package>org.codehaus.jettison*;version=${project.version}</Export-Package>
    <Import-Package>*</Import-Package>
    <Implementation-Title>${project.name}</Implementation-Title>
    <Implementation-Version>${project.version}</Implementation-Version>
  </instructions>
</configuration>'

Comment 3 Michael Simacek 2015-08-18 18:06:56 UTC
jettison-1.3.7-2 should now be available in rawhide


Note You need to log in before you can comment on or make changes to this bug.