Bluemix seems to support heroku buildpacks, and the java buildpack for heroku has the ability to build a project from a maven pom.xml file.
However, in bluemix, the devops service needs to be used to build using maven and then deploy to the cloud.
Has anyone used the heroku java buildpack in bluemix to deploy a project with just a pm, instead of a pre-build war ?
Are there any dis-advantages to using the heroku java buildpack in bluemix ?
I found this Java sample app for Heroku and just successfully pushed it to Bluemix using the Heroku Java buildpack.
So it works, at least for simple cases, but there are disadvantages: