-
Notifications
You must be signed in to change notification settings - Fork 999
build
周波 edited this page Sep 21, 2018
·
18 revisions
和普通maven工程一样,
除了,有三个jar在maven中央仓库是没有的,
所以这三个jar需要单独对待,
所在的路径:src/main/lib
需要将它们maven install到本地repository
安装命令示例:
mvn install:install-file -Dfile=E:\IdeaWorkspace\fangxuele-tool-wechat-push\src\main\lib\darcula.jar -DgroupId=com.darcula -DartifactId=darcula-lnf -Dpackaging=jar -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true
mvn install:install-file -Dfile=E:\IdeaWorkspace\fangxuele-tool-wechat-push\src\main\lib\beautyeye_lnf.jar -DgroupId=com.beautyeye -DartifactId=beautyeye-lnf -Dpackaging=jar -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true
需要且仅能在IntelliJ里面打开GUI Form文件来进行界面的拖拽设计
GUI Form文件所在路径:com/fangxuele/tool/wechat/push/ui/MainWindow.form
唯一入口类:
com.fangxuele.tool.wechat.push.ui.MainWindow
maven build即可
先将IntelliJ设置一下:
选择“Binary class files”
然后maven package打包即可
日后更新……敬请期待
WePush and we do something cool