Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个自定义 mojo 来显示一些项目信息。此信息的一部分是 SCM 信息,例如已触发构建的提交 ID 以及 repo 分支等。
在我正在使用的 mojoMavenProject中,我正在努力寻找获取任何 SCM 信息的方法。我看到了一个吸气剂ProjectBuildingRequest(我认为任何与 SCM 相关的信息都会出现在这里)。我应该看RepositorySystemSession场吗?任何帮助将不胜感激。
MavenProject
ProjectBuildingRequest
RepositorySystemSession