Hi folks,
Getting started with Maven 2.0.9, I want to use the Sesame RDF
library. The POM is here:
http://repo.aduna-software.org/maven2/releases/org/openrdf/sesame/sesame/2.2.4/sesame-2.2.4.pom
It has 3 modules, and those modules contain many submodules.
Can I include ALL the submodules of sesame-2.2.4 in my project,
without listing each one separately?
That is, I want to write something like this and get all the submodules:
<dependency>
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-model</artifactId>
<version>2.2.4</version>
<type>pom</type>
</dependency>
Thanks,
-Stuart
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]