InfoSec812 / sonar-oauth2

OAuth2 Authentication Plugin For SonarQube
Apache License 2.0
1 stars 2 forks source link

About the package error #1

Closed richcat1982 closed 9 years ago

richcat1982 commented 9 years ago

Hi, everyone I'm a freshman for a sonar plugin development. I'm now working for integrating the sonar system with other platforms(such as gitlab) as part of the toolchain, and oauth2 would be the best choise for dealing with the login authorization. However, when I downloaded and compile the source code, I've got an error [ERROR] Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.10.b1:check (enforce-license-headers) on project sonar-oauth2: Resource org/sonar/plugins/licenseheaders/Apache2.txt not found in file system, classpath or URL: no protocol: org/sonar/plugins/licenseheaders/Apache2.txt -> [Help 1]

Does anyone has any suggestions?

Thanks!

richcat1982 commented 9 years ago

Add the -Dlicense.skip=true option while packaging.