Skip to content

Commit

Permalink
Fixed TldScanner complaints about incorrect classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Jun 8, 2022
1 parent 06728ad commit 282c1c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appserver/tests/tck/cdi/pom.xml
Expand Up @@ -251,6 +251,11 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
<archive>
<manifest>
<addClasspath>false</addClasspath>
</manifest>
</archive>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 282c1c3

Please sign in to comment.