Skip to content

Commit f9a484e

Browse files
author
Roger Hu
committed
Update Plexus components so Git-related tests will pass.
1 parent 1a6dfc6 commit f9a484e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/resources/META-INF/plexus/components.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@ under the License.
3737
<implementation>org.apache.maven.scm.provider.svn.svnjava.SvnJavaScmProvider</implementation>
3838
<!-- <implementation>org.apache.maven.scm.provider.svn.svnexe.SvnExeScmProvider</implementation> -->
3939
</component>
40+
41+
<component>
42+
<role>org.apache.maven.scm.provider.ScmProvider</role>
43+
<role-hint>git</role-hint>
44+
<implementation>org.apache.maven.scm.provider.git.gitexe.GitExeScmProvider</implementation>
45+
</component>
46+
4047
</components>
4148
</component-set>

0 commit comments

Comments
 (0)