Closed yegor256 closed 9 months ago
@maxonfjvipon please, help here
@yegor256 what is the default value for outputDir
?
@maxonfjvipon point it to ${project.build.directory}/generated-sources/fused-xmir
@rultor release, tag is 0.1.3
@rultor release, tag is
0.1.3
@maxonfjvipon OK, I will release it now. Please check the progress here
@rultor release, tag is
0.1.3
@maxonfjvipon Done! FYI, the full log is here (took me 6min)
@yegor256 update version of ineo-maven-plugin
to 0.1.3
@maxonfjvipon thanks!
@maxonfjvipon fix #34, it will be easy to use the documentation of the plugin
Currently, the sources are taken from
sourcesDir
and saved to the same directory. This is confusing. Instead, let's take them fromsourcesDir
and save tooutputDir
.Also, rename
sourcesDir
property toineo.sourcesDir
(the same for theoutputDir
).