jcabi icon indicating copy to clipboard operation
jcabi copied to clipboard

system.properties for Heroku repo

Open ebridges opened this issue 12 years ago • 11 comments

Thanks for creating the tool I've been looking for :-)

What's the recommended way for a project to bundle up it's jar file and dependencies to work with this plugin?

  • If I create an executable fat jar (i.e. all dependencies with main attribute in manifest), it doesn't get pushed up to heroku.
  • If I add a main attribute to the manifest, then it's not finding the classes on the classpath.

Would you kindly provide a more sophisticated (i.e. non-web) example that involves multiple 3rd party jar files? (In my case I'm building a Spring Batch job). What should the procfile look like to be compatible?

Thanks!

ebridges avatar Aug 08 '13 06:08 ebridges