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 remote repository support #8

Closed
ghost opened this issue Apr 23, 2014 · 3 comments
Closed

Maven remote repository support #8

ghost opened this issue Apr 23, 2014 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 23, 2014

To use Beanfabrics library in a product built with Maven it has to be available in a maven repository http://mvnrepository.com/ tanks

@fkleon
Copy link

fkleon commented Apr 23, 2014

You can always manually install the jars into your local repository:

mvn install:install-file -Dfile=beanfabrics-core-1.3.0.jar -DgroupId=org.beanfabrics \
    -DartifactId=beanfabrics-core -Dversion=1.3.0 -Dpackaging=jar

And repeat that for the other modules.

I agree that it would be more convenient to publish the artifacts into a central repository, though.

@mkarneim
Copy link
Owner

I'll try to find some time to setup a repo for Beanfabrics at Sonatype OSS.
In the meanwhile please fall back to the workaround proposed by Frederik.

@ghost
Copy link
Author

ghost commented Apr 30, 2014

Thanks!

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

No branches or pull requests

2 participants