Richfaces archetype : No go from me, as explained in :
https://issues.jboss.org/browse/JBIDE-13341?focusedCommentId=12743566&...
* archetype metadata uses richfaces-version = 4.2.3.Final-2 by
default, which can't be resolved in any repo, breaking the gen'd
project in both CLI and JBT/JBDS
* when the community bits are chosen over the enterprise ones (i.e
enterprise=false), the shrinkwrap, arquillian, maven plugin jars are
deployed. this is caused by using
<jboss.bom.version>1.0.0.Final</jboss.bom.version>, which references
the wrong arquillian bom (seeARQ-889
<
https://issues.jboss.org/browse/ARQ-889>). Default jboss bom
version should be
<jboss.bom.version>1.0.2.Final</jboss.bom.version>, to match the
enterprise one
(<jboss.bom.version>1.0.2.Final-redhat-1</jboss.bom.version>)
Le 04/01/2013 00:24, Brian Leathem a écrit :
I updated this for RichFaces, created the PR and associated jiras:
https://issues.jboss.org/browse/JDF-179
https://issues.jboss.org/browse/JBIDE-13341
Does anyone from QA wants to take a look before I publish the artifact
out of the staging repository.
Brian
On 12-12-24 06:33 AM, Pete Muir wrote:
> RichFaces/Aerogear teams,
>
> Due to a mixup [1] the archetypes didn't get properly checked for EAP 6.0.1. As a
result they are still using versions of the BOM which aren't in the EAP 6.0.1 Maven
repo.
>
> Please can you update src/main/resources/META-INF/maven/archetype-resources.xml and
make sure that the jboss-bom-enterprise-version property is set to the
1.0.2.Final-redhat-1:
>
> <requiredProperty key="jboss-bom-enterprise-version">
> <defaultValue>1.0.2.Final-redhat-1</defaultValue>
> </requiredProperty>
>
> We'll then need you to do a release, and send a pull to stacks.yaml with the new
version of your archetype.
>
> Thanks!
>
> Pete
>
> [1] The EAP team weren't checking the archetypes were working, it only got picked
up by JBDS QE. We've asked the EAP team to start testing the archetypes as part of the
acceptance tests, and notify the JDF team (me and Rafael) of any issues, so that we can go
ahead and fix the problems.