Skip to content

Commit

Permalink
Update gh-481-command-length test pom
Browse files Browse the repository at this point in the history
Remove unneeded settings
  • Loading branch information
ascopes authored Feb 1, 2025
1 parent d0467fb commit 1e05417
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions protobuf-maven-plugin/src/it/gh-481-command-length/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,10 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

<configuration>
<!-- Speed up the builds a little bit -->
<debug>false</debug>
<fork>true</fork>
<meminitial>256</meminitial>
<maxmem>256</maxmem>
<proc>none</proc>
</configuration>
</plugin>

<plugin>
<groupId>@project.groupId@</groupId>
<artifactId>@project.artifactId@</artifactId>

<configuration>
<incrementalCompilation>true</incrementalCompilation>
</configuration>

<executions>
<execution>
<goals>
Expand Down

0 comments on commit 1e05417

Please sign in to comment.