I am struggling with how to get the erlang-rel package to consume one or more erlang-otp (plus transitives) and generate a viable release. Is there any documentation on how to do this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
after a short look in the site directory I have to admit that we totally forgot to make an example for a simple release (project).
We'll try to take care of that next week.
All I can say in the short time I have right now is that you need an pom.xml and a .rel file in the top level directory of your release project. Naming should be project-version.rel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am struggling with how to get the erlang-rel package to consume one or more erlang-otp (plus transitives) and generate a viable release. Is there any documentation on how to do this?
I should add: I am using 2.0.0-SNAPSHOT (r266)
Hi,
after a short look in the site directory I have to admit that we totally forgot to make an example for a simple release (project).
We'll try to take care of that next week.
All I can say in the short time I have right now is that you need an pom.xml and a .rel file in the top level directory of your release project. Naming should be project-version.rel.