655656657658659660661662663664665
final Component component = new Component(); final FileSet fs = new FileSet(); fs.setDirectory( "/dir" ); component.addFileSet( fs ); Writer fw = null; try {
722723724725726727728729730731732
final Component component = new Component(); final FileSet fs = new FileSet(); fs.setDirectory( "${groupId}-dir" ); component.addFileSet( fs ); Writer fw = null; try {