Changeset 6950 for SRUServer


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

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/pom.xml

    r6779 r6950  
    9191        </plugins>
    9292    </build>
     93
     94    <distributionManagement>
     95        <snapshotRepository>
     96            <id>CLARIN-snapshot</id>
     97            <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url>
     98        </snapshotRepository>
     99
     100        <repository>
     101            <id>CLARIN</id>
     102            <url>https://nexus.clarin.eu/content/repositories/Clarin</url>
     103        </repository>
     104    </distributionManagement>
    93105</project>
Note: See TracChangeset for help on using the changeset viewer.