Skip to content

Commit

Permalink
fixed pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed May 30, 2024
1 parent 5982306 commit 84cd3b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion para-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<configuration>
<skip>${skipTests}</skip>
<configLocation>../para-core/src/main/resources/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down
1 change: 0 additions & 1 deletion para-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@
<configuration>
<skip>${skipTests}</skip>
<configLocation>${basedir}/src/main/resources/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down
2 changes: 0 additions & 2 deletions para-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@
<goal>stop</goal>
</goals>
<configuration>
<scope>test</scope>
<skip>${skipITs}</skip>
<port>8000</port>
<dist>${project.build.directory}/dynamodb-dist</dist>
Expand Down Expand Up @@ -440,7 +439,6 @@
<configuration>
<skip>${skipTests}</skip>
<configLocation>../para-core/src/main/resources/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
<configuration>
<skipTests>${skipTests}</skipTests>
<skipITs>${skipITs}</skipITs>
<encoding>UTF-8</encoding>
<!-- <threadCount>2</threadCount>
<forkCount>2C</forkCount>-->
</configuration>
Expand Down Expand Up @@ -170,9 +169,6 @@
<configuration>
<release>17</release>
<compilerArgument>-Xlint:-options</compilerArgument>
<compilerArguments>
<endorseddirs>${endorsed.dir}</endorseddirs>
</compilerArguments>
<encoding>UTF-8</encoding>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
Expand Down

0 comments on commit 84cd3b2

Please sign in to comment.