Package org.eolang.maven
EO Maven Plugin.
- Since:
- 0.1
- See Also:
- project site www.eolang.org, GitHub project
-
Class Summary Class Description AssembleMojo Pull all necessary EO XML files from Objectionary and parse them all.BinarizeMojo Compile binaries.Catalogs All catalogs in one place, to avoid making multiple objects.Central The abstraction of Maven Central.CleanMojo Implementation of maven clean plugin, just deleting target/eo directory.Coordinates Maven coordinates as a string.CopyMojo Copy all .eo files from src/main/eo to target/classes/EO-SOURCES and replace 0.0.0 versions in them to the right numbers.DemandMojo Add object names to the "foreign" registry as demanded.DiscoverMojo Read all XMIR files and find foreign objects in them, then add them to the catalog.MarkMojo Extend current list of foreign objects with those visible in resolved artifacts.Moja<T extends org.apache.maven.plugin.AbstractMojo> Mutable mojo builder.OptimizeMojo Optimize XML files.ParseMojo Parse EO to XML.Place Make the place for the object.PlaceMojo Take binary files from where ResolveMojo placed them and copy to target/classes.ProbeMojo Go through all `probe` metas in XMIR files, try to locate the objects pointed by `probe` in Objectionary and if found register them in catalog.PullMojo Pull EO XML files from Objectionary and parse them into XML.RegisterMojo Find and register all.eo
sources in the "foreign" catalog.ResolveMojo Find all required runtime dependencies, download them from Maven Central, unpack and place to target/eo.SodgMojo Convert XMIR to SODG.SpyTrain Train that spies.TranspileMojo Compile.UnplaceMojo It deletes binary files, which were previously copied by "place" mojo.UnspileMojo Goes through all .class files and deletes those that were created from autogenerated sources.