jira-importer commented on issue #659: URL: https://github.com/apache/maven-scm/issues/659#issuecomment-2964611675
**[Dan Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)** commented FileSet do have some meaning with Export api /** * Create an exported copy of the repository on your local machine * * @param repository the source control system * @param fileSet the files are copied to the {@link org.apache.maven.scm.ScmFileSet#getBasedir()} location * @return * @throws ScmException if any */ ExportScmResult export( ScmRepository repository, ScmFileSet fileSet ) throws ScmException; so I we cant not get rid of it. I will put it back supporting workingDirectory at Export command level. However at Plugin level, there is no need to passing exportDirectory -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
