Skip to content

Commit 4da6b4f

Browse files
tu pourrais faire aussi le
http://oss.opensagres.fr/typescript.ide/snapshot quand tu aurras le tps stp
1 parent b24e043 commit 4da6b4f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

update-site/typescript.ide/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<connection>scm:git:https://github.com/angelozerr/typescript.java.git</connection>
1414
<developerConnection>scm:git:https://github.com/angelozerr/typescript.java.git</developerConnection>
1515
</scm>
16+
<properties>
17+
<url.suffix>snapshots</url.suffix>
18+
</properties>
1619
<build>
1720
<extensions>
1821
<!-- Enabling the use of FTP -->
@@ -30,7 +33,7 @@
3033
<properties>
3134
<!-- Properties relative to the distant host where to upload the repo -->
3235
<ftp.url>ftp://ftp.online.net</ftp.url>
33-
<ftp.toDir>/oss/${project.artifactId}/${project.version}</ftp.toDir>
36+
<ftp.toDir>/oss/${project.artifactId}/${url.suffix}</ftp.toDir>
3437
<!-- Relative path to the repo being uploaded -->
3538
<repo.path>${project.build.directory}/repository/</repo.path>
3639
</properties>
@@ -63,6 +66,9 @@
6366
</profile>
6467
<profile>
6568
<id>release</id>
69+
<properties>
70+
<url.suffix>releases</url.suffix>
71+
</properties>
6672
<build>
6773
<plugins>
6874
<plugin>

0 commit comments

Comments
 (0)