File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4848 </dependency >
4949 </dependencies >
5050
51+ <!-- This configures the target artifact repositories for deployment
52+ and is used by Maven's 'deploy' goal.
53+ So if you call 'mvn clean package deploy', it will end up there: -->
54+ <distributionManagement >
55+ <repository >
56+ <uniqueVersion >true</uniqueVersion >
57+ <id >nexus-releases</id >
58+ <name >QBiC Releases</name >
59+ <url >https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-releases</url >
60+ </repository >
61+ <snapshotRepository >
62+ <uniqueVersion >false</uniqueVersion >
63+ <id >nexus-snapshots</id >
64+ <name >QBiC Snapshots</name >
65+ <url >https://qbic-repo.qbic.uni-tuebingen.de/repository/maven-snapshots</url >
66+ </snapshotRepository >
67+ </distributionManagement >
68+
5169 <build >
5270 <plugins >
5371 <plugin >
You can’t perform that action at this time.
0 commit comments