-
Notifications
You must be signed in to change notification settings - Fork 3
IDE Setup
Marian Pohling edited this page Jun 18, 2016
·
15 revisions
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>
`