提交 9194c27d 编写于 作者: M Mathieu Bastian

Configure apidocs and updates path for release

上级 c6a2e7d3
...@@ -110,6 +110,12 @@ ...@@ -110,6 +110,12 @@
<gephi.menu.app.name>Gephi ${project.version}</gephi.menu.app.name> <gephi.menu.app.name>Gephi ${project.version}</gephi.menu.app.name>
<gephi.innosetup.path>C:/Program Files (x86)/Inno Setup 5</gephi.innosetup.path> <gephi.innosetup.path>C:/Program Files (x86)/Inno Setup 5</gephi.innosetup.path>
<!-- Javadoc export path -->
<gephi.javadoc.repository.path>external/apidocs</gephi.javadoc.repository.path>
<!-- NBMs updates export path -->
<gephi.updates.repository.path>external/updates</gephi.updates.repository.path>
<!--==== Plugin Versions ==================================================================================--> <!--==== Plugin Versions ==================================================================================-->
<gephi.maven-antrun-plugin.version>1.7</gephi.maven-antrun-plugin.version> <gephi.maven-antrun-plugin.version>1.7</gephi.maven-antrun-plugin.version>
...@@ -997,6 +1003,8 @@ ...@@ -997,6 +1003,8 @@
<properties> <properties>
<gephi.default.repository.id>${gephi.release.repository.id}</gephi.default.repository.id> <gephi.default.repository.id>${gephi.release.repository.id}</gephi.default.repository.id>
<gephi.default.repository.url>${gephi.release.repository.url}</gephi.default.repository.url> <gephi.default.repository.url>${gephi.release.repository.url}</gephi.default.repository.url>
<gephi.javadoc.repository.path>external/apidocs/${project.version}</gephi.javadoc.repository.path>
<gephi.updates.repository.path>external/updates/${project.version}</gephi.updates.repository.path>
</properties> </properties>
</profile> </profile>
...@@ -1057,7 +1065,7 @@ ...@@ -1057,7 +1065,7 @@
<configuration> <configuration>
<fromDir>${project.build.directory}/site/apidocs</fromDir> <fromDir>${project.build.directory}/site/apidocs</fromDir>
<url>${gephi.default.repository.url}</url> <url>${gephi.default.repository.url}</url>
<toDir>external/apidocs</toDir> <toDir>${gephi.javadoc.repository.path}</toDir>
<serverId>${gephi.default.repository.id}</serverId> <serverId>${gephi.default.repository.id}</serverId>
</configuration> </configuration>
</plugin> </plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册