I try to figure out how I can use the UBY-API from Maven. First I thought it should be available in the Maven Central Repository, but instead I found it under:
de.tudarmstadt.ukp.uby is an aggregator project. It binds together all the uby modules on the Maven level, but is not itself a JAR. You need to add dependencies to those modules of uby that your require.
To make sure that you always get the same versions for all your uby dependencies, I recommend to add the de.tudarmstadt.ukp.uby artifact to your dependency management section with the type "pom" and the scope "import". If you do that, do not specify any versions on the actual uby modules that you add to your dependencies.
> I try to figure out how I can use the UBY-API from Maven. First I thought it should be available in the Maven Central Repository, but instead I found it under:
On Wednesday, April 18, 2012 9:26:37 AM UTC+2, Richard wrote:
> Hi Jens,
> de.tudarmstadt.ukp.uby is an aggregator project. It binds together all the > uby modules on the Maven level, but is not itself a JAR. You need to add > dependencies to those modules of uby that your require.
> To make sure that you always get the same versions for all your uby > dependencies, I recommend to add the de.tudarmstadt.ukp.uby artifact to > your dependency management section with the type "pom" and the scope > "import". If you do that, do not specify any versions on the actual uby > modules that you add to your dependencies.
> Cheers,
> -- Richard
> Am 18.04.2012 um 09:18 schrieb Jens Haase:
> > Hi,
> > I try to figure out how I can use the UBY-API from Maven. First I > thought it should be available in the Maven Central Repository, but instead > I found it under:
> > I can see the pom file but not the jar. Maybe this is only for internal > usage. Could you please provide the information how to add UBY-API to Maven.