RE: scripts/bin directory

2006-06-08 Thread Bravo, Kris
Subject: RE: scripts/bin directory What is the lifecycle to use to have these copied over to the target directory? I have this: bin maven-assembly-plugin src/main/assembly/dep.xml But I can't get them copied

RE: scripts/bin directory

2006-06-02 Thread EJ Ciramella
ennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 4:59 PM To: Maven Users List Subject: Re: scripts/bin directory EJ Ciramella wrote: > According to the following document > > http://maven.apache.org/guides/introduction/introduction-to-the-standard > -dire

Re: scripts/bin directory

2006-06-02 Thread Dennis Lundberg
EJ Ciramella wrote: According to the following document http://maven.apache.org/guides/introduction/introduction-to-the-standard -directory-layout.html Where are scripts supposed to be located (and where is this mentioned on the site)? The scripts for Maven 2 itself is in src/bin/ See: h

Re: scripts/bin directory

2006-06-02 Thread Max Cooper
I am just another Maven user, so don't take this response as Maven gospel... I assume you mean scripts that end users will run to start your application, or something of that nature. I am not aware of any plugins that do anything with such scripts, so I don't think there is a prescribed locat

scripts/bin directory

2006-06-02 Thread EJ Ciramella
According to the following document http://maven.apache.org/guides/introduction/introduction-to-the-standard -directory-layout.html Where are scripts supposed to be located (and where is this mentioned on the site)?