Skip to content

Commit

Permalink
MOSIP-37901: biosdk-services mosip exclude
Browse files Browse the repository at this point in the history
Signed-off-by: nagendra0721 <[email protected]>
  • Loading branch information
nagendra0721 committed Jan 23, 2025
1 parent 993242c commit e40e0a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,23 +242,23 @@
</goals>
</execution>-->
</executions>

</plugin>

<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.plugin.version}</version>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<phase>none</phase>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
</execution>
</executions>
Expand All @@ -271,7 +271,7 @@
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<phase>none</phase>
<goals>
<goal>deploy</goal>
</goals>
Expand All @@ -283,7 +283,7 @@
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>

<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
Expand Down

0 comments on commit e40e0a2

Please sign in to comment.