Fix OSGi bundle symbolic name

This commit is contained in:
Marian Koncek 2019-12-11 17:35:51 +01:00
parent 4438b3d996
commit d05b94f53f

View File

@ -49,7 +49,7 @@ rm src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java
%build
# we are skipping tests because we don't have com.mockrunner in repos yet
%mvn_build -f -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6
%mvn_build -f -- -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 -Dcommons.osgi.symbolicName=org.apache.commons.jxpath
%install
%mvn_install