Maven

Maven Artifact graph

Maven Artifact graph

This post is part of a multipart series about creating a graph off all available Maven dependencies.

Read More
Creating a Maven resolver

Creating a Maven resolver

This post is part of a multipart series about creating a graph off all available Maven dependencies.

Read More
Writing a Neo4J extension

Writing a Neo4J extension

This post is part of a multipart series about creating a graph off all available Maven dependencies.

Read More

Using XML catalogs for your JAX-WS generated code

The latest JAX-WS standards make the implementation of a webservice a breeze. lately i needed to implement a client from which a WSDL is available. That proces is simple, but the client has issues when starting, the WSDL defined in the generated code is not available. In this post i describe a (the) solution to overcome this.

Read More

Did you know...

The Maven Site plugin uses by default the apt format. Although it is a simple and straight forward format I personally prefer the Confluence markup and DocBook. Confluence I use for my personal Wiki and at various projects I use DocBook for the documentation.

Read More

Why I think builds should be reproducible

Today I was reading DZone and cam across this article “Maven the Version Number Nazi. First of all I think the word Nazi is inappropriate but that’s besides the point made by the author.

Read More

Adding your artifacts to the public maven repo

Ever had a project that you want to share with every body and not want them to get your source code, build and install it public repository?

Read More