Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Update pom.xml (#85)
Browse files Browse the repository at this point in the history
Since #68 fat jar is uploaded to GitHub releases
  • Loading branch information
Ingvord authored and gwen-soleil committed Aug 27, 2019
1 parent e4c4daa commit 1ab7008
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,43 +124,5 @@
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<executions>
<execution>
<id>deploy-jar</id>
<phase>deploy</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>curl</executable>
<arguments>
<argument>-T</argument>
<argument>
${shaded.outputFile}
</argument>
<argument>-u${bintray.user.name}:${bintray.user.apikey}</argument>
<argument>
https://api.bintray.com/content/tango-controls/generic/${project.artifactId}-9-LTS/${project.version}/${project.artifactId}-${project.version}.jar;publish=1
</argument>
<argument>--verbose</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</build>
</project>

0 comments on commit 1ab7008

Please sign in to comment.