提交 8ee85137 编写于 作者: M Mathieu Bastian

Remove version in external and separate to profiles

上级 7e43adaf
......@@ -498,7 +498,14 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>upload-updates</id>
<build>
<plugins>
<!-- Upload the autoupdate site automatically -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
......@@ -516,7 +523,7 @@
<fromDir>${gephi.updates.site}</fromDir>
<includes>*</includes>
<url>${gephi.snapshot.repository.url}</url>
<toDir>external/updates/${project.version}</toDir>
<toDir>external/updates</toDir>
<serverId>${gephi.snapshot.repository.id}</serverId>
</configuration>
</plugin>
......
......@@ -82,7 +82,7 @@
<!-- Update centers URLs -->
<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/${project.version}/updates.xml</gephi.update.center.testing.url>
<gephi.update.center.testing.url>http://nexus.gephi.org/nexus/content/repositories/snapshots/external/updates/updates.xml</gephi.update.center.testing.url>
<!-- Mac OS X bundle settings -->
<gephi.appbundle.name>Gephi</gephi.appbundle.name>
......@@ -1023,7 +1023,14 @@
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>upload-apidocs</id>
<build>
<plugins>
<!-- Upload the javadoc automatically -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
......@@ -1040,7 +1047,7 @@
<configuration>
<fromDir>${project.build.directory}/site/apidocs</fromDir>
<url>${gephi.snapshot.repository.url}</url>
<toDir>external/apidocs/${project.version}</toDir>
<toDir>external/apidocs</toDir>
<serverId>${gephi.snapshot.repository.id}</serverId>
</configuration>
</plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册