Friday, April 22, 2011

New Toy:maven2

Started playing with maven2, trying to set it all up. Safaribooks FTW!

So after playing around with it for a while, and trying to solve all the dependencies of a project I had already created, I finally have a working project, with a good pom file, and was able to make it into a jar file that includes all its dependencies.

The main problem I was having:
The maintainers of mina had put "bundle" as the type in many places instead of jar. An awesome " find -iname '*.pom' | xargs sed -i 's/>bundlejar
I will edit this post later for more details on the many mistakes I made on my way to compilation...now...some sleep is in order!

No comments:

Post a Comment