What's in the descriptor is simple and as far as I can tell has nothing to do 
with the error.

<assembly>
  <id>source-release</id>
  <formats>
    <format>zip</format>
  </formats>
  <fileSets>
    <!-- main project directory structure -->
    <fileSet>
      <directory>.</directory>
      <outputDirectory>/</outputDirectory>
      <useDefaultExcludes>true</useDefaultExcludes>
      <excludes>
        <!-- build output -->
        
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude>
      </excludes>
    </fileSet>
  </fileSets>
</assembly>




________________________________
From: Nick Stolwijk <nick.stolw...@gmail.com>
To: Maven Users List <users@maven.apache.org>
Sent: Mon, October 26, 2009 4:25:10 PM
Subject: Re: Create zip of multi-module project

And what do you have in your descriptor?

With regards,

Nick Stolwijk
~Java Developer~

IPROFS BV.
Claus Sluterweg 125
2012 WS Haarlem
http://www.iprofs.nl


On Mon, Oct 26, 2009 at 10:59 PM, Michael Remijan <mjremi...@yahoo.com>wrote:

> src/assemblies/source-release.xml
>

Reply via email to