Skip to content

Commit

Permalink
Merge pull request #5557 from entur/prettier_skip_alias
Browse files Browse the repository at this point in the history
refactor: Add "-Dps" as alias for -P prettierSkip
  • Loading branch information
t2gran authored Dec 12, 2023
2 parents 0af8a79 + 3e011bd commit 071c412
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,17 @@
</profile>
<profile>
<id>prettierSkip</id>
<activation>
<property>
<!--
This works as a short alias to enable this from the command line. To skip
prettier, set the 'ps' system property with the '-D ps' parameter:
# mvn test -D ps
-->
<name>ps</name>
<value/>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 071c412

Please sign in to comment.