Closed cowwoc closed 12 years ago
Looked into this a bit on the weekend. We need to generate a POM file, but then no clear indication of how to submit it to the Maven Central repository.
Any good links on that?
Apologies ahead of time. I know all too well how painful it can be dealing with Maven.
I've used https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide to push to Maven Central. Let me know if you have any questions.
We've pushed the latest to Maven Central. Please let us know if you run into any issues.
Thank you, you should probably add maven dependency information to http://www.tokbox.com/opentok/api/tools/documentation/api/server_side_libraries.html?proglang=java
eg,
<dependency>
<groupId>com.opentok.api</groupId>
<artifactId>opentok-java-sdk</artifactId>
<version>0.91.53</version>
</dependency>
Please publish the Java SDK into Maven Central.