Skip to content

Commit f84d165

Browse files
author
hoeye
committed
add plugin repositories
1 parent 0b3e4a9 commit f84d165

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@
8585
<developerConnection>scm:git:https://github.com/fofapro/fofa-java.git</developerConnection>
8686
<url>https://github.com/fofapro/fofa-java.git</url>
8787
</scm>
88+
<pluginRepositories>
89+
<pluginRepository>
90+
<id>public</id>
91+
<name>aliyun nexus</name>
92+
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
93+
<releases>
94+
<enabled>true</enabled>
95+
</releases>
96+
<snapshots>
97+
<enabled>false</enabled>
98+
</snapshots>
99+
</pluginRepository>
100+
</pluginRepositories>
88101
<profiles>
89102
<profile>
90103
<id>release</id>

0 commit comments

Comments
 (0)