I try to debug install::install
using mvnDebug
/jdb -attach 8000
I get easily to org.apache.maven.plugin.DefaultBuildPluginManager:101
and then step on mojo.execute()
which leads me to:
main[1] where
[1] org.apache.maven.plugin.install.InstallMojo.execute (InstallMojo.java:76)
[2] org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:101)
...
I find the sources for InstallMojo.java from svn, but how should I know what tag to checkout?
Thanks,
Marc