Skip to content

Commit

Permalink
Add parameter arg
Browse files Browse the repository at this point in the history
  • Loading branch information
TayGov committed Nov 27, 2024
1 parent ded077c commit 20546cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/backend/efiling-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
<parameters>true</parameters>
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
Expand Down Expand Up @@ -449,13 +453,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
4 changes: 4 additions & 0 deletions src/backend/libs/efiling-demo-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
<parameters>true</parameters>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
Expand Down

0 comments on commit 20546cd

Please sign in to comment.