sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Publish javacv and cppjars to a public Maven repository #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's currently annoying to integrate javacv in a product since it requires some 
steps to make it available as a Maven artifact.
It would be convenient to make it available on a public repo, such as 
oss.sonatype.org. 
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage
+Guide

Original issue reported on code.google.com by mickael.istria on 27 Dec 2012 at 1:24

GoogleCodeExporter commented 8 years ago
It's kind of annoying to figure out how they want us to put things on that 
repository as well. If it's something you'd like to investigate, please do let 
me know! I'm sure others would appreciate, thanks

If you do undertake this task, please keep in mind that ideally we would also 
like to have binary artifacts for at least OpenCV. Although we can put them in 
(unofficial) JAR artifacts, OpenCV itself can't be built from source with Maven 
(it uses CMake), and moreover the source code isn't Java either. So it is 
something Sonatype would accept anyway? I have no clue

Original comment by samuel.a...@gmail.com on 29 Dec 2012 at 7:28

GoogleCodeExporter commented 8 years ago
Looks like we can upload pretty much anything we want to that repository after 
all. SWT and LWJGL have native libraries, but it's obviously not possible to 
build them from their pom.xml files:
    http://search.maven.org/#browse%7C-197700098 
    http://search.maven.org/#browse%7C-571895886 
So if anyone would like to take on this responsibility to maintain nice little 
artifacts, please let me know! Thanks

Original comment by samuel.a...@gmail.com on 20 Feb 2013 at 9:04

GoogleCodeExporter commented 8 years ago
Issue 386 has been merged into this issue.

Original comment by samuel.a...@gmail.com on 4 Jan 2014 at 2:18

GoogleCodeExporter commented 8 years ago
FYI, this is planned for JavaCPP Presets:
    http://code.google.com/p/javacpp/wiki/Presets
And not just for OpenCV.

Original comment by samuel.a...@gmail.com on 4 Jan 2014 at 2:20

GoogleCodeExporter commented 8 years ago
It's finally been done! Starting from JavaCV 0.8, everything is now available 
from the Maven Central Repository:
    http://bytedeco.org/release/2014/04/28/first-release.html

Incidentally, the project is now hosted on GitHub:
    https://github.com/bytedeco/javacv

Original comment by samuel.a...@gmail.com on 29 Apr 2014 at 12:07