Skip to content

Commit 86aa2d9

Browse files
author
Jonathan Knight
committed
Fixing exclusion of in test compilation of CreateKeystore class
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v21.12/": change = 97410]
1 parent 28f7de0 commit 86aa2d9

File tree

1 file changed

+3
-3
lines changed
  • prj/test/functional/security

1 file changed

+3
-3
lines changed

prj/test/functional/security/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-compiler-plugin</artifactId>
8282
<configuration>
83-
<excludes>
84-
<exclude>**/CreateKeyStore.java</exclude>
85-
</excludes>
83+
<testExcludes>
84+
<testExclude>**/CreateKeyStore.java</testExclude>
85+
</testExcludes>
8686
</configuration>
8787
</plugin>
8888
</plugins>

0 commit comments

Comments
 (0)