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 0b3e4a9 commit f84d165Copy full SHA for f84d165
pom.xml
@@ -85,6 +85,19 @@
85
<developerConnection>scm:git:https://github.com/fofapro/fofa-java.git</developerConnection>
86
<url>https://github.com/fofapro/fofa-java.git</url>
87
</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>
101
<profiles>
102
<profile>
103
<id>release</id>
0 commit comments