Skip to content

Commit 6b79266

Browse files
committed
[Truffle] Let Maven or javac autodiscover our annotation processor.
1 parent bc1469b commit 6b79266

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

truffle/pom.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
execute_goals( 'compile',
2828
:id => 'default-compile',
2929
:phase => 'compile',
30-
'annotationProcessors' => [ 'com.oracle.truffle.dsl.processor.TruffleProcessor' ],
3130
'generatedSourcesDirectory' => 'target/generated-sources',
3231
'compilerArgs' => [ '-XDignore.symbol.file=true',
3332
'-J-Duser.language=en',

truffle/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
<goal>compile</goal>
5555
</goals>
5656
<configuration>
57-
<annotationProcessors>
58-
<annotationProcessor>com.oracle.truffle.dsl.processor.TruffleProcessor</annotationProcessor>
59-
</annotationProcessors>
6057
<generatedSourcesDirectory>target/generated-sources</generatedSourcesDirectory>
6158
<compilerArgs>
6259
<compilerArg>-XDignore.symbol.file=true</compilerArg>

0 commit comments

Comments
 (0)