Description of problem: In jboss-wfk-2.3.0.CR1-snowdrop-bin.zip, there is an snowdrop installer, but there is an empty `src` directory. This directory should contain required files for installer to work. Version-Release number of selected component (if applicable): WFK 2.3.0.CR1 How reproducible: Always. Steps to Reproduce: 1. create an clean installation of EAP 6.1.0 2. unzip jboss-wfk-2.3.0.CR1-snowdrop-bin.zip 3. use the installer as described in jboss-wfk-2.3.0/installer/README.md Actual results: [ERROR] Failed to execute goal com.google.code.maven-config-processor-plugin:maven-config-processor-plugin:2.3:process (snowdrop-install) on project snowdrop-install: Error during config processing: File not found [src/main/snowdrop/install.xml] Expected results: It installs snowdrop properly.
assembly misses extra *. This should be fixed or used from jboss-wfk-2.3.0.CR1-snowdrop-src.zip
I have just checked the installer from src, the default Spring version should be 3.2.3.RELEASE, but after Snowdrop installation the EAP module contains Spring jars of version 3.2.2.RELEASE.
hmm, that version is defined in snowdrop module for AS7 http://git.app.eng.bos.redhat.com/?p=snowdrop/snowdrop.git;a=blob;f=subsystem-as7/modules/spring-3.2/pom.xml;h=119b66935ffb156ee0a05f7234f4db7c24425a5f;hb=refs/heads/2_0_5-redhat#l37
fixed by http://git.app.eng.bos.redhat.com/?p=wfk/distribution.git;a=commitdiff;h=0b61f630fcf4e6fcdb52117cfe55f5f75a981799;hp=939ef15ca28759a79acb7b650b2a2b96922bc3b0 I as additional renamed the target directory name to snowdrop-module-installer http://git.app.eng.bos.redhat.com/?p=wfk/distribution.git;a=commitdiff;h=2a88112e95296072afabf41ad1ce882ed45d4769
Verified in WFK 2.3.0.CR2.