Skip to content

IDE Setup

Marian Pohling edited this page Jun 18, 2016 · 15 revisions

IDE Setup

Dependency Management

Bcozy is using the maven toolchain. All dependencies are deployed at the central maven repositories and will be downloaded without any specific configuration for stable releases. In case you want to build a bcozy snapshot release and this release depends on further snapshots you have to add the following public repository configuration to you global maven setting file.

``

openbase true true sonatype false sonatype-oss-public https://oss.sonatype.org/content/groups/public/ true interval:60 true always -->
<activeProfiles>
	<activeProfile>openbase</activeProfile>
</activeProfiles>
``
Clone this wiki locally