On 31 May, 2006, at 15:55 , Chris Eidhof wrote:
But this doesn't work, when I do a: "mvn clean package assembly:directory" I get an error that I don't understand:
OK, that was lame, I misspelled my module-names. But the next problem: I want to exclude a dependency in my moduleSet. Now, my moduleSet looks like this:

      <moduleSet>
            <includes>
                <include>aardrock.cheetah.cheetah-core</include>
                <include>aardrock.cheetah.launcherf</include>
            </includes>
            <binaries>
<outputDirectory>plugins/${artifactId}</ outputDirectory>
                <includeDependencies>true</includeDependencies>
                <unpack>false</unpack>
            </binaries>
        </moduleSet>

Is it possible to use a dependencySet instead of includeDependencies? And why doesn't moduleSet show up at http://maven.apache.org/plugins/ maven-assembly-plugin/assembly.html ?

Thanks,

-chris



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

Reply via email to