Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 9e5f3925 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[EDELIVERY-13988] prepare code for the open source

parent e22bf93e
No related branches found
No related tags found
No related merge requests found
Pipeline #210024 failed
......@@ -902,7 +902,11 @@ See the Licence for the specific language governing permissions and limitations
<profile>
<!-- Update license eupl-1.2 headers to all files which matches filter bellow.
Note if processStartTag, processEndTag does not match the values in plugin configuration, the license will be added
twice. Manually check all changed files!-->
twice. Manually check all changed files!
NOTE: do not forget to run the command before the release:
mvn clean process-resources -Pupdate-license-headers
-->
<id>update-license-headers</id>
<build>
<plugins>
......@@ -962,7 +966,8 @@ See the Licence for the specific language governing permissions and limitations
mvn clean process-resources -Plicense-generate-notice
NOTE: do not forget to commit changed NOTICE.md and third party licenses!
NOTE: do not forget to regenerate the NOTICE.md file when adding new dependencies or updating the existing ones
and before the release!
-->
<id>license-generate-notice</id>
<build>
......
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