Skip to content

used to get compile message from a maven project with run the compilation

License

Notifications You must be signed in to change notification settings

maijun-sec/maven-project-inspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-project-inspect

used to get compile message from a maven project with run the compilation

for Java static analysis tools, when do the analysis, the AST of the java file sould be generated first.

This project provide a tool to get the options needed without compilation.

All options needed:

  • source file version(or jdk version)
  • encoding of java file(mainly UTF-8)
  • all source files
  • test source files(if also analyze test source files)
  • directory of the class files(for some tools analyze .class file)
  • all dependencies.

About

used to get compile message from a maven project with run the compilation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages