If the lib directory were moved to target/lib, where would it appear in the tar.gz that is created? It is convenient to have the locations match, because then we can run testing out of our accumulo workspaces.
Billie ----- Original Message ----- > From: "Benson Margulies" <[email protected]> > To: [email protected] > Sent: Tuesday, March 13, 2012 7:10:33 PM > Subject: Re: assembly pom > On Tue, Mar 13, 2012 at 6:25 PM, David Medinets > <[email protected]> wrote: > > On Tue, Mar 13, 2012 at 4:21 PM, Keith Turner <[email protected]> > > wrote: > >> I do not know how it happens, but somehow the jars generated by > >> some > >> of the child projects end up in the top level lib dir. Could that > >> be > >> what this was doing? > > > > The question is answered in the top-level pom.xml file. There is a > > maven-jar-plugin section that sets outputDirectory to be ../../lib. > > Thus the jar files are placed into the top-level lib directory. I'd > > suggest this value be changed to ../../target/lib. And after the > > extra > > src level is removed, then ../target/lib or simply target/lib. > > Unless we want to do all this the 'conventional' way ... which would > have the disadvantage of not building up the lib directory (or the > target/lib directory) incrementally.
