Don't install effective POMs for now
Tycho injects dependencies with system scope. Disable installation of effective POMs until Mvn can handle system-scoped deps.
This commit is contained in:
parent
2fa03e312c
commit
27699c51a0
@ -154,6 +154,11 @@ export TYCHO_MVN_RPMBUILD=1
|
||||
export MAVEN_OPTS="-DskipTychoVersionCheck"
|
||||
%mvn_build -f
|
||||
|
||||
# Tycho inject dependencies with system scope. Disable installation
|
||||
# of effective POMs until Mvn can handle system-scoped deps.
|
||||
sed -i /effective-poms/d .mfiles*
|
||||
rm -rf .xmvn/root%{_datadir}/maven-effective-poms
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user