Skip to content

Commit

Permalink
Merge pull request #134 from JanardhanBS-SyncByte/develop
Browse files Browse the repository at this point in the history
[MOSIP-33145] testing for maven-deploy-plugin
  • Loading branch information
ckm007 committed Jun 18, 2024
2 parents 3788d47 + a62624b commit b0b439b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,20 @@
</executions>

</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven.deploy.plugin.version}</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>

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

0 comments on commit b0b439b

Please sign in to comment.