Skip to content

Commit

Permalink
parameters maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed Nov 26, 2023
1 parent 7f6b696 commit 4cdec36
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion token-validation-spring-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,29 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand All @@ -66,4 +89,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 4cdec36

Please sign in to comment.