fs = new FileSet();
fs.setDirectory( "/third-dir" );
final Component component = new Component();
component.addFileSet( fs );
new DefaultAssemblyReader().mergeComponentWithAssembly( component, assembly );
final List<FileSet> fileSets = assembly.getFileSets();