We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1f1db commit 2efafa1Copy full SHA for 2efafa1
core/sail/shacl/pom.xml
@@ -97,6 +97,24 @@
97
<plugin>
98
<artifactId>maven-assembly-plugin</artifactId>
99
</plugin>
100
+ <plugin>
101
+ <groupId>org.apache.maven.plugins</groupId>
102
+ <artifactId>maven-compiler-plugin</artifactId>
103
+ <executions>
104
+ <execution>
105
+ <id>default-testCompile</id>
106
+ <configuration>
107
+ <annotationProcessorPaths>
108
+ <path>
109
+ <groupId>org.openjdk.jmh</groupId>
110
+ <artifactId>jmh-generator-annprocess</artifactId>
111
+ <version>${jmhVersion}</version>
112
+ </path>
113
+ </annotationProcessorPaths>
114
+ </configuration>
115
+ </execution>
116
+ </executions>
117
+ </plugin>
118
119
<groupId>org.apache.maven.plugins</groupId>
120
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments