Deploy javadoc to a maven repo.
daniel Wed, 05/10/2017 - 2:59pm
Deploy sources and javadoc to a maven repository
- Read more about Deploy javadoc to a maven repo.
- Log in to post comments
Validation errors from Maven Javadoc target
daniel Wed, 05/10/2017 - 10:56am
Likely due to the underlying javadoc tool on jdk8: See this question on
stackoverflow
- Read more about Validation errors from Maven Javadoc target
- Log in to post comments
GetFields vs GetDeclaredFields in Java Reflection
daniel Fri, 05/05/2017 - 11:23am
- Read more about GetFields vs GetDeclaredFields in Java Reflection
- Log in to post comments
Access getter/setter methods for a JavaBean by Reflection
daniel Fri, 05/05/2017 - 11:22am
Npm fails to push package to Nexus
daniel Tue, 05/02/2017 - 1:49pm
This can happen when you're using the wrong form of authentication.
When using Realm Auth, npm login seemed to give me a success, but I couldn't publish with it.
npm whoami seemed to look at the wrong url.
From this doc in the Nexus Guide
I had to use the Basic Auth Option which involved:
Creating a hash to use in ~/.npmrc
echo -n 'admin:admin123' | openssl base64
as
registry=https://nexus.mydomain.com/content/groups/npm_repo
email=daniel@bowerstudios.com
always-auth=true
_auth=OUTPUT_FROM_THE_OPENSSL_HASH_ABOVE==
- Read more about Npm fails to push package to Nexus
- Log in to post comments
Install Node on Ubuntu
daniel Tue, 05/02/2017 - 1:20pm
- Read more about Install Node on Ubuntu
- Log in to post comments
Skip recording to the Bash History
daniel Tue, 05/02/2017 - 1:18pm
By starting the command with a " " (a space).
From: technovelty.org
- Read more about Skip recording to the Bash History
- Log in to post comments
Pretty Print Json from the command line
daniel Wed, 04/12/2017 - 2:47pm
- Read more about Pretty Print Json from the command line
- Log in to post comments
Force Reload of StyleSheets and Javascripts in Chrome
daniel Wed, 04/12/2017 - 12:05pm
Open the inspector, and then press Ctrl+Shift+R
From Bart Calixto on stackoverflow
A moment for reflection on the moon
daniel Fri, 03/17/2017 - 9:17am
This is an interesting read about a moment just before the original moon landing. Communion on the moon
- Read more about A moment for reflection on the moon
- Log in to post comments
