Use previous artifact coordinates
This commit is contained in:
parent
934329f285
commit
0af77f7416
@ -31,6 +31,9 @@ cp %{SOURCE1} NOTICE-CC-BY
|
||||
|
||||
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/*" 1.6
|
||||
|
||||
sed -i 's|<groupId>com\.google\.code\.findbugs</groupId>|<groupId>org.jsr-305</groupId>|' ri/pom.xml
|
||||
sed -i 's|<artifactId>jsr305</artifactId>|<artifactId>ri</artifactId>|' ri/pom.xml
|
||||
|
||||
%mvn_file :ri %{name}
|
||||
%mvn_alias :ri com.google.code.findbugs:jsr305
|
||||
%mvn_package ":{proposedAnnotations,tcl}" __noinstall
|
||||
|
Loading…
Reference in New Issue
Block a user