Re: [Dspace-tech] Using Maven Overlays to customize Submission Process

2013-04-01 Thread André
Dear all, Just to clarify things about the project structure, could you please tell me what's the best way to modifying core files: If I want to modify things in the [dspace-src]/dspace-api/src/main/java/org/dspace then I can put my new files in the [dspace-src]/dspace/modules/additions/src/main/

Re: [Dspace-tech] Using Maven Overlays to customize Submission Process

2012-06-13 Thread César Sabater
Yes Robin, that make sense. Thanks you all! 2012/6/12 Mark Diggory > > > On Tue, Jun 12, 2012 at 6:38 AM, helix84 wrote: > >> On Tue, Jun 12, 2012 at 3:19 PM, César Sabater >> wrote: >> > I was trying to create a new item-submission step but a concern came to >> me >> > about were should I pla

Re: [Dspace-tech] Using Maven Overlays to customize Submission Process

2012-06-12 Thread Mark Diggory
On Tue, Jun 12, 2012 at 6:38 AM, helix84 wrote: > On Tue, Jun 12, 2012 at 3:19 PM, César Sabater > wrote: > > I was trying to create a new item-submission step but a concern came to > me > > about were should I place the API processing class of the step. Since > > there's no folder inside [ds-sr

Re: [Dspace-tech] Using Maven Overlays to customize Submission Process

2012-06-12 Thread helix84
On Tue, Jun 12, 2012 at 3:19 PM, César Sabater wrote: > I was trying to create a new item-submission step but a concern came to me > about were should I place the API processing class of the step. Since > there's no folder inside [ds-src]/dspace/modules that corresponds to > dspace-api changes. Sh

[Dspace-tech] Using Maven Overlays to customize Submission Process

2012-06-12 Thread César Sabater
Hi All, I was trying to create a new item-submission step but a concern came to me about were should I place the API processing class of the step. Since there's no folder inside [ds-src]/dspace/modules that corresponds to dspace-api changes. Should I create a class in [ds-src]/dspace-api/src/main/