one-jar remove verbose warning information on application load

后端 未结 9 2009
一个人的身影
一个人的身影 2021-02-19 17:18

I am using Maven, with the one-jar pluggin, but when I run the one jar executable, I\'m greeted with a wall of warnings, this is unacceptable for use

I\'ve looked at eve

9条回答
  •  闹比i
    闹比i (楼主)
    2021-02-19 17:50

    This is much better in the new version of the Maven one-jar plugin.

    Add the plugin repository:

        
            one-jar
            http://onejar-maven-plugin.googlecode.com/svn/mavenrepo
        
    

    and use version 1.4.4 in the plugin definition.

提交回复
热议问题