]
Jean Francois Denise commented on WFWIP-354:
--------------------------------------------
[~tommaso-borgato], in addition, the chapter "11.1. Provisioning a slim bootable
jar' in
[
Bootable JAR - jboss-maven-dist plugin param doesn't work as
expected
----------------------------------------------------------------------
Key: WFWIP-354
URL:
https://issues.redhat.com/browse/WFWIP-354
Project: WildFly WIP
Issue Type: Bug
Reporter: Marek Kopecky
Assignee: Jean Francois Denise
Priority: Blocker
Related RFE: EAP7-1385
This usage of jboss-maven-dist plugin param doesn't work as expected:
[<
jboss-maven-dist>/home/mkopecky/jboss-eap-custom-maven-repository/mave...]
Steps to reproduce:
# clone resteasy 3.12 with this commit:
https://github.com/marekkopecky/Resteasy/commit/fb29381a9ef9a709f33481af8...
# update jboss-maven-dist plugin param to your custom repo path
# rm -rf ~/.m2/repository/xerces/xercesImpl/2.12.0.SP03
# set REPO variable (eg.
"REPO=/home/mkopecky/jboss-eap-custom-maven-repository/maven-repository")
# build start tests {code}mvn install -DskipTests -Dmaven.repo.local=$REPO
cd testsuite
mvn install:install-file -Dpackaging=pom -Dfile=pom.xml -DpomFile=pom.xml
-Dmaven.repo.local=$REPO
cd integration-tests
mvn clean install -Dts.bootable -Ddefault=false -Ddisable.microprofile.tests
-Dserver.version=21.0.0.Beta1-SNAPSHOT -Dserver.home=placeholder -Dmaven.repo.local=$REPO
-Dmaven.test.redirectTestOutputToFile=false{code}
# see the results: org.jboss.modules.ModuleLoadException, because xercesImpl 2.12.0.SP03
is downloaded in custom repo, but not present in .m2
cc [~fburzigo], [~yersan]