Skip to content

Sybila Repository

papousek edited this page Apr 20, 2012 · 7 revisions

Resolve Dependencies

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>

Deployment

You have to have access to anna.fi.muni.cz server (be a member of Sybila laboratory).