We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f345a57 commit 6eca6c3Copy full SHA for 6eca6c3
settings.xml
@@ -4,7 +4,21 @@
4
<id>scijava-mirror</id>
5
<name>SciJava public repositories</name>
6
<url>https://maven.scijava.org/content/groups/public</url>
7
- <mirrorOf>*</mirrorOf>
+ <mirrorOf>*,!central</mirrorOf>
8
</mirror>
9
</mirrors>
10
+ <profiles>
11
+ <profile>
12
+ <id>scijava</id>
13
+ <activation>
14
+ <activeByDefault>true</activeByDefault>
15
+ </activation>
16
+ <repositories>
17
+ <repository>
18
+ <id>scijava.public</id>
19
+ <url>https://maven.scijava.org/content/groups/public</url>
20
+ </repository>
21
+ </repositories>
22
+ </profile>
23
+ </profiles>
24
</settings>
0 commit comments