|
101 | 101 | <compilerArgument>-proc:none</compilerArgument>
|
102 | 102 | </configuration>
|
103 | 103 | </execution>
|
| 104 | + <execution> |
| 105 | + <id>test-compile</id> |
| 106 | + <phase>test-compile</phase> |
| 107 | + <goals> |
| 108 | + <goal>testCompile</goal> |
| 109 | + </goals> |
| 110 | + <configuration> |
| 111 | + <annotationProcessorPaths> |
| 112 | + <path> |
| 113 | + <groupId>${project.groupId}</groupId> |
| 114 | + <artifactId>${project.artifactId}</artifactId> |
| 115 | + <version>${project.version}</version> |
| 116 | + </path> |
| 117 | + <path> |
| 118 | + <groupId>org.jboss.logging</groupId> |
| 119 | + <artifactId>jboss-logging</artifactId> |
| 120 | + <version>${version.org.jboss.logging}</version> |
| 121 | + </path> |
| 122 | + </annotationProcessorPaths> |
| 123 | + </configuration> |
| 124 | + </execution> |
104 | 125 | <!-- Define that asciidoc reports should be generated -->
|
105 | 126 | <execution>
|
106 | 127 | <id>test-compile-adoc</id>
|
|
115 | 136 | <arg>-Aorg.jboss.logging.tools.report.title=Test Title</arg>
|
116 | 137 | <arg>-Aorg.jboss.logging.tools.expressionProperties=${expression.properties.path}</arg>
|
117 | 138 | </compilerArgs>
|
| 139 | + <annotationProcessorPaths> |
| 140 | + <path> |
| 141 | + <groupId>${project.groupId}</groupId> |
| 142 | + <artifactId>${project.artifactId}</artifactId> |
| 143 | + <version>${project.version}</version> |
| 144 | + </path> |
| 145 | + <path> |
| 146 | + <groupId>org.jboss.logging</groupId> |
| 147 | + <artifactId>jboss-logging</artifactId> |
| 148 | + <version>${version.org.jboss.logging}</version> |
| 149 | + </path> |
| 150 | + </annotationProcessorPaths> |
118 | 151 | </configuration>
|
119 | 152 | </execution>
|
120 | 153 | <!-- Define that XML reports should be generated -->
|
|
131 | 164 | <arg>-Aorg.jboss.logging.tools.report.title=Test Title</arg>
|
132 | 165 | <arg>-Aorg.jboss.logging.tools.expressionProperties=${expression.properties.path}</arg>
|
133 | 166 | </compilerArgs>
|
| 167 | + <annotationProcessorPaths> |
| 168 | + <path> |
| 169 | + <groupId>${project.groupId}</groupId> |
| 170 | + <artifactId>${project.artifactId}</artifactId> |
| 171 | + <version>${project.version}</version> |
| 172 | + </path> |
| 173 | + <path> |
| 174 | + <groupId>org.jboss.logging</groupId> |
| 175 | + <artifactId>jboss-logging</artifactId> |
| 176 | + <version>${version.org.jboss.logging}</version> |
| 177 | + </path> |
| 178 | + </annotationProcessorPaths> |
134 | 179 | </configuration>
|
135 | 180 | </execution>
|
136 | 181 | </executions>
|
|
0 commit comments