[ https://issues.apache.org/jira/browse/SCM-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962786#comment-17962786 ]
ASF GitHub Bot commented on SCM-731: ------------------------------------ jira-importer opened a new issue, #942: URL: https://github.com/apache/maven-scm/issues/942 **[Mat Booth](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mbooth)** opened **[SCM-731](https://issues.apache.org/jira/browse/SCM-731?redirect=false)** and commented In the client module, the org.codehaus.plexus.embed.Embedder is used. This class was deprecated and removed in future versions of plexus-container-default. In order to build maven-scm against the latest version of plexus-container-default, as we must for inclusion in Fedora Linux for example, a smallish patch must be applied. Please see the attached. The patch removes use of the org.codehaus.plexus.embed.Embedder class, ports all unit tests to latest container and builds the maven-plugin with a newer version of maven. The patch was made against the current svn trunk/git master. All unit tests continue to pass and the command line client still functions normally. Thanks for your time. Edit: Please see the later patch! 0001-port-maven-scm-to-latest-version-of-plexus-default-c.patch --- **Affects:** 1.8.1 **Attachments:** - [0001-ensure-compatibility-with-newer-versions-of-plexus-c.patch](https://issues.apache.org/jira/secure/attachment/12718723/0001-ensure-compatibility-with-newer-versions-of-plexus-c.patch) (_1.80 kB_) - [0001-port-maven-scm-to-latest-version-of-plexus-default-c.patch](https://issues.apache.org/jira/secure/attachment/12718675/0001-port-maven-scm-to-latest-version-of-plexus-default-c.patch) (_23.00 kB_) 1 votes, 4 watchers > [PATCH] port maven-scm to latest version of plexus-container-default > -------------------------------------------------------------------- > > Key: SCM-731 > URL: https://issues.apache.org/jira/browse/SCM-731 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Improvement > Components: maven-scm-client > Affects Versions: 1.8.1 > Reporter: Mat Booth > Assignee: Olivier Lamy > Priority: Major > Attachments: > 0001-ensure-compatibility-with-newer-versions-of-plexus-c.patch, > 0001-port-maven-scm-to-latest-version-of-plexus-default-c.patch > > > In the client module, the org.codehaus.plexus.embed.Embedder is used. > This class was deprecated and removed in future versions of > plexus-container-default. In order to build maven-scm against the latest > version of plexus-container-default, as we must for inclusion in Fedora Linux > for example, a smallish patch must be applied. > Please see the attached. The patch removes use of the > org.codehaus.plexus.embed.Embedder class, ports all unit tests to latest > container and builds the maven-plugin with a newer version of maven. The > patch was made against the current svn trunk/git master. All unit tests > continue to pass and the command line client still functions normally. > Thanks for your time. > Edit: Please see the later patch! > 0001-port-maven-scm-to-latest-version-of-plexus-default-c.patch -- This message was sent by Atlassian Jira (v8.20.10#820010)