Skip to content

Commit 0abd542

Browse files
authored
Publish to s3 (#39)
1 parent 92f862a commit 0abd542

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ test:
2121

2222
.PHONY: publish-docker
2323
publish-docker:
24-
sed -i -e 's_<url>https://repository.aspose.cloud/repo</url>_<url>http://repository.aspose.cloud/repo</url>_' pom.xml
2524
mvn deploy
2625

2726
.PHONY: update

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aspose</groupId>
55
<artifactId>aspose-barcode-cloud</artifactId>
@@ -35,13 +35,19 @@
3535

3636
<distributionManagement>
3737
<repository>
38-
<id>central</id>
39-
<name>repository.aspose.cloud-releases</name>
40-
<url>https://repository.aspose.cloud/repo</url>
38+
<id>aspose-cloud-s3-repo-ci</id>
39+
<url>s3://data.repository.aspose.cloud/repo/</url>
4140
</repository>
4241
</distributionManagement>
4342

4443
<build>
44+
<extensions>
45+
<extension>
46+
<groupId>com.github.seahen</groupId>
47+
<artifactId>maven-s3-wagon</artifactId>
48+
<version>1.3.3</version>
49+
</extension>
50+
</extensions>
4551
<plugins>
4652
<plugin>
4753
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)