objectionary / ineo-maven-plugin

Maven plugin that inlines and specializes objects in EO programs
http://www.objectionary.com/ineo-maven-plugin/
MIT License
4 stars 2 forks source link

add `outputDir` to the `fuse` goal #44

Closed yegor256 closed 8 months ago

yegor256 commented 8 months ago

Currently, the sources are taken from sourcesDir and saved to the same directory. This is confusing. Instead, let's take them from sourcesDir and save to outputDir.

Also, rename sourcesDir property to ineo.sourcesDir (the same for the outputDir).

yegor256 commented 8 months ago

@maxonfjvipon please, help here

maxonfjvipon commented 8 months ago

@yegor256 what is the default value for outputDir?

yegor256 commented 8 months ago

@maxonfjvipon point it to ${project.build.directory}/generated-sources/fused-xmir

maxonfjvipon commented 8 months ago

@rultor release, tag is 0.1.3

rultor commented 8 months ago

@rultor release, tag is 0.1.3

@maxonfjvipon OK, I will release it now. Please check the progress here

rultor commented 8 months ago

@rultor release, tag is 0.1.3

@maxonfjvipon Done! FYI, the full log is here (took me 6min)

maxonfjvipon commented 8 months ago

@yegor256 update version of ineo-maven-plugin to 0.1.3

yegor256 commented 8 months ago

@maxonfjvipon thanks!

yegor256 commented 8 months ago

@maxonfjvipon fix #34, it will be easy to use the documentation of the plugin