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

Release holdmail in maven repository #67

Open
franz-see opened this issue Jan 21, 2018 · 2 comments
Open

Release holdmail in maven repository #67

franz-see opened this issue Jan 21, 2018 · 2 comments

Comments

@franz-see
Copy link
Contributor

Issue Overview

Release holdmail in maven repository. That would allow java developers to include holdmail into their applications.

Expected Behavior

Holdmail can be declared as a dependency in a gradle or maven config file and be downloaded from a maven repo

Current Behavior

Holdmail needs to be downloaded right now and be part of the source code as a jar.

@barryoneill
Copy link
Collaborator

barryoneill commented Jan 21, 2018

Thanks for the suggestion! We currently publish to bintray. If you simply want to add the JAR that we build, you should be able to modify your repositories section:

repositories {
    mavenCentral()
    maven {
        url 'https://dl.bintray.com/spartasystems/HoldMail'
    }
}

However, if you're expecting to be able to import the classes and use them as an SDK, I'm not sure that JAR file is what you're expecting. That's a spring boot self-bootstrapped application in the JAR - the classes you'll import are the org.springframework bootloader classes, while the holdmail classes themselves are going to be buried in 'BOOT-INF/classes/'.

@johnament perhaps we need to publish two JARs - one a normal SDK jar, and one the spring boot application...

@franz-see
Copy link
Contributor Author

@barryoneill great! thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants