Skip to content

IDE Setup

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

IDE Setup

Maven Repositories

All dependencies are deployed at central mavens and will be downloaded without any specific configuration. In case you want to build a bcozy snapshot release and this release depends on further snapshot releases you have to add the following public repository 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