Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-09 Thread Christian Scheible
rc=search#comment-40076646 *From:* Terry Brady [tw...@georgetown.edu] *Sent:* Tuesday, April 08, 2014 12:16 PM *To:* Christian Scheible *Cc:* dspace-tech *Subject:* Re: [Dspace-tech] Maven - Local Code as a Maven Projec

Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Pottinger, Hardy J.
: Tuesday, April 08, 2014 12:16 PM To: Christian Scheible Cc: dspace-tech Subject: Re: [Dspace-tech] Maven - Local Code as a Maven Project I have struggled with the maven configuration for my instance. I have a custom plugin to generate thumbnails with ImageMagick. Fortunately, once I upgraded to

Re: [Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Terry Brady
I have struggled with the maven configuration for my instance. I have a custom plugin to generate thumbnails with ImageMagick. Fortunately, once I upgraded to DSpace 3, I was able to use the additions module to contain my plugin. Looking at my code prior to DSpace 3, I believe that I needed to l

[Dspace-tech] Maven - Local Code as a Maven Project

2014-04-08 Thread Christian Scheible
Hi together, I was trying to add a maven module to our version of DSpace to seperate our code from the rest. This was needed because of dependency conflicts (Our code has dependencies which can't be added to additions/pom.xml without problems). My Problem is that one of the classes in our modul