Wilfredo12 / matlabcontrol

Automatically exported from code.google.com/p/matlabcontrol
0 stars 0 forks source link

Upload matlabcontrol to a maven repo #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is this an entirely new feature or an enhancement of an existing feature?

  I haven't been able to find a repo distributing compiled jars for this project.  This would be a handy thing to have, as it would make listing it as a dependency in projects using maven/lein/gradle etc.  easier.

What is the feature or enhancement?

  The enhancement would be to upload this project to a repo like Central (http://central.sonatype.org/).  This would make it easier for other projects to make use of matlabcontrol as a dependency, by listing the library in their build scripts for maven, ant, etc to download.

If you have currently implemented a solution of your own to implement this
feature or enhancement, how have you done so?

  I haven't done anything on this.  As I understand, sonatype will provide free hosting in their repo for open source projects, but there's a somewhat long-winded approach involved in getting this done -- see http://central.sonatype.org/pages/ossrh-guide.html

Original issue reported on code.google.com by asp...@gmail.com on 11 Aug 2014 at 5:10

GoogleCodeExporter commented 9 years ago
Hi again,

As a follow-up to this, I've now created a basic hand-written repo on github.  
You can see more details by going to the project page at 
https://github.com/socsol/matlabcontrol-maven

Thanks for all your work on this project!

Original comment by asp...@gmail.com on 19 Oct 2014 at 3:10