Skip to content
Snippets Groups Projects
Commit c8feda6e authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): config maven release plugin

add configuration to maven release plugin to avoid checking package-lock.json file when releasing to avoid error
parent 500c5720
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<checkModificationExcludes>
<checkModificationExclude>package-lock.json</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment