Changeset 6947 for FCSSimpleClient


Ignore:
Timestamp:
02/08/16 13:23:27 (8 years ago)
Author:
Oliver Schonefeld
Message:
  • add repository/distributionRepository stuff to pom
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleClient/trunk/pom.xml

    r6943 r6947  
    147147    </build>
    148148
     149    <repositories>
     150        <repository>
     151            <id>CLARIN</id>
     152            <name>CLARIN Repository</name>
     153            <url>https://nexus.clarin.eu/content/repositories/Clarin</url>
     154            <snapshots>
     155                <enabled>false</enabled>
     156            </snapshots>
     157        </repository>
     158
     159        <repository>
     160            <id>CLARIN-snapshot</id>
     161            <name>CLARIN Snapshot Repository</name>
     162            <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url>
     163            <snapshots>
     164                <enabled>true</enabled>
     165            </snapshots>
     166        </repository>
     167    </repositories>
     168
     169    <distributionManagement>
     170        <snapshotRepository>
     171            <id>CLARIN-snapshot</id>
     172            <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url>
     173        </snapshotRepository>
     174
     175        <repository>
     176            <id>CLARIN</id>
     177            <url>https://nexus.clarin.eu/content/repositories/Clarin</url>
     178        </repository>
     179    </distributionManagement>
    149180</project>
Note: See TracChangeset for help on using the changeset viewer.