Wednesday 28 July 2010

Adding Flickrj 1.2 to maven

First download Flickrj and install locacally.

run this command from the install dir

mvn install:install-file 
-Dfile=flickrapi-1.2.jar 
-DgroupId=com.aetrion.flickr 
-DartifactId=flickrapi 
-Dversion=1.2 
-Dpackaging=jar

to reference the artifact in your pom add


com.aetrion.flickr
flickrapi
1.2

No comments: