Try adding a <directory>.</directory> under fileset like below
<?xml version="1.0"?>
<assembly>
...
<fileSets>
<fileSet>
<directory>.</directory>
<includes>
....
</includes>
</fileSet>
</fileSets>
...
</assembly>
On windows you can use '/' but this won't work on *nix boxes, where you have
to use '.'
--
View this message in context:
http://www.nabble.com/Maven-Assembly-Plugin-tp16351103p25783885.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]