File tree 4 files changed +21
-0
lines changed
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 58
58
<arg >--processor-module-path</arg >
59
59
<arg >${basedir} /../pljava-api/target/pljava-api-${project.version} .jar</arg >
60
60
</compilerArgs >
61
+ <annotationProcessors >
62
+ <annotationProcessor >
63
+ org.postgresql.pljava.annotation.processing.DDRProcessor
64
+ </annotationProcessor >
65
+ </annotationProcessors >
61
66
</configuration >
62
67
</plugin >
63
68
<plugin >
Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ function execute()
172
172
<goals >
173
173
<goal >compile</goal >
174
174
</goals >
175
+ <configuration >
176
+ <proc >none</proc >
177
+ </configuration >
175
178
</execution >
176
179
</executions >
177
180
</plugin >
Original file line number Diff line number Diff line change 56
56
57
57
<build >
58
58
<plugins >
59
+ <plugin >
60
+ <groupId >org.apache.maven.plugins</groupId >
61
+ <artifactId >maven-compiler-plugin</artifactId >
62
+ <configuration >
63
+ <proc >none</proc >
64
+ </configuration >
65
+ </plugin >
66
+
59
67
<plugin >
60
68
<groupId >org.apache.maven.plugins</groupId >
61
69
<artifactId >maven-plugin-plugin</artifactId >
Original file line number Diff line number Diff line change 30
30
<arg >--processor-module-path</arg >
31
31
<arg >${basedir} /../pljava-api/target/pljava-api-${project.version} .jar</arg >
32
32
</compilerArgs >
33
+ <annotationProcessors >
34
+ <annotationProcessor >
35
+ org.postgresql.pljava.annotation.processing.DDRProcessor
36
+ </annotationProcessor >
37
+ </annotationProcessors >
33
38
</configuration >
34
39
</plugin >
35
40
</plugins >
You can’t perform that action at this time.
0 commit comments