1 Star 0 Fork 4

李恬/jnr-x86asm

forked from src-openEuler/jnr-x86asm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
add-manifest.patch 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
jeff200902 提交于 2020-08-25 15:01 +08:00 . Package init
diff -up ./pom.xml.fix ./pom.xml
--- ./pom.xml.fix 2015-06-22 15:44:35.991442997 -0400
+++ ./pom.xml 2015-06-22 15:45:44.215610804 -0400
@@ -50,4 +50,19 @@
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
</properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/litian_code/jnr-x86asm.git
git@gitee.com:litian_code/jnr-x86asm.git
litian_code
jnr-x86asm
jnr-x86asm
master

搜索帮助