Skip to content

Commit

Permalink
Add intellij configuration file for MP projects
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 3, 2024
1 parent 239fffe commit b472126
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ target/
*.rar

# IntelliJ Idea
.idea/
{{#gitignore-exclude-intellij}}
{{.}}
{{/gitignore-exclude-intellij}}
*.iws
*.ipr
*.iml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -24,6 +24,12 @@
<exec src="/common/common.xml"/>
<source src="/common/sources.xml"/>
<output>
<templates engine="mustache" transformations="mustache">
<directory>files</directory>
<includes>
<include>.idea/runConfigurations/configuration.xml.mustache</include>
</includes>
</templates>
<model>
<value key="parent-artifactId">helidon-mp</value>
<list key="dependencies">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2023 Oracle and/or its affiliates.
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -150,6 +150,9 @@
{{/Main-routing-builder}}
}]]></value>
</list>
<list key="gitignore-exclude-intellij">
<value>.idea/</value>
</list>
</model>
</output>
</archetype-script>

0 comments on commit b472126

Please sign in to comment.