Re: Maven profile activation

2012-04-25 Thread Jean-Laurent de Morlhon
stumbled on the same issue as Antom, and I have provided a pull request to activate custom profile. Check it out here : https://github.com/heroku/heroku-buildpack-java/pull/5 On 4 avr, 20:11, James Ward j...@heroku.com wrote: Right now there isn't a good way to handle that.  To change the

Re: Maven profile activation

2012-04-04 Thread James Ward
Right now there isn't a good way to handle that. To change the command that is used to run the Maven build, you can fork the buildpack: https://github.com/heroku/heroku-buildpack-java Hope that helps. -James On 03/27/2012 11:52 PM, Anton Naumov wrote: Hi everyone, I'm trying to deploy

Maven profile activation

2012-03-28 Thread Anton Naumov
Hi everyone, I'm trying to deploy Java application to Heroku and everything looks good except one important detail. I have a profiles configured inside my pom.xml and activated by environment variable. On my local machine activation works exactly like expected, but on Heroku side I've always got