我正在尝试将miglayout加载到我的IDE(netbeans)中,然后从中创建一个jar文件。我从https://github.com/mikaelgrev/miglayout获取了miglayout的源文件,当我尝试编译它时,我收到以下错误:
Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:jar (attach-javadocs) on project miglayout-core: MavenReportException: Error while creating archive:
Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none
Command line was: "C:\Program Files\Java\jdk1.7.0_51\jre\..\bin\javadoc.exe" @options @packages
Refer to the generated Javadoc files in 'C:\Users\mashraf\Documents\New Folder\miglayout-master\core\target\apidocs' dir.
-> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
After correcting the problems, you can resume the build with the command
mvn <goals> -rf :miglayout-core
有谁知道如何解决这个问题,或者导致问题的原因是什么?