Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven repository #12

Closed
russellhoff opened this issue Aug 19, 2015 · 5 comments
Closed

Maven repository #12

russellhoff opened this issue Aug 19, 2015 · 5 comments

Comments

@russellhoff
Copy link

As far as I can see, there is not "official" maven repository of JaCoP, but this one:

<dependency>
    <groupId>de.sciss</groupId>
    <artifactId>jacop</artifactId>
    <version>3.4.0</version>
</dependency>

See http://mvnrepository.com/artifact/de.sciss/jacop.

Could you place your library into maven, please?

Thanks for your work 👍

@lehnerpat
Copy link

👍

Maven availability would help hugely!

@krzku
Copy link
Collaborator

krzku commented Aug 27, 2015

Please check file INSTALL where there is the following text:

To use JaCoP with maven you can just include it as a dependency in your pom.xml

<dependency>
    <groupId>org.jacop</groupId>
    <artifactId>jacop</artifactId>
    <version>4.3.0</version>
</dependency>

In order for maven to find JaCoP you need add the folloing repository to your pom.xml aswell

<repositories>
    <repository>
        <id>CSLTH</id>
        <name>CS LTH maven repo</name>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
        <url>http://maven.cs.lth.se/content/repositories/public/</url>
    </repository>
</repositories>

@lehnerpat
Copy link

Thanks @krzku, that works!

It would be nice if you could also mention this in JaCoP's Readme file to make it more discoverable, simply because the Readme is displayed on the repo frontpage on GitHub.

@yilativs
Copy link

It would be nice if such great project will appear in maven central,
feel free to contact me if you need assistance.

@radsz
Copy link
Owner

radsz commented Sep 21, 2016

Thank you for giving me the final kick to deploy it into Maven Central.

JaCoP 4.4.0 has been deployed to Maven Central.

https://mvnrepository.com/artifact/org.jacop/jacop/4.4.0

Thank you.

@radsz radsz closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants