-
Notifications
You must be signed in to change notification settings - Fork 1
Sybila Repository
papousek edited this page Apr 20, 2012
·
7 revisions
Add the following code to pom.xml
in your project:
<repositories>
<repository>
<id>sybila-maven-http</id>
<url>http://sybila.fi.muni.cz/public/maven</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<updatePolicy>daily</updatePolicy>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
You have to have access to anna.fi.muni.cz
server (be a member of Sybila laboratory).