Esquire Theme by Matthew Buchanan
Social icons by Tim van Damme

09

Jan

Get Maven to use the latest version for a dependency

I finally figured out how to get maven to use the latest version of a dependency while keeping the builds reproducible. What PITA. 

http://stackoverflow.com/questions/30571/how-do-i-tell-maven-to-use-the-latest-version-of-a-dependency/8795380#8795380

10

Dec

Added Twilio to my Maven respository

Added some Maven support to twilio: https://github.com/twilio/twilio-java However its still not in the central repository so I have added it my repositry.

Hopefully they’ll take my changes and create an Nexus account: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

22

Oct

Added Spring Social LinkedIn into my Maven Repo

Spring Social has a SNAPSHOT version of spring-social-linkedin but has not released it as 1.0.0.RELEASE and unfortunately the milestone release is too far behind.

If you are using the maven release plugin it will not let you release with SNAPSHOT dependencies. I tried using the Maven Version plugin to get around this but I could not figure it out so I used my good ole custom maven repository:

13

Jul

Javadoc errors with Maven and AspectJ

Make sure you name your AspectJ declarity files with an “.aj” suffix and not “.java”.

If you don’t you will get Javadoc errors and other weird oddities while everything else will seem to work.

Maven errors:

17

May

Made ehcache-spring-annotations support AspectJ

The project ehcache-spring-annotations did not support AspectJ. I think I have fixed that and posted my changes to github:

https://github.com/agentgt/ehcache-spring-annotations

I’ll probably have to make my own version of the jar and put in my own personal maven repo

http://mvn-adamgent.googlecode.com/svn/maven/

UPDATE 11/8/2011

Please read:

http://groups.google.com/group/ehcache-spring-annotations/browse_thread/thread/ee03ac1be7e29de4/1b099dc797cb6aff?lnk=gst&q=adam+gent#1b099dc797cb6aff

and

http://groups.google.com/group/ehcache-spring-annotations/browse_thread/thread/1bf3ab92d6e2fba2/dccd7dc9c9790603?lnk=gst&q=aspectj#dccd7dc9c9790603

I have still not had a chance to push my changes to the official SVN repo that Eric and Nicholas run…. apologies.

15

May

Added zxing to my own Maven Repo


So ZXing does not have their jars in the maven repo.
Well I fixed that by making my own.