Yeah, this looks fine.
BTW, I'm officially done using git-svn. While I like Git as a tool in
itself, the workflow of git-svn is dangerous IMO. All of the code fixes
you put in place after I did the RC last week were already in my local
git repo, I just forgot to call `git svn dcommit`.
Unbelievable.
Apologies for the sloppy process.
-john
Brett Porter wrote:
On 27/07/2009, at 3:02 AM, Brett Porter wrote:
Modified:
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/resources/META-INF/plexus/components.xml
URL:
http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=793706&r1=793705&r2=793706&view=diff
==============================================================================
---
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/resources/META-INF/plexus/components.xml
(original)
+++
maven/maven-2/branches/maven-2.2.x/maven-core/src/main/resources/META-INF/plexus/components.xml
Mon Jul 13 20:42:21 2009
@@ -624,15 +624,28 @@
</component>
<component>
+
<role>org.apache.maven.artifact.manager.WagonProviderMapping</role>
+ <role-hint>maven</role-hint>
+
<implementation>org.apache.maven.artifact.manager.DefaultWagonProviderMapping</implementation>
+ <configuration>
+ <wagonProviders>
+ <http>lightweight</http>
+ <http>lightweight</http>
+ </wagonProviders>
+ </configuration>
+ </component>
should the second one here be <https> ?
Since this type of override doesn't always work in Plexus, I made a
change to set it programmatically (Which is consistent with everything
else in this regard). Does the change look ok to you?
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]