Re: Adding an add-on jar to a project

2015-09-07 Thread Russell Gold
I’ve tried that. Note that the missing directory is under target, meaning that it is generated. I have not been able to determine what the “staging” directory is. I suspect that there is a problem in the site generation. Thanks, Russ > On Sep 7, 2015, at 4:07 AM, Adrien Rivard wrote: > > Try

Re: Adding an add-on jar to a project

2015-09-07 Thread Russell Gold
No, sadly. At least it doesn’t appear to help my problem. > On Sep 7, 2015, at 3:55 AM, Niraj Chaudhary > wrote: > > Please confirm if this link is useful? > > http://onjavahell.blogspot.in/2009/12/releasing-multi-module-project-using.html > > Cheers, > Niraj > > On Mon, Sep 7, 2015 at 2:18

Re: Adding an add-on jar to a project

2015-09-07 Thread Adrien Rivard
Try building directly the tag of the version you are releasing, it seems it is missing a directory compared to your trunk version. On Mon, Sep 7, 2015 at 9:55 AM, Niraj Chaudhary wrote: > Please confirm if this link is useful? > > > http://onjavahell.blogspot.in/2009/12/releasing-multi-module

Re: Adding an add-on jar to a project

2015-09-07 Thread Niraj Chaudhary
Please confirm if this link is useful? http://onjavahell.blogspot.in/2009/12/releasing-multi-module-project-using.html Cheers, Niraj On Mon, Sep 7, 2015 at 2:18 AM, Russell Gold wrote: > Hi, > > I am trying to update my library, Simplestub with an optional add-on jar, > simplestub-asm. It seem

Adding an add-on jar to a project

2015-09-06 Thread Russell Gold
Hi, I am trying to update my library, Simplestub with an optional add-on jar, simplestub-asm. It seemed to me that the simplest thing would be to covert it to a multi-module project, so I moved the original project down a level, created a parent pom in its place, and the add-on as a second nest