Maintain an internal repository and put there your own jars and plug-ins and whatever you have patched for your own purposes. To distinguish your own patched versions you can use the classifier marker in the dependency declaration.
Andreas -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of jan_bar Sent: Saturday, September 30, 2006 1:11 PM To: [email protected] Subject: Re: Patching plugins Hi, sorry for misunderstanding. My question is about how I can share the patched plugins with my team. Most of the patches were already done by someone else, but there is no public SNAPSHOT build. Jan "Kenney Westerhof" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > Not that I'm aware of, but it's basically the same as providing patches > for any open source project: check out the source, modify it, svn diff > patch > and attach the patch to the issue tracker so others can benefit. > > What part of the wiki is unclear? > > -- Kenney > > jan_bar wrote: > > Hi, > > > > I need to patch several plugins, but it seems too complicated to do. I > > already read > > http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins, but I do > > not fully understand it. Are there any other resources about this topic? > > > > Thanks, Jan > > > > List of needed patches: > > * xmlbeans-maven-plugin - use xbeans-2.2 instead of xbeans-2.0 > > * maven-ejb-plugin - use 2.1-SNAPSHOT (EJB3 support) > > * xdoclet-maven-plugin - use xjavadoc-1.1-j5-v4, xjavadoc-1.1 chokes on Java > > 5 annotations > > > > > > > > > > --------------------------------------------------------------------- > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
