构建/编译 Brida
https://github.com/federicodotta/Brida
下载魔改后的 RSyntaxTextArea 2.6.1.edited
https://github.com/federicodotta/RSyntaxTextArea/releases
将 jar 文件安装到本地 maven 仓库
mvn install:install-file -Dfile=/Users/blkstone/Downloads/rsyntaxtextarea-2.6.1.edited.jar -DgroupId=com.fifesoft -DartifactId=rsyntaxtextarea -Dversion=2.6.1.edited -Dpackaging=jar
打包
mvn package
参考资料
Maven Goals and Phases
https://www.baeldung.com/maven-goals-phases
maven如何将本地jar安装到本地仓库
https://blog.csdn.net/u014079773/article/details/60773287
Leave a Reply