Changeset 2150


Ignore:
Timestamp:
05/22/17 11:32:51 (7 years ago)
Author:
pharms
Message:
  • maven does not seem to resolve things from the snapshot repository anmore by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/pom.xml

    r2120 r2150  
    2626        </repository> 
    2727    </distributionManagement> 
     28    <repositories> 
     29        <repository> 
     30            <id>autoquest-snapshots</id> 
     31            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-snapshots</url> 
     32        </repository> 
     33        <repository> 
     34            <id>autoquest</id> 
     35            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-releases</url> 
     36        </repository> 
     37    </repositories> 
    2838    <pluginRepositories> 
    2939        <pluginRepository> 
Note: See TracChangeset for help on using the changeset viewer.