jboss wfk quickstart renaming the default branch to 2.6.x-develop
by Marek Novotny
Hi Rafael,
I would like to rename default branch 2.5.x-develop according to our
development process to 2.6.x-develop.
I did
|git branch -m 2.5.x-develop 2.6.x-develop
git push origin |||2.6.x-develop||
Unfortunately I don't have enough permissions to set default branch in
the repository. So please set default branch to 2.6.x-develop and then I
can continue with
|git push origin :||2.6.x-develop|
or you can just delete the 2.5.x-develop on github UI.
Cheers,
--
Marek Novotny
--
WFK and Seam Product Lead
Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno
10 years, 9 months
BOM to JBDS
by Julian Coleman
Hi,
What's the process for adding the developer BOM's to JBDS? Looking at:
https://bugzilla.redhat.com/show_bug.cgi?id=1079463
the reason that it happens is that the project is created without the BOM
to version manage the transitive dependencies. This will be a requirement
for future platform builds because the POM transitive list might not be
shipped in the maven repository - only the BOM's will have the correct list.
So, we need to make sure that a (e.g.) SwitchYard project starts with the
(e.g.) jboss-javaee-6.0-with-switchyard BOM, otherwise it's not going to
build.
Thanks,
J
--
Red Hat
Newcastle upon Tyne
10 years, 9 months
Trying to understand BOM's
by Julian Coleman
Hi,
I'm trying to understand how we should use BOM's and which ones we should
use. As far as I understand it, EAP has a "build" BOM:
org.jboss.component.management:jboss-dependency-management-all:6.1.0-redhat-2
a supported artifact BOM:
org.jboss.bom:eap6-supported-artifacts:6.2.1.GA
plus some "developer" BOM's:
org.jboss.bom/eap:jboss-javaee-6.0-with-tools:6.2.1.GA
org.jboss.bom/eap:jboss-javaee-6.0-with-osgi:6.2.1.GA
However, FSW/DV/BRMS/BPMS only has a single BOM:
org/jboss/ip/component/management/ip-dependency-management-all/1.1-redhat-5
which is used for both the build, and for developers.
So, my question is:
should FSW/DV/BRMS/BPMS also have the "developer" BOM's?
I see that the BRMS quickstarts have their own jboss-javaee-6.0-with-drools
BOM. I guess that this needs to be built with the product, so that it can
be uploaded to the hosted repository [#] (assuming that the answer to the
above is "yes").
Thanks,
J
[#] See "JBoss Developer Materials Repository Management and Releases".
--
Red Hat
Newcastle upon Tyne
10 years, 9 months