fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Fix handling of ivy.xml by %mvn_artifact #25

Closed mizdebsk closed 8 years ago

mizdebsk commented 8 years ago

ivy.xml files had wrong extension ("ivy" instead of "xml"). JAR files had incorrect type "ivy".

mizdebsk commented 8 years ago

Argh... Python 2 vs 3 - different ordering of properties... Will fix that.

codecov-io commented 8 years ago

Current coverage is 88.39% (diff: 100%)

Merging #25 into master will increase coverage by 0.63%

@@             master        #25   diff @@
==========================================
  Files            44         44          
  Lines          3156       3155     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2770       2789    +19   
+ Misses          386        366    -20   
  Partials          0          0          

Powered by Codecov. Last update ccd4f9b...c78c009