Skip to content

Generator of module-info via jdeps for moditect maven plugin

License

Notifications You must be signed in to change notification settings

lanthale/ModitectGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModitectGen

Generator of module-info via jdeps for moditect maven plugin The tool helps to get the module-info content which can be used with moditect inside of the pom.xml

Options:

  • jar file to specify to generate the moditect xml
  • directory where the all libraries can be found for the appliction
  • Multi-release if you target with your app more than one JDK release or if one lib is already requesting that
  • Ignore deps means that libs needed for compile time are ignored

Example:

  • select jar file for javahelp-2.0.05.jar which is a jar compiled without a module-info.java
  • select the directory of you app which is using moditect e.g. /ModitectGen/ModitectGen/target/modules where all other libs are stored
  • Hit "Generate pom.xml entry"
  • The result looks like:

Screenshot

About

Generator of module-info via jdeps for moditect maven plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published