提交 73b4730c 编写于 作者: M Mathieu Bastian

Upload javadoc

上级 0bbe484b
......@@ -80,8 +80,8 @@
<gephi.app.title>Gephi 0.8.1 beta</gephi.app.title>
<!-- Update centers URLs -->
<gephi.update.center.official.url>http://gephi.org/updates/official/0.8.1-beta/catalog.xml</gephi.update.center.official.url>
<gephi.update.center.thirdparty.url>http://gephi.org/updates/thirdparty/0.8.1-beta/catalog.xml</gephi.update.center.thirdparty.url>
<gephi.update.center.official.url>http://gephi.org/updates/official/${project.version}/catalog.xml</gephi.update.center.official.url>
<gephi.update.center.thirdparty.url>http://gephi.org/updates/thirdparty/$(project.version}/catalog.xml</gephi.update.center.thirdparty.url>
<gephi.update.center.testing.url>http://nexus.gephi.org/nexus/content/repositories/snapshots/external/updates.xml</gephi.update.center.testing.url>
<!-- Mac OS X bundle settings -->
......@@ -477,6 +477,28 @@
</descriptors>
</configuration>
</plugin>
<!-- Upload the javadoc automatically -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
<executions>
<execution>
<id>upload-jar-to-folder</id>
<phase>deploy</phase>
<goals>
<goal>upload</goal>
</goals>
</execution>
</executions>
<configuration>
<fromDir>${project.build.directory}/site/apidocs</fromDir>
<includes>*</includes>
<url>${gephi.snapshot.repository.url}</url>
<toDir>external/apidocs</toDir>
<serverId>${gephi.snapshot.repository.id}</serverId>
</configuration>
</plugin>
</plugins>
</build>
</profile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册