Skip to content

Commit

Permalink
Removed obsolete properties and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski committed Oct 19, 2024
1 parent 3ddcbc2 commit 30f6d39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pinot-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<properties>
<pinot.root>${basedir}/..</pinot.root>
<npm.script>build-ci</npm.script>
<npm.command>ci</npm.command>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -122,7 +121,7 @@
</configuration>
</execution>
<execution>
<id>npm ci</id><!-- npm ci removes node_modules! -->
<id>npm ci</id>
<goals>
<goal>npm</goal>
</goals>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@
<shade.phase.prop>none</shade.phase.prop>
<archiver.compress>false</archiver.compress>
<archiver.recompressZippedFiles>false</archiver.recompressZippedFiles>
<npm.command>install --no-audit</npm.command>
</properties>
</profile>
<!--build profile for linux-aarch64. We exclude certain tests as they use runtime JNI bindings not supported for linux-aarch64-->
Expand Down

0 comments on commit 30f6d39

Please sign in to comment.