Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nullfree plugin is broken in CircleCI #29

Open
vzurauskas opened this issue Sep 27, 2019 · 0 comments
Open

nullfree plugin is broken in CircleCI #29

vzurauskas opened this issue Sep 27, 2019 · 0 comments

Comments

@vzurauskas
Copy link
Owner

Maven command:

mvn integration-test nullfree:nullfree -Pcheckstyle

It works when building locally, but in CircleCI build it results in this error:

[ERROR] Failed to execute goal com.nikialeksey:nullfree-maven-plugin:1.4.2:nullfree (default-cli) on project nereides-jackson: Can not get the origin from git repo.: Can not form the origin url. no protocol: [email protected]:vzurauskas/nereides-jackson.git -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.nikialeksey:nullfree-maven-plugin:1.4.2:nullfree (default-cli) on project nereides-jackson: Can not get the origin from git repo.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    . . .
Caused by: java.net.MalformedURLException: no protocol: [email protected]:vzurauskas/nereides-jackson.git
    at java.net.URL.<init> (URL.java:593)
    at java.net.URL.<init> (URL.java:490)
    at java.net.URL.<init> (URL.java:439)
    at com.nikialeksey.goo.Goo.origin (Goo.java:47)
    at com.nikialeksey.nullfree.NullfreeMojo.execute (NullfreeMojo.java:37)

Currently it's disabled in .circleci/config.yml, .rultor.yml, pom.xml and readme.md. Fix it and re-enable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant