On Tue, 30 Sep 2003, Robles, Rogelio wrote: > > What this means inside project.xml? Is there a plugin that uses this tag for > what? Which plugin?
Have you tried to read the docs? The <distributionDirectory> tag is described in http://maven.apache.org/reference/project-descriptor.html. Take a look at <distributionSite> too. It is used when you are deploying a artifact to the repository. From the jar:deploy goal: "Deploy a jar to the remote repository. The jar is built using the java:jar goal" Hope this helps. Trygvis > > * Add <distributionDirectory> to the project.xml > > Thanks, > Rogelio > > > -----Original Message----- > > From: Trygve Laugst�l [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 30, 2003 9:42 AM > > To: Maven Users List > > Subject: RE: MavenProxy > > > > > > On Tue, 30 Sep 2003, Robles, Rogelio wrote: > > > > > > > > I think it's a prety cool idea! I'm using it. > > > > > > but also I'd like to have handy an Apache Server httpd.conf file > > > configuration to publish a repository, can somebody share > > it with the > > > mailing list? > > > > > > > What do you mean? If you want to create a company wide repos: > > > > * Create a directory in /usr/local/maven-repos/ > > * Add a maven-repos group > > * Make the dir group writeable and sticky > > * All that should be able to write in the directory > > * Add <distributionDirectory> to the project.xml > > * Add Alias /maven-repos/ /usr/local/maven-repos to httpd.conf > > > > Should work :) > > > > > > > > Thank you, > > > Rogelio > > > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > > > > > It's just a great tool, more info on : > > > > > > > > http://wiki.codehaus.org/maven/MavenProxy > > > > > > > > > Thanks. > > > > > > > > > > Paul > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
