Skip to content

Using A Different Build System

Peter de Lange edited this page Apr 29, 2014 · 3 revisions

If you want to use LAS2peer in a different project structure / with a different build system you can point your build system to this Maven repository: http://role.dbis.rwth-aachen.de:9911/archiva/repository/internal/ and add LAS2peer to your project like this:

<dependency>
    <groupId>i5</groupId>
    <artifactId>las2peer</artifactId>
    <version>0.0.3.8</version>
</dependency>

For additional information about the build process look at the "jar" and "generate_configs" tasks in the build.xml file.

Clone this wiki locally