I have tried deploying an ear and war file to OpenShift using JBoss Tools Openshift Plugin to no avail. I was getting the dreaded "Failed to execute goal org.apache.maven.plugins:maven-war-plugin" for the ear deployment until I made the necessary changes. The publish says its successful, but I see nothing on the app homepage and actually I see no code deployed as well.
I created a quick Seam Web project and just tried to deploy to OpenShift. This time, I did get the dreaded maven-war-plugin error.
Has anyone gotten this stuff to work?
Very frustrating!