Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
Description
If you run the build with mvn clean install -PWeld1 -Dweld.version=1.1.28.Final you'll see the OWB container control module get built. It should build the Weld module. To get it to activate properly you need to do mvn clean install -PWeld -PWeld1 -Dweld.version=1.1.28.Final
In addition, if it can be fixed in here, the buildall.sh script incorrectly points to -PWeld instead of -PWeld1.