I had to do something like this recently for a piece of Neo4J that had no
repo -- I forked the project I was interested in (and also made my fixes to
it) then looked on stack overflow for instructions on creating a maven repo
on github.
The posts I used to do this:
http://stackoverflow.com/questions/14013644/hosting-a-maven-repository-on-github
http://blog.rueedlinger.ch/2012/09/use-github-as-maven-remote-repository/

My example:
https://github.com/danieljue/batch-import-graphene

You can copy most of the relevant pieces out of the POM there.

There was also a piece in my settings.xml that lists the server name that
the property "github" points to, along with my user and password for
deployment.  Then a simple

mvn clean compile deploy

will put the maven pieces on github in a branch of the project.  The
instructions on my readme show what to put in your POM to create a
dependency that downloads from github.

I also submit a pull request so the original project creator can just merge
the changes.





On Tue, Mar 25, 2014 at 5:20 PM, Boris Horvat <horvat.z.bo...@gmail.com>wrote:

> Hi everyone,
>
> Does anyone know if Weaves 3.0 (https://github.com/intercommit/Weaves) has
> a maven repositroy somewhere?
>
> I can download it from git and build it so I can mange but I would be more
> happy if I can just add dependency in .pom and be done with it (this is
> somewhat needed if one wants to automate the build).
>
> Cheers
>
> --
> Sincerely
> *Boris Horvat*
>

Reply via email to