Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-harness committed Oct 14, 2022
1 parent d48882e commit f311732
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<packaging>pom</packaging>
<name>QuestDB</name>

<properties>
<harnessArgLine></harnessArgLine>
</properties>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -62,6 +66,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<argLine>${harnessArgLine} @{argLine} </argLine>
</configuration>
</plugin>
</plugins>
</build>
<modules>
Expand Down

0 comments on commit f311732

Please sign in to comment.