Skip to content

Commit 6589b97

Browse files
committed
pom.xml working to deploy to our s3 :)
1 parent 8bbc9da commit 6589b97

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

mediamachineClient.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
<orderEntry type="library" scope="TEST" name="Maven: net.bytebuddy:byte-buddy-agent:1.8.15" level="project" />
2323
<orderEntry type="library" scope="TEST" name="Maven: org.objenesis:objenesis:2.6" level="project" />
2424
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-junit-jupiter:2.23.0" level="project" />
25-
<orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.3.0" level="project" />
2625
</component>
2726
</module>

pom.xml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,30 @@
7575
</plugins>
7676
<extensions>
7777
<extension>
78-
<groupId>com.github.platform-team</groupId>
79-
<artifactId>aws-maven</artifactId>
80-
<version>6.0.0</version>
78+
<groupId>com.github.seahen</groupId>
79+
<artifactId>maven-s3-wagon</artifactId>
80+
<version>1.3.3</version>
8181
</extension>
82+
<!-- <extension>-->
83+
<!-- <groupId>com.github.platform-team</groupId>-->
84+
<!-- <artifactId>aws-maven</artifactId>-->
85+
<!-- <version>6.0.0</version>-->
86+
<!-- </extension>-->
8287
</extensions>
8388
</build>
84-
8589
<distributionManagement>
86-
<snapshotRepository>
87-
<id>maven-repo.mediamachine.io</id>
88-
<url>s3://maven-repo.mediamachine.io/snapshot</url>
89-
</snapshotRepository>
90+
<site>
91+
<id>s3.site</id>
92+
<url>s3://maven-repo.mediamachine.io/site</url>
93+
</site>
9094
<repository>
91-
<id>maven-repo.mediamachine.io</id>
95+
<id>s3.release</id>
9296
<url>s3://maven-repo.mediamachine.io/release</url>
9397
</repository>
98+
<snapshotRepository>
99+
<id>s3.snapshot</id>
100+
<url>s3://maven-repo.mediamachine.io/snapshot</url>
101+
</snapshotRepository>
94102
</distributionManagement>
95103

96104
<properties>

0 commit comments

Comments
 (0)