提交 f4c81658 编写于 作者: K Kohsuke Kawaguchi

Resurrect the maven site changes

This reverts commit 604e7e07.
上级 bcb144e9
......@@ -316,6 +316,13 @@
</plugin>
</plugins>
</pluginManagement>
<extensions>
<extension>
<groupId>org.kohsuke</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.5</version>
</extension>
</extensions>
</build>
<repositories>
......@@ -345,6 +352,10 @@
</pluginRepositories>
<distributionManagement>
<site>
<id>github-pages</id>
<url>gitsite:git@github.com/jenkinsci/maven-site.git:plugin-parent</url>
</site>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
......
......@@ -63,8 +63,8 @@ THE SOFTWARE.
</scm>
<distributionManagement>
<site>
<id>hudson-www</id>
<url>scp://jenkins-ci.org/home/kohsuke/www/hudson-labs.org/maven-site/</url>
<id>github-pages</id>
<url>gitsite:git@github.com/jenkinsci/maven-site.git:core</url>
</site>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
......@@ -678,6 +678,13 @@ THE SOFTWARE.
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.kohsuke</groupId>
<artifactId>wagon-gitsite</artifactId>
<version>0.3.5</version>
</extension>
</extensions>
</build>
<profiles>
......
What is this?
This is a collection of auto-generated documentations of Jenkins core. You probably want to start from {{{https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins}Wiki}}.
此差异由.gitattributes 抑制。
<project name="Jenkins">
<bannerLeft>
<name>Jenkins</name>
<href>http://jenkins-ci.org/</href>
<src>jenkins_logo.png</src>
</bannerLeft>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>
<body>
<menu ref="modules"/>
<menu ref="reports" inherit="top"/>
</body>
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册