This commit is contained in:
parent
063b722392
commit
66ce15e688
@ -61,9 +61,13 @@ cp %{SOURCE1} .
|
|||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
sed -i 's/\r//' *.txt
|
sed -i 's/\r//' *.txt
|
||||||
|
|
||||||
%pom_remove_parent .
|
# Not needed since we don't build with maven
|
||||||
%pom_remove_plugin :maven-checkstyle-plugin .
|
%pom_remove_parent
|
||||||
%pom_xpath_inject "pom:project" "<groupId>org.apache.commons</groupId>" .
|
%pom_xpath_inject "pom:project" "<groupId>org.apache.commons</groupId>"
|
||||||
|
%pom_xpath_remove pom:project/pom:reporting
|
||||||
|
%pom_xpath_remove pom:project/pom:build
|
||||||
|
%pom_xpath_remove pom:project/pom:profiles
|
||||||
|
%pom_remove_dep :::test
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export OPT_JAR_LIST=`cat %{_sysconfdir}/ant.d/junit`
|
export OPT_JAR_LIST=`cat %{_sysconfdir}/ant.d/junit`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user