Hi, > Default layout of maven 2.0 is a burden for me. as I have many jar with > same > group and if I need to use default layour of Maven 2.0 then I need to > create > seprate directory for each jar. > > So please help me to configure legacy layout for local repository. > > I tried to configure it but could not suceed. > > IT would be very help fule if you can give me pom/setting configuration.
Why don't you just use "mvn deploy:deploy-file" or "mvn install:install-file"? Maven automatically creates the necessary directory structure for you. http://maven.apache.org/plugins/maven-install-plugin/ http://maven.apache.org/plugins/maven-deploy-plugin/ http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html HTH Thorsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
