File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222.PHONY : publish-docker
2323publish-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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments