Skip to content

Commit

Permalink
Merge pull request #117 from mosip/MOSIP-30443
Browse files Browse the repository at this point in the history
[MOSIP-30443] changed the service git properties name
  • Loading branch information
ckm007 committed May 3, 2024
2 parents 10e31d1 + 80b42f0 commit 48c5dba
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions biosdk-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,26 @@
<organizationUrl>https://mosip.io</organizationUrl>
</developer>
</developers>

<repositories>
<repository>
<id>central</id>
<name>MavenCentral</name>
<layout>default</layout>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>ossrh</id>
<name>MavenSnapshot</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<description>Sample implementation of biometrics SDK services</description>
<url>https://github.com/mosip/biosdk-services</url>

Expand Down Expand Up @@ -184,7 +203,7 @@
</executions>
<configuration>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<generateGitPropertiesFilename>${project.build.outputDirectory}/service-git.properties</generateGitPropertiesFilename>
<includeOnlyProperties>
<includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty>
<includeOnlyProperty>^git.commit.id.(abbrev|full)$</includeOnlyProperty>
Expand Down

0 comments on commit 48c5dba

Please sign in to comment.