Skip to content

Commit

Permalink
Prevent modified files with Maven builds
Browse files Browse the repository at this point in the history
Related to openhab#241

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Aug 31, 2021
1 parent 60fd5f3 commit 7042964
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/
src-gen/
bin/
.metadata/
.openapi-generator/
**/.settings/org.eclipse.*
features/*/src/main/history
npm-debug.log
Expand Down
3 changes: 3 additions & 0 deletions bundles/org.openhab.ui.habot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci</arguments>
</configuration>
</execution>

<execution>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>install</arguments>
<arguments>ci</arguments>
</configuration>
</execution>

Expand Down

0 comments on commit 7042964

Please sign in to comment.