提交 faaa4d6f 编写于 作者: K kohsuke

duplicating repository entries so that people who are just checking out the...

duplicating repository entries so that people who are just checking out the main module can still build it


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6553 71c3de6d-444a-0410-be80-ed276b4c234a
上级 fe255e8d
......@@ -84,4 +84,37 @@
</properties>
</profile>
</profiles>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
<!-- only look for jars here when they are not present locally -->
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>java.net2</id>
<url>http://download.java.net/maven/2/</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>java.net2</id>
<url>http://download.java.net/maven/2</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册