Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-08 Thread Andy Law
Date: Wednesday, 8 January 2025 at 13:09 To: Maven Developers List Subject: Re: Contributing a Pull Request for the enforcer plugin - branch etiquette This email was sent to you by someone outside the University. You should only click on links or attachments if you are certain that the email is

Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-08 Thread Elliotte Rusty Harold
Also note that new enforcer rules do not have to ship with the plugin. There are many that are not bundled with the core plugin such as the extra-enforcer-rules and the Java Linkage checker rule

Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-08 Thread Elliotte Rusty Harold
IRA” thread… > > From: Andy Law > Date: Wednesday, 8 January 2025 at 09:35 > To: Maven Developers List > Subject: Re: Contributing a Pull Request for the enforcer plugin - branch > etiquette > That would be easier if there was an ‘Issues’ tab on the > apache/maven-enforcer

Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-08 Thread Andy Law
…and then I realised that this relates to the “Migration from JIRA” thread… From: Andy Law Date: Wednesday, 8 January 2025 at 09:35 To: Maven Developers List Subject: Re: Contributing a Pull Request for the enforcer plugin - branch etiquette That would be easier if there was an ‘Issues’ tab on

Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-08 Thread Andy Law
, 7 January 2025 at 22:46 To: Maven Developers List Subject: Re: Contributing a Pull Request for the enforcer plugin - branch etiquette This email was sent to you by someone outside the University. You should only click on links or attachments if you are certain that the email is genuine and the

Re: Contributing a Pull Request for the enforcer plugin - branch etiquette

2025-01-07 Thread Elliotte Rusty Harold
Please start by filing an issue describing what the intended rule will do. It's easier to understand in prose than code. On Tue, Jan 7, 2025 at 10:02 PM Andy Law wrote: > > All, > > I’ve written some code to extend the enforcer plugin to include a “mutually > exclusive profiles” rule. I’m ready

Re: Contributing on the maven Checkstyle plugin

2019-12-12 Thread Benjamin Marwell
There you go: https://github.com/apache/maven-checkstyle-plugin/pull/17 I also created an improvement issue for this: https://issues.apache.org/jira/browse/MCHECKSTYLE-385 Do you need a --sign-off? Also, I haven't signed the CLA yet. Maybe the code change is insignificant enough, because it does

Re: Contributing on the maven Checkstyle plugin

2019-12-11 Thread Enrico Olivelli
Ben, Welcome aboard! Feel free to send a PR we can discuss there better for such task. Feel free to tag me @eolivelli Cheers Enrico Il mer 11 dic 2019, 17:19 Benjamin Marwell ha scritto: > Hi all, > > I'm new to this list and have contributed a single commit to CXF so far and > would like to s

Re: Contributing to Apache Maven

2016-06-30 Thread Kristian Rosenvold
Just to be clear about this; only actual committers on the project are allowed to assign an issue to themselves. If you want to fix an issue you will just need to attach a patch to the jira or a pull request. Kristian 2016-06-30 12:30 GMT+02:00 Stian Soiland-Reyes : > If you have registered for

Re: Contributing to Apache Maven

2016-06-30 Thread Stian Soiland-Reyes
If you have registered for a Jira account then you should be able to add a Comment to any Jira ticket. Is there one in particular you would like to work on? Feel free! You can also just send an email here, saying "I am having a look at MAVEN-123". Nobody restricts you from working on a ticket! Yo

Re: Contributing to Apache Maven

2016-06-29 Thread Rajiv Jain
Hi Could someone have a quick at this? I have been kindly waiting and wish to pick up a ticket. Thanks. Regards, Rajiv > On 21 Jun 2016, at 20:15, Rajiv Jain wrote: > > Hi > > I have created a JIRA account and wish to assign myself a JIRA ticket. How > can I assign a ticket to myself? It m

Re: Contributing to Apache Maven

2016-06-22 Thread Karl Heinz Marbaise
Hi, On 6/21/16 9:15 PM, Rajiv Jain wrote: Hi I have created a JIRA account and wish to assign myself a JIRA ticket. Ok... > How can I assign a ticket to myself? Have you tried to do a "Assign to me" ? If not possible one of the DEV's could do so... > It mentions on the wiki, that I shou

Re: Contributing to Maven

2014-12-24 Thread Karl Heinz Marbaise
Hi, best is to create a patch which is attached to the jira issue... And yes maven itself is in Git...and take a look if after you change all tests are correctly working... So somplest is to create a fork of the apache repository create a local branch according to the issue and create an app

Re: Contributing to Maven

2014-12-24 Thread Raghavendra Vaidya
I was looking at bug list and found this - MavenMNG-5721 Which is a possible null pointer exception in org.apache.maven.repository. MetadataResolutionResult It is a fairly easy fix where you have to assign the output of initList function to a private variable …. I want to fix it. Can some one

Re: Contributing to Maven

2014-12-23 Thread Karl Heinz Marbaise
Hi, On 12/23/14 2:45 AM, Raghavendra Vaidya wrote: I have downloaded, built and setup maven code on intellij I am able to debug the maven build on the IDE. I want to start contributing to the project by fixing bugs. http://maven.apache.org/guides/development/guide-helping.html Furthermo

Re: Contributing to Maven

2014-12-22 Thread Manfred Moser
http://javaadventure.blogspot.ca/2012/07/do-you-want-to-become-maven-committer.html Raghavendra Vaidya wrote on 22.12.2014 17:45: > I have downloaded, built and setup maven code on intellij I am able to > debug the maven build on the IDE. > > I want to start contributing to the project by f

Re: Contributing a plug-in

2007-06-20 Thread Brett Porter
It's also worth considering contributing it to installjammer itself. On 20/06/2007, at 11:55 PM, Jason van Zyl wrote: On 20 Jun 07, at 6:37 AM 20 Jun 07, Donovan, Aaron wrote: I'd like to contribute a plug-in that wraps installjammer, www.installjammer.com. We use it to create GUI installer

Re: Contributing a plug-in

2007-06-20 Thread Jason van Zyl
On 20 Jun 07, at 6:37 AM 20 Jun 07, Donovan, Aaron wrote: I'd like to contribute a plug-in that wraps installjammer, www.installjammer.com. We use it to create GUI installers as part of the build process. Should I just submit a Jira issue and attach the code? I'm sure that this has been aske

Re: Contributing several report entries from a Maven Report mojo?

2006-04-02 Thread Brett Porter
No. Vincent Massol wrote: > Hi, > > Is it possible for a single report mojo to contribute several report entries > in the left menu? > > Thanks > -Vincent > > > > > > > ___ > Nouveau : téléph

RE: Contributing

2005-09-06 Thread Vincent Siveton
-- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 06, 2005 8:32 AM > To: Maven Developers List; [EMAIL PROTECTED] > Subject: Re: Contributing > > fixed in SVN, thanks > > James Mitchell wrote: > > > > > FYI - You g

Re: Contributing

2005-09-06 Thread Brett Porter
fixed in SVN, thanks James Mitchell wrote: > > FYI - You guys probably already know, but the link for "Building > Maven 2.0" on this page: http://maven.apache.org/maven2/ > about.html#get-involved/ > > ...gets me a "Page Not Found". > > > > -- > James Mitchell > Software Engineer / Open Source