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.
2 parents e7bf57a + abf3352 commit 3d4d918Copy full SHA for 3d4d918
README.md
@@ -145,6 +145,10 @@ For Java projects:
145
<version>${doma.version}</version>
146
</path>
147
</annotationProcessorPaths>
148
+ <compilerArgs>
149
+ <!-- if you are using a Maven project in Eclipse, this argument is required -->
150
+ <arg>-Adoma.resources.dir=${project.basedir}/src/main/resources</arg>
151
+ </compilerArgs>
152
</configuration>
153
</plugin>
154
</plugins>
0 commit comments