Skip to content

Commit

Permalink
remove warning "HV000254: Missing parameter metadata"
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 24, 2023
1 parent ed813f9 commit 229038d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions commafeed-server/pom.xml
Expand Up @@ -38,6 +38,13 @@
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 229038d

Please sign in to comment.