Bug 1254696

Summary: jettison.jar is empty
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: jettisonAssignee: Michael Simacek <msimacek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: davidx, java-sig-commits, mizdebsk, msimacek, msrb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 1.3.7-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-18 18:06:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1251194    
Attachments:
Description Flags
jettison.jar none

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