Skip to content

Commit

Permalink
updated phase
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmanishdesai committed Oct 29, 2023
1 parent 01327e5 commit 7a1cc25
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>deploy</phase>
<goals><goal>jar</goal></goals>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
Expand All @@ -118,22 +117,10 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -155,6 +142,17 @@
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 7a1cc25

Please sign in to comment.