GitHub user manovotn opened a pull request:
https://github.com/apache/deltaspike/pull/47
DELTASPIKE-1137, created separate profiles for Weld versions, changedâ¦
⦠docs accordingly.
I created 3 separate profiles for Weld 1/2/3 respectively.
As all three profiles have part of their build management/dependencies in
common, I took those out and put them into a separate profile
(`Weld-common-setup`).
`Weld-common-setup` is automatically triggered when you use
`-Dweld.version=...` when executing tests (which you do like...all the time? :)
). I couldn't really come up with other solution which would allow to avoid
copying this setup into all three profiles. The downside of this is that once
you run the tests without `-Dweld.version`, it will not work.
Last but not least, I modified docs (`build.adoc` to be more precise) to
reflect these changes.
Ideas/comments are welcome!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/manovotn/deltaspike weldProfileRefactoring
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/deltaspike/pull/47.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #47
----
commit ae16e7a4c6a3303657fe657c059a5a7da7a9ebbf
Author: Matej Novotny <[email protected]>
Date: 2016-04-28T12:15:36Z
DELTASPIKE-1137, created separate profiles for Weld versions, changed docs
accordingly.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---