Skip to content

Commit

Permalink
[misc] pom update
Browse files Browse the repository at this point in the history
- permit to stage to sonatype with long delay
- avoid generating tar
  • Loading branch information
rusher committed Dec 10, 2020
1 parent 8c49ebf commit a20bf9f
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,30 +219,7 @@
</replacements>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>git</executable>
<arguments>
<argument>archive</argument>
<argument>--format</argument>
<argument>tar.gz</argument>
<argument>--output</argument>
<argument>${project.name}-jre6.tar.gz</argument>
<argument>develop-jre6</argument>
</arguments>
</configuration>
</plugin>


<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -296,7 +273,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<version>1.6.8</version>
<extensions>true</extensions>
<executions>
<execution>
Expand All @@ -307,6 +284,7 @@
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>

Expand Down

0 comments on commit a20bf9f

Please sign in to comment.