Maven讲座这是maven讲座的示例代码这是一个简单的例子:依赖管理、构建过程(验证、打包、版本控制)、单元测试、集成测试(嵌入式mongoDB)。如何将git commit插入到.jar
文件中:
mvn clean install -Dgit.commit=28053e48a408c38e50e49b62ffcd4b1dffedc6eb
如何查看.jar
文件中的git commit:
unzip -q -c target/MavenLectureExample.jar META-INF/MANIFEST.MF
暂无评论