Your assembly descriptor dep.xml should include your scripts directory
as a fileset:

    <fileSet>
      <directory>src/bin</directory>
      <outputDirectory>/bin</outputDirectory>
    </fileSet>

Kris Bravo
http://www.corridor-software.us

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 02, 2006 5:04 PM
To: Maven Users List
Subject: RE: scripts/bin directory

What is the lifecycle to use to have these copied over to the target
directory?

I have this:

   <build>
    <scriptSourceDirectory>bin</scriptSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <configuration>
          <descriptor>src/main/assembly/dep.xml</descriptor>
        </configuration>
      </plugin>
    </plugins>
  </build>

But I can't get them copied over... 

-----Original Message-----
From: Dennis 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
> -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:
http://svn.apache.org/viewvc/maven/components/trunk/maven-cli/src/bin/

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to