This PR focuses on adding two optimizations to the plugin: FUSE and STATICIZE. It also includes updates to the plugin's pom.xml and other related files.
Detailed summary:
Added FUSE optimization to scan the directory for .xmir files and perform a specific code replacement.
Added STATICIZE optimization to scan the directory for .xmir files and generate a new staticized file with code replacements.
Updated the plugin's pom.xml file to include the new optimizations.
Added new files related to the optimizations, such as verify.groovy and invoker.properties.
Added license information to various files.
Added a new XSL stylesheet for the STATICIZE optimization.
Updated the README.md file to include information about the new optimizations and how to use the plugin.
Updated the version number of the plugin in the pom.xml files of the example projects.
The following files were skipped due to too many changes: src/it/staticize-benchmark/pom.xml, src/main/java/org/eolang/ineo/StaticizeMojo.java, src/it/staticize-benchmark/src/main/xmir/org/eolang/benchmark/A.xmir, src/it/staticize-with-opeo/src/main/xmir/org/eolang/benchmark/A.xmir, src/main/resources/org/eolang/ineo/staticize/StaticizedA.xmir, src/it/staticize-benchmark/src/main/xmir/org/eolang/benchmark/Main.xmir, src/it/staticize-with-opeo/src/main/xmir/org/eolang/benchmark/Main.xmir
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Closes: #52
PR-Codex overview
Focus of the PR:
This PR focuses on adding two optimizations to the plugin: FUSE and STATICIZE. It also includes updates to the plugin's pom.xml and other related files.
Detailed summary: