Skip to content

Commit

Permalink
Adding components file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcdowall committed May 2, 2017
1 parent d760b2e commit c6ba0fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/META-INF/plexus/components.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<component-set>
<components>
<component>
<role>org.apache.maven.wagon.Wagon</role>
<role-hint>ipfs-ipfsclient</role-hint>
<implementation>io.nia.ipfs.IpfsWagon</implementation>
<instantiation-strategy>per-lookup</instantiation-strategy>
</component>
</components>
</component-set>

0 comments on commit c6ba0fc

Please sign in to comment.