Hide Forgot
Description of problem: There are various profiles for RichFaces Showcase. By default, there should be jbas7 only and this should be selected by default. All other are not related to WFK product. Version-Release number of selected component (if applicable): RichFaces Showcase How reproducible: Always Steps to Reproduce: 1. mvn clean package Actual results: There's a -tomcat6.war in target directory. Expected results: There's a -jbas7.war in target directory Additional info:
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: In order to select JBoss Enterprise Application Platform profile, enable jbas71 profile in Maven.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -In order to select JBoss Enterprise Application Platform profile, enable jbas71 profile in Maven.+Enable the jbas7 profile in Maven in order to use the JBoss Enterprise Application Platform profile.
This should be solved by deleting all profiles which are not related to EAP6.
It should be safe to remove profiles that are not related to EAP6, i.e. "jee6", "jbas7", "gae" and "unpack-gae-sdk". You have to leave at least jbas71 and openshift. In profile "release" you can remove execution "jee6", "jbas7", and "default-war". Change execution "default-war" to be the same as jbas71
I would say that release profile doesn't have to build war file as we don't distribute that in distribution neither in maven repository
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -Enable the jbas7 profile in Maven in order to use the JBoss Enterprise Application Platform profile.+This issue was fixed. Showcase can now be deployed to the JBoss Enterprise Application Platform without using any Maven profiles.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -This issue was fixed. Showcase can now be deployed to the JBoss Enterprise Application Platform without using any Maven profiles.+Previously, the jbas7 profile needed to be enabled in Maven in order to use the JBoss Enterprise Application Platform profile. This issue is fixed, and the RichFaces Showcase can be deployed to the application server without any need for Maven profiles.
Fixed in WFK 2.0.0.GA.