On Mon, Nov 9, 2009 at 06:42, maven apache <[email protected]> wrote:
> > > > Add a dependency to that and it will end up in the lib folder. Create > > that extra jar artifact with a classifier in the Sa project. > > > If so I will have to jars under the lib,and this two jars own some same > classes, maybe conflict? > You would then only have a dependency to the jar containing the required classes. Not both jars. > > for the classes: use the unpack goal of the dependency plugin. Define the > > classes you want through the include param. > > Which plugin? jar plugin? > > As I wrote, the dependency plugin: http://maven.apache.org/plugins/maven-dependency-plugin/ /Anders
