Skip to content

Commit

Permalink
fixed for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jun 22, 2020
1 parent 7babb8d commit 17da104
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@

<distributionManagement>
<repository>
<!-- <id>nexus.tremolo.io</id> -->
<id>nexus.tremolo.io</id>
<name>tremolo.io-releases</name>
<url>https://nexus.tremolo.io/repository/releases/</url>
<url>s3://tremolosecurity-maven/repository/releases</url>
</repository>

</distributionManagement>
Expand Down Expand Up @@ -241,6 +242,13 @@
</dependencies>

<build>
<extensions>
<extension>
<groupId>com.gkatzioura.maven.cloud</groupId>
<artifactId>s3-storage-wagon</artifactId>
<version>2.3</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 17da104

Please sign in to comment.