I'm asking if it's technically impossible to have jboss-parent as parent, putting personal opinions aside.
RichFaces Showcase is not classical example: it is written to showcase components on many different containers,
thus it is implicitly hard to build and project descriptor is hard to understand.
We have other examples which shows how to start with RichFaces.
If you want to simplify the build of Showcase to act as valid sample, then you need to go deeper than removing parent:
remove container-specific builds
remove JMS initialization listeners
do not select web resources based on used container (src/main/webapp-{container})
I'm asking if it's technically impossible to have jboss-parent as parent, putting personal opinions aside.
RichFaces Showcase is not classical example: it is written to showcase components on many different containers,
thus it is implicitly hard to build and project descriptor is hard to understand.
We have other examples which shows how to start with RichFaces.
If you want to simplify the build of Showcase to act as valid sample, then you need to go deeper than removing parent: