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

Running this on bamboo and Locally get the same error #3

Closed
dmodoomsirius opened this issue Jan 17, 2015 · 3 comments
Closed

Running this on bamboo and Locally get the same error #3

dmodoomsirius opened this issue Jan 17, 2015 · 3 comments
Labels

Comments

@dmodoomsirius
Copy link
Collaborator

Exception in thread "main" java.lang.NullPointerException
at java.lang.String.replace(String.java:2180)
at com.builtbroken.maven.page.Version.toHtml(Version.java:83)
at com.builtbroken.maven.page.Page.outputToFile(Page.java:57)
at com.builtbroken.maven.page.PageBuilder.makeHtmlFile(PageBuilder.java:120)
at com.builtbroken.maven.page.PageBuilder.buildHtmlTable(PageBuilder.java:102)
at com.builtbroken.maven.page.PageBuilder.buildPage(PageBuilder.java:65)
at com.builtbroken.maven.Main.main(Main.java:145)

Config

Thu Jan 15 11:30:06 EST 2015

adfly=2380428
maven=ci.builtbroken.com/maven
group=com.builtbroken.voltzengine
output_location=/var/www/html/maven/com/builtbroken/voltzengine/VoltzEngine/
id=VoltzEngine

@dmodoomsirius
Copy link
Collaborator Author

Found out issue on irc

@DarkGuardsman
Copy link
Owner

Issue was caused by build # being null in the plugin. This was fixed by fixing the maven-meta and initializing the build number to an empty string. This way if it happens again the plugin will not craft.

@dmodoomsirius
Copy link
Collaborator Author

I'll reopen so you have a reminder

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

No branches or pull requests

2 participants