Skip to content

Commit

Permalink
[MOSIP-37853]added skip for deployment in pom (#410)
Browse files Browse the repository at this point in the history
* [MOSIP-37359]Update pom

Signed-off-by: JanardhanBS-SyncByte <[email protected]>

* [MOSIP-37853]added skip for deployment in pom

Signed-off-by: JanardhanBS-SyncByte <[email protected]>

* [MOSIP-37853]added skip for deployment in pom

Signed-off-by: JanardhanBS-SyncByte <[email protected]>

* [MOSIP-37853]added skip for deployment in pom

Signed-off-by: JanardhanBS-SyncByte <[email protected]>

---------

Signed-off-by: JanardhanBS-SyncByte <[email protected]>
Signed-off-by: Praful Rakhade <[email protected]>
Co-authored-by: JanardhanBS-SyncByte <[email protected]>
Co-authored-by: Praful Rakhade <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 67db482 commit d1387d5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion mock-mv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,18 @@
<configuration>
<skip>true</skip>
</configuration>
<executions>
<execution>
<id>default-deploy</id>
<phase>none</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand All @@ -246,7 +258,7 @@
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<phase>none</phase>
<goals>
<goal>deploy</goal>
</goals>
Expand Down

0 comments on commit d1387d5

Please sign in to comment.