On Thu, Apr 19, 2012 at 11:25 AM, Fabian Christ <[email protected]> wrote: ... > Am 19. April 2012 11:01 schrieb Bertrand Delacretaz <[email protected]>: >> There should just be an explanation somewhere of how to create that >> deps package (in pom comments or jira). > > ...Another way would be to checkin the deps package to svn. But are we > allowed to have the deps package in our svn? Maybe a /deps folder at > the same level as /trunk. This ensures that deps are not part of any > release but are hosted in svn for our convenience...
That would be fine IMO: dependencies checked in (considering we have very few of them that's fine), and the deps package created via mvn:assembly or something similar. That's a temporary solution anyway, until those deps are in maven central. -Bertrand
