Created attachment 582710 [details] add maven pom Description of problem: add maven pom Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 624212 [details] add maven pom -rebase
Created attachment 624218 [details] add maven pom -rebase
Why do you change artifact version to 1.0.0? I mean this line: > sed -i "s|<version>0.1</version>|<version>1.0.0</version>|" pom.xml Also instead of %patch0 it would be better to write: > %pom_xpath_remove pom:extensions
(In reply to comment #3) > Why do you change artifact version to 1.0.0? I mean this line: > > sed -i "s|<version>0.1</version>|<version>1.0.0</version>|" pom.xml > this should be removed > Also instead of %patch0 it would be better to write: > > %pom_xpath_remove pom:extensions yes but i havent this macro available until a short time ago thanks
Created attachment 624807 [details] add maven pom -rebase
Applied in rawhide. Thanks.