Re: Maven Security, @Component and MNG-4384

2019-06-24 Thread Chris Graham
gt; > Hi > > > > Did you have a look to > org.apache.maven.settings.crypto.SettingsDecrypter? > > > > It can be injected as a component then you can call decrypt on it > passing a > > request to the method. You get a new null server if it is not encrypted >

Maven Security, @Component and MNG-4384

2019-06-23 Thread Chris Graham
Hi everyone, I need to add the ability to load users, passwords etc in a 3rd party plugin. It currently requires a userid and password in the section of the pom (ugh), ideally, I'd like to look them up from the section of settings.xml, and even better yet, make use of being able to decrypt pass

Re: Building Javadocs and site on CI

2018-12-30 Thread Chris Graham
I am used to running mvn clean install site on my Jenkins build jobs and then let the Jenkins checkstyle, find bugs etc plugins display the results/trends over builds. And I thought the ASF Jenkins used to have this feature. Are there any plans to restore this? Also, I attempted to build all o

maven site generation: mvn clean install site

2018-12-29 Thread Chris Graham
Hi everyone, I was doing some work on maven-release and I ran 'mvn clean install site' on it (as I usually do), and the build fails with a velocity parsing error. The fix was simple: upgrade fluido-skins from 1.3.1 to 1.7 in site.xml. Looking at the jenkins build jobs, it looks like the site com

Jenkins URL's

2018-12-29 Thread Chris Graham
Hi Everyone, I've finally managed to get back to some maven dev work! :) In looking through the pom's I can see that some of the links for Jira and Jenkins are broken. Have the jenkins servers and jobs finally established a final URL? For example, the maven-release plugin: current git value:

Re: Build vs Consumer POM study

2018-04-19 Thread Chris Graham
If I've read through (and understood !!!) this thread correctly, then I'd like to add this: As the discussions reflect the mature (read: wierd and wonderful!) ways that Maven is being used, then it is looking like more and more edge cases are coming up (eg, profiles), and that would appear to redu

Re: Maven 4.0.0

2017-11-11 Thread Chris Graham
One more: Better support for classifiers. ideally be able to reference them via a {$project.classifier} type of construct, esp so I can use/reference them in assemble transformations. This might be able to be done without bumping to V4 though. On Sun, Nov 12, 2017 at 6:41 PM, Chris Graham

Re: Maven 4.0.0

2017-11-11 Thread Chris Graham
required: - *everything* in settings.xml can be put in a profile section in settings.xml. I often move around/between projects and having to redo mirrors section, and unable to add servers into the profile section for clarity is a pain. For me, it's just a matter of convienence. On Sat, Nov 4,

Re: Question...concerning classifier

2017-09-07 Thread Chris Graham
t; On Thu 7 Sep 2017 at 08:26, Chris Graham wrote: >> >> Hi Karl, >> >> Did you ever find what you were looking for? >> >> I came across this in a search on classifiers as I want to be able to >> access them as a part of a filter/transformation when the ass

Re: Question...concerning classifier

2017-09-07 Thread Chris Graham
Hi Karl, Did you ever find what you were looking for? I came across this in a search on classifiers as I want to be able to access them as a part of a filter/transformation when the assemble plugin does it's job. I am finding that classifiers are not well documented their usage at all! :-( Se

[jira] [Comment Edited] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-14 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698029#comment-14698029 ] Chris Graham edited comment on MPIR-234 at 8/15/15 2:1

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-14 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698032#comment-14698032 ] Chris Graham commented on MPIR-234: --- +1 Making the URL's longer just incr

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-14 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698029#comment-14698029 ] Chris Graham commented on MPIR-234: --- >> It should not be displayed, or inferre

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-13 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696274#comment-14696274 ] Chris Graham commented on MPIR-234: --- "So the question becomes what do we p

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-13 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696261#comment-14696261 ] Chris Graham commented on MPIR-234: --- "it's a general contract that should b

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-13 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696247#comment-14696247 ] Chris Graham commented on MPIR-234: --- I see a general drift towards a Git cen

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-09 Thread Chris Graham (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679583#comment-14679583 ] Chris Graham commented on MPIR-234: --- Just too add some more fuel to the fire. :)

Re: Full migration to Git

2015-06-01 Thread Chris Graham
Sent from my iPad > On 2 Jun 2015, at 12:16 am, Jason van Zyl wrote: > > I think we have that PoC with Mojo moving to Github no? Baptiste, was this an > issue? > > I think it will just be easier to do it all from Git. I don’t think we’re > going to lose anything in the translation directly

Re: Full migration to Git

2015-06-01 Thread Chris Graham
+1. Sent from my iPad > On 1 Jun 2015, at 6:08 pm, Arnaud Héritier wrote: > > For me it should be one per plugin, shared component. > Everything which has its own release lifecycle must have its own repo > >> On Mon, Jun 1, 2015 at 10:04 AM, Chris Graham wrote: >>

Re: Full migration to Git

2015-06-01 Thread Chris Graham
So how are we planning to calve up the migration? A repo per trunk? An all in one blob? A mixture, if so, split along what lines? -Chris On Sun, May 31, 2015 at 6:57 PM, Jason van Zyl wrote: > Great, thanks Baptiste. > > > On May 31, 2015, at 4:36 AM, Baptiste Mathus wrote: > > > > See https:

SCM: ClearCase tests failing on Windows

2015-04-29 Thread Chris Graham
Hi All. I'm getting these (this is one of three) failures when being built on windows: ClearCaseEditCommandTest.testCommand:41->ScmTestCase.assertCommandLine:367 expected:<...C "cleartool co -nc [C:\Documents and Settings\admin\workspace\maven-scm\maven-scm-providers\maven-scm-provider-clearcase\

Re: Re : ASF Jira Issues

2015-04-22 Thread Chris Graham
t; Hervé > - Mail d'origine - > De: Chris Graham > À: Maven Developers List > Envoyé: Wed, 22 Apr 2015 13:41:21 +0200 (CEST) > Objet: ASF Jira Issues > > Hi All. > > I can see that I'm a member of jira-users and maven-developers in the ASF > jira. >

Re: Re : ASF Jira Issues

2015-04-22 Thread Chris Graham
t; > Hervé > - Mail d'origine - > De: Chris Graham > À: Maven Developers List > Envoyé: Wed, 22 Apr 2015 13:41:21 +0200 (CEST) > Objet: ASF Jira Issues > > Hi All. > > I can see that I'm a member of jira-users and maven-developers in the ASF > jira. > &

ASF Jira Issues

2015-04-22 Thread Chris Graham
Hi All. I can see that I'm a member of jira-users and maven-developers in the ASF jira. I'd like to assign some work to myself, but I do not seem to be able too. How does one do that? -Chris

Re: svn tagging fails in release:prepare ???

2015-04-21 Thread Chris Graham
If you add some tests, please make sure that can still release from branches, as all of my corporate work was like that. There were some circumstances when a release would go nuts, and the URL in the SCM section of the Pom was not left as trunk or branches, but the tag itself. Is that what happ

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-21 Thread Chris Graham
annApr 1 Default clone doesn't get you master branch but some old and outdated branch Chris Graham Apr 1 to Maven I will try to find an oracle one. Anders did manage to try the IBM one, and it worked... :( Chris Graham Apr 1 to Maven Hi Raphael! Thanks for that. I thought that

IBM RAM (Rational Asset Manager) as a Maven repo mgr

2015-04-19 Thread Chris Graham
Ha! I was not aware of this, but evidently you can. Anyone know of anyone who has used it as such? I might see if I've got a VM to play with... http://www-01.ibm.com/support/knowledgecenter/SSUS84_7.5.1/com.ibm.ram.doc/topics/c_maven_library.html -Chris

Re: release-plugin: push changes after perform for DCVS

2015-04-13 Thread Chris Graham
more than likely to complicate matters. Eg, what happens to duplicate tags on separate repos if someone should accidently attempt to push them later on? (might be a bad example) Just my experience. -Chris > > Regards Mirko > -- > http://illegalstateexception.blogspot.com/ > https://github.com/mfriedenhagen/

Re: release-plugin: push changes after perform for DCVS

2015-04-12 Thread Chris Graham
I'm not actually sure of what problem you're trying to solve here. On Sat, Apr 11, 2015 at 6:49 AM, Mirko Friedenhagen < mfriedenha...@apache.org> wrote: > Hello, > > we now have pushChanges and localCheckout in the release:prepare goal. > IMO pushing commits and tags after a successful release:p

Re: release-plugin: push changes after perform for DCVS

2015-04-12 Thread Chris Graham
On Sat, Apr 11, 2015 at 7:06 PM, Mirko Friedenhagen wrote: > Stephen, > > this does sound even more reasonable. release.properties is deleted at the > end of perform, so the goal could only rely on information in the pom. > > Doesn't release:clean effectively do that? > Regards > Mirko > -- >

Re: svn commit: r1672232 - /maven/pom/trunk/maven/pom.xml

2015-04-09 Thread Chris Graham
t; URL: > > > http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1672232&r1=1672231&r2=1672232&view=diff > > > > > == > > --- maven/pom/trunk/maven/pom.xml (original) > > +++ maven/pom/trunk/maven/pom.

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-03 Thread Chris Graham
deadlock, I suppose you'll discover unexpected the stderr content that > cause > the issue :) > > Regards, > > Hervé > > Le jeudi 2 avril 2015 14:03:33 Chris Graham a écrit : > > This is nuts! > > > > Has anyone else ever had the scm build hang at this po

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Chris Graham
d line exclusively. Thanks for your thoughts. I will given them all a go when I'm back in front of the VM. :-) -Chris > Kind regards > Karl Heinz Marbaise > > > On 4/2/15 3:11 AM, Chris Graham wrote: >> Hey All. >> >> I've tried updating to a sun V

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
sion". The build only continues once I kill svn. On Thu, Apr 2, 2015 at 1:48 PM, Chris Graham wrote: > Is there a rat cache? The resultant failures are referencing files in the > target dir that do not exist. For the moment, I've had to exclude > everything, and I'll sort

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Is there a rat cache? The resultant failures are referencing files in the target dir that do not exist. For the moment, I've had to exclude everything, and I'll sort it out later. On Thu, Apr 2, 2015 at 1:41 PM, Chris Graham wrote: > Hey! > > Still with IBM? I'm not.

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
pr 1, 2015 at 10:26 PM, Chris Graham > wrote: > > Another different version, another different set of issues to solve. > > > > [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm --- > > [INFO] 57 implicit excludes (use -debug for more details). > > [INFO

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
: C:\apache-maven-3.0.4\bin\.. Java version: 1.7.0_75, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_75\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" C:\CALMData\Work

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Herv Boutemy Date: Tue Mar 31 01:44:43 2015 +0200 changed svnpubsub url from /content to /components Can anyone else replicate this failure or confirm that it's working (and what's different to my setup?) In the interim, I'll try java 7 as well. On Wed, Apr 1, 2015 at 5:23 PM,

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-31 Thread Chris Graham
jects/maven/members > > Le mardi 31 mars 2015 19:31:46 Chris Graham a écrit : >> Hi Karl. >> >> Sorry dude, no can do. I don't have the authority to do much at all in Jira >> (other than create/comment). >> >> Is it possible for someone to assig

Re: Maven SCM 1.9.5 (was Re: [VOTE] Release Apache Maven SCM version 1.9.4)

2015-03-31 Thread Chris Graham
Ah. Perfect. Thanks for the heads up! :-) -Chris Sent from my iPhone On 01/04/2015, at 5:17 PM, Karl Heinz Marbaise wrote: > Hi Chris, > > if you prefer pull request just use them...No problem... > > Kind regards > Karl Heinz Marbaise > On 3/31/15 9:17 PM, Chris Graha

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
the "short > SHA-1" to identify a specific commit. That's what I did in our private > thread where I stated "4a4f36", which is in fact the same commit you were > seeing with "git log" ("4a4f362655a301c5112be633b31c2860644ba06f"). > > /And

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
me old and outdated > branch. Had same problem with rat check. > Switching to master made it pass. > > On Tue, Mar 31, 2015, 22:23 Chris Graham wrote: > > > Hi All. > > > > I've forked the apache scm repo on github and cloned it locally. > > > > I&

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
ation. > > Regards, > > Hervé > > Le mercredi 1 avril 2015 07:20:57 Chris Graham a écrit : > > Hi All. > > > > I've forked the apache scm repo on github and cloned it locally. > > > > I'm simply trying to build it, before I start making any

Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
Hi All. I've forked the apache scm repo on github and cloned it locally. I'm simply trying to build it, before I start making any changes at all. I've run into several issues, something is truly not right here, but I can not quite work out what. At the moment, either under 2.2.1 or 3.0.4, I'm g

Re: Maven SCM 1.9.5 (was Re: [VOTE] Release Apache Maven SCM version 1.9.4)

2015-03-31 Thread Chris Graham
hose patches... > > I hope you are allowed to attach files to the issues? > > I'm checking this with Hervé ... > > > On 3/31/15 10:31 AM, Chris Graham wrote: >> Hi Karl. >> >> Sorry dude, no can do. I don't have the authority to do much at all in J

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-31 Thread Chris Graham
> Hi Chris, > > could you please assign those jira's to new release i've created 1.9.5. > > Thanks.. > Kind regards > Karl Heinz Marbaise > On 3/30/15 7:42 PM, Karl Heinz Marbaise wrote: > >> Hi Chris, >> >> On 3/30/15 12:10 PM, Chris Gra

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
5 7:42 PM, Karl Heinz Marbaise wrote: >> Hi Chris, >> >>> On 3/30/15 12:10 PM, Chris Graham wrote: >>> Argh. I was going to have a few more fixed (hopefully by the end of the >>> week). Are you happy to rerun a 1.9.5 in such a short period of time? >> &

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
Well releases are meant to be cheap and easy! :-) So, that's fine. Thanks! -Chris Sent from my iPad > On 31 Mar 2015, at 4:42 am, Karl Heinz Marbaise wrote: > > Hi Chris, > >> On 3/30/15 12:10 PM, Chris Graham wrote: >> Argh. I was going to have a few more fixed

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
Argh. I was going to have a few more fixed (hopefully by the end of the week). Are you happy to rerun a 1.9.5 in such a short period of time? -Chris On Mon, Mar 30, 2015 at 3:20 PM, Olivier Lamy wrote: > +1 > > On 29 March 2015 at 10:33, Karl Heinz Marbaise wrote: > > > Hi, > > > > We solved 8

Re: move maven core to java 7?

2015-03-09 Thread Chris Graham
What's the rush? Releases are cheap and easy, so I find the argument to upgrade now due to one less release is somewhat lacking. Sent from my iPad > On 9 Mar 2015, at 2:22 am, Dennis Lundberg wrote: > > Hi Igor, > > In my opinion the switch to Java 7 as a prerequisite is a non-risky > thing

Re: move maven core to java 7?

2015-03-05 Thread Chris Graham
My preference is to always go for the lowest common denoninator, as it gives the largest possible spread. My 'grumbling' as Stephen put it [ :-) ], is more that I'd like people to have an awareness that there are other platforms out there. For example, the current IBM WAS 8.x stack defaults to Ja

Re: SCM Providers

2015-03-03 Thread Chris Graham
gration. > > Robert > > Op Tue, 03 Mar 2015 22:11:18 +0100 schreef Chris Graham < > chrisgw...@gmail.com>: > > > Excellent! Jazz/RTC it's optional as well. UCM Clearcase is, but not >> ClearQuest Enabled UCM Clearcase (but that's the point of CQ!). >

Re: SCM Providers

2015-03-03 Thread Chris Graham
't found a general term for this concept, so I would go for > workitem. > It looks indeed like the pushChanges option, so let's see if such an > implementation would fit. > > thanks, > Robert > > Op Thu, 26 Feb 2015 01:10:43 +0100 schreef Chris Graham < >

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-03 Thread Chris Graham
Sent from my iPad > On 3 Mar 2015, at 6:35 pm, Karl Heinz Marbaise wrote: > > Hi, >> On 3/3/15 5:45 AM, Hervé BOUTEMY wrote: >> Hi Maven devs, >> >> We're now near the objective [1] >> >> On 49 plugins, 37 reached the target (with m-pmd-p requiring Java 6 instead >> of >> 5) and 2 already j

Re: SCM Providers

2015-02-25 Thread Chris Graham
t; > thanks, > Robert > > Op Wed, 10 Sep 2014 07:39:10 +0200 schreef Chris Graham < > chrisgw...@gmail.com>: > > > Hi Robert! >> >> From a thread a long time ago! This issue has popped up again. >> >> https://jira.codehaus.org/browse/SCM-775 &

Re: [DISCUSS] To SemVer or not to SemVer, that is the question

2015-02-22 Thread Chris Graham
On Mon, Feb 23, 2015 at 8:42 AM, Fred Cooke wrote: > > I'd also love to hear that no one is trying to release 200 artifacts in a > single reactor. That makes no sense at all, to me. The chances are on a big > corporate project you've only changed <25% of them per top level release > anyway. So to

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Chris Graham
I switch between versions all the time; this is useful. Sent from my iPhone On 27/01/2015, at 4:47 PM, "Manfred Moser" wrote: > I would still suggest to make sure its documented somewhere. I find it > incredibly useful to just change M2_HOME to simply switch Maven versions. > > manfred > >

Re: [VOTE] Name our mascot: "Shotgun" vs "The Maven Owl"

2014-12-15 Thread Chris Graham
A Sent from my iPhone On 15/12/2014, at 9:39 PM, Stephen Connolly wrote: > After the run-off round, we are left with two names standing. > > This second vote will be a straight and simple majority wins. > > The vote will be open for at least 72 hours (with the potential of an > extension unt

Re: [VOTE] Run-off for mascot's name

2014-12-10 Thread Chris Graham
H -Chris Sent from my iPhone On 10/12/2014, at 11:53 PM, Graham Leggett wrote: > Hi all, > > K. > > Regards, > Graham > -- > > >> On 9 Dec 2014, at 10:52, Stephen Connolly >> wrote: >> >> This is a run-off vote to select the top two options for our new mascot's >> name. >> >> The entri

Re: Ticket Transition Workflow: Abandoned issues

2014-11-26 Thread Chris Graham
RTC uses Backlog. Does Jira have something similar? Sent from my iPhone On 27/11/2014, at 8:13 AM, David Jencks wrote: > Retired rather than Archived? > > This cleanup seems like a really good idea :-) > > david jencks > > On Nov 26, 2014, at 12:41 PM, Paul Benedict wrote: > >> My 2-cents

Re: Ticket Transition Workflow: Abandoned issues

2014-11-26 Thread Chris Graham
Nicely worded! +1 Sent from my iPhone On 27/11/2014, at 2:16 AM, Paul Benedict wrote: > This email is related to thread "Abandoned bug analysis" [1]. > > We have done the Great Ticket Cleanup of 2014 twice this year. It has > really been productive for anyone who triages outstanding bugs and

Re: Abandoned bugs analysis

2014-11-25 Thread Chris Graham
+1 for Abandoned or Archived. Won't Fix implies that some one has actually looked at it. -Chris Sent from my iPhone On 26/11/2014, at 9:05 AM, Paul Benedict wrote: > We did this bug clean up before so this isn't new to me. However, I do > wonder if the resolution "Won't Fix" rubs people the w

Re: New logo?

2014-11-22 Thread Chris Graham
On Sat, Nov 22, 2014 at 10:38 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Saturday, November 22, 2014, Chris Graham wrote: > > > Chiming in late here. Where does "Couché-tard" come from and what does it > > mean? How is it relevan

Re: New logo?

2014-11-21 Thread Chris Graham
Chiming in late here. Where does "Couché-tard" come from and what does it mean? How is it relevant? I read one of Stephen's earlier posts where the colourisation V was questions. Stephen's response was the wrong one: Would you prefer the A? My response is: why colourise or stress any of them? I do

Re: https://github.com/apache/maven-scm/pull/17

2014-09-16 Thread Chris Graham
8:13 PM, Benson Margulies > > > wrote: > > > > > A mixture. The release plugin had not moved. > > > On Sep 10, 2014 11:46 PM, "Chris Graham" wrote: > > > > > > > Sorry, I thought that the plugins, the scm ones in this case, had > m

Re: https://github.com/apache/maven-scm/pull/17

2014-09-14 Thread Chris Graham
patch if was still based in svn, is easy enough, but for git I do not have a clue. -Chris On Thu, Sep 11, 2014 at 8:13 PM, Benson Margulies wrote: > A mixture. The release plugin had not moved. > On Sep 10, 2014 11:46 PM, "Chris Graham" wrote: > > > Sorry, I thought

Re: https://github.com/apache/maven-scm/pull/17

2014-09-10 Thread Chris Graham
er the information in the plugin's page, and then you can > attach a patch to a JIRA. > > > > On Wed, Sep 10, 2014 at 9:37 PM, Chris Graham > wrote: > > > Whilst not strictly related to this thread... > > > > Is there a document that tells us what we need to do

Re: https://github.com/apache/maven-scm/pull/17

2014-09-10 Thread Chris Graham
Whilst not strictly related to this thread... Is there a document that tells us what we need to do to contribute? How/what repos we need to clone/setup, how to generate a patch/pull request etc? Thanks, -Chris On Thu, Sep 11, 2014 at 7:04 AM, Benson Margulies wrote: > Of course; I'm just tryi

Re: [jira] (SCM-775) Request for new optional parameter RTC (workItem) with release:prepare to associate workitem with changesets got created during build process

2014-09-10 Thread Chris Graham
Ideally yes, it would be wonderful to be able to create a WI as a part if the release. The problem Jazz/RTC at least is that there is no command line tool to manipulate WI's. There is a feature request to do so, but it has not been started. That issue aside, there is also the case where the WI

Re: SCM Providers

2014-09-09 Thread Chris Graham
bably the best. > > Would be nice if we could think of a general solution. > > > Robert > > [1] http://mojo.codehaus.org/setup/setup-maven-plugin/plugin-info.html > > Op Wed, 24 Jul 2013 01:35:43 +0200 schreef Chris Graham < > chrisgw...@gmail.com>: > > > Hey

Re: Trying to port Neo4j on AIX

2014-08-28 Thread Chris Graham
And the failing error is? Should this not be posted on the users list? -Chris On Thu, Aug 28, 2014 at 1:36 AM, Siah Lyimo wrote: > > > > Hi, > I'm working on porting Neo4j on AIX and I was wondering if there is anyone > who has previously made an attempt to port to AIX. > I'm currently having

Re: [RFC] [MENFORCER-174]

2014-06-30 Thread Chris Graham
Limit or Restrict... Sent from my iPhone On 30/06/2014, at 4:08 PM, Karl Heinz Marbaise wrote: > Hi, > > according to comments about the naming of the rule (BanDistributionManagement > my original name) and the suggestions made by Robert Scholte which of course > are true in particular about

Re: [Maven 4.0.0] Removing ability for plugins to dynamically inject dependencies

2014-04-10 Thread Chris Graham
Sent from my iPhone On 11/04/2014, at 9:23 AM, Barrie Treloar wrote: > On 10 April 2014 23:37, Lennart Jörelid wrote: > >> So ... the consequence of your approach would be that POMs throughout a >> maven reactor would have to repeat a dependency declaration if the classes >> in your maven pr

SCM Web URL?

2014-03-20 Thread Chris Graham
Hi All. In looking at: http://maven.apache.org/scm/maven-scm-plugin/source-repository.html I can wee the Web Access link as: https://git-wip-us.apache.org/repos/asf?p=maven-scm.git/maven-scm-plugin but it returns a 404! What is it meant to be? -Chris

Re: MRELEASE-431

2014-03-16 Thread Chris Graham
u are aware of this and never use ranges, you are safe (but > not your consumers ;) ) > > Robert > > [1] http://maven.apache.org/ref/3.2.1/maven-artifact/apidocs/ > org/apache/maven/artifact/versioning/ArtifactVersion.html > > Op Sun, 16 Mar 2014 05:30:12 +0100 schreef Chris Grah

Re: MRELEASE-431

2014-03-15 Thread Chris Graham
Is that going to deal with versions such as 2.6-beta-9? As currently exist? -Chris On Fri, Mar 14, 2014 at 8:25 PM, Baptiste Mathus wrote: > 2014-03-13 19:19 GMT+01:00 Robert Scholte : > > > To say it in your own words: IMHO I think you're wrong here ;) > > > > Version policy is about calculat

Re: MRELEASE-431

2014-03-15 Thread Chris Graham
Hi Robert. Just a request, can you please test to 4 (that I always use) and 5 digits, that sometimes I have to use? Ie 1.0.0.1-SNAPSHOT and 1.0.0.1.1-SNAPSHOT If you can, it might save me quite a bit of work later on. The release plugin copes with 4 digits, but not 5 (from what I can see in the

Re: Developing Maven Archetype

2014-03-09 Thread Chris Graham
Generate the archetype from your working source. Sent from my iPhone On 10/03/2014, at 8:06 AM, Petar Tahchiev wrote: > Hello, > > thanks for your responses. Yes, unforutnately, I do need parameterized Java > code (package names, classnames, also xml files, etc..). As I said it's > pretty comp

Re: [VOTE] Maven 2.x is end of life

2014-02-15 Thread Chris Graham
+1 PS: like your style mark! -Chris Sent from my iPhone On 16/02/2014, at 2:11 PM, "Mark Derricutt" wrote: > On 14 Feb 2014, at 4:14, Stephen Connolly wrote: > >> +1: Maven 2.x is end of life, I am not willing to act as release manager >> for this line of releases >> 0: I have no opinion >>

Re: Respinned releases and versions Re: [VOTE] Release Maven 3.2.0

2014-02-12 Thread Chris Graham
I prefer not to rehash what we all went painstakingly over a few months back... On Wed, Feb 12, 2014 at 8:06 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On 12 February 2014 08:35, Arnaud Héritier wrote: > > > Hi, > > > > I'm in favor to not reuse the version. Like many ot

Re: Release Instructions: Unified or Simpler Mono-Module (was Re: svn commit: r1549574 - /maven/skins/trunk/maven-skins/pom.xml)

2013-12-14 Thread Chris Graham
+1 The value is in the process, and that comes from it being simple and repeatable, minimising 'specials' :) -Chris On Sun, Dec 15, 2013 at 2:26 AM, Robert Scholte wrote: > +1 for a standardized process, even though the results for mono-projects > stay the same. > > Robert > > Op Sat, 14 Dec 201

Re: maven-release-plugin oddity - no git commit under mvn 3.1.1

2013-12-09 Thread Chris Graham
Hi Mark. Yes it is, just define them as dependencies of the maven-release-plugin in your parent (or otherwise) pom. -Chris On Mon, Dec 9, 2013 at 3:23 PM, Mark Derricutt wrote: > Ok - so this looks to be an issue introduced in Git 1.8.5, from > https://raw.github.com/git/git/master/Documentatio

Re: Property namespaces Was: Changing JDK version without specifying maven-compiler-plugin version

2013-11-27 Thread Chris Graham
On Wed, Nov 27, 2013 at 5:49 PM, Mirko Friedenhagen wrote: > Hello Laird, > > the only pity with using properties is that they are not namespaced most of > the time (the maven.compiler.* ones being an exception here), "output" is > claimed at least by three mojos IIRC. And skipTests is almost a g

Re: Do releases _really_ need to be built with Java 1.5?

2013-11-12 Thread Chris Graham
ys the delicate balance between upgrading minimum (JDK/lib) > requirements to enable nice/productive features versus staying on an elder > version for compatibility reasons. Personally, I wouldn't claim Maven to be > overly progressive in its minimum JDK requirements... > > >

Re: Do releases _really_ need to be built with Java 1.5?

2013-11-12 Thread Chris Graham
Um, yes, me! :-) Seriously we are still stuck on Java 1.5/WAS 6.1/COBOL for at least another year. Until we move to java 6 (or 7) depending on what oracle will support. -Chris, representing 0.0001% :-) Sent from my iPhone On 12/11/2013, at 4:41 PM, Romain Manni-Bucau wrote: > Isnt the quest

Re: What is the top level of the source tree and what exactly is an Apache distribution?

2013-09-16 Thread Chris Graham
several hundred of these files scattered all over the place! > > > On 16 September 2013 11:25, Chris Graham wrote: > > > My take: Given we vote on a source bundle, and that includes the required > > files, I think we're good. > > > > If it is ruled tha

Re: What is the top level of the source tree and what exactly is an Apache distribution?

2013-09-16 Thread Chris Graham
My take: Given we vote on a source bundle, and that includes the required files, I think we're good. If it is ruled that this is not the case, do we have to change on what and how we vote (we I think you've covered)? -Chris Sent from my iPhone On 16/09/2013, at 7:50 PM, Stephen Connolly wro

Re: Leaving Maven Core POMs at major.minor-SNAPSHOT

2013-09-15 Thread Chris Graham
On Sun, Sep 15, 2013 at 3:24 AM, Jason van Zyl wrote: > When a release fails like this it is annoying to have to rev back the > version of the POM. I'm not sure who flipped the versions in the POM and > while it's a little more visible to see what you're moving toward I prefer > the pattern of: >

Re: Can I create folder Dependency?

2013-09-04 Thread Chris Graham
make-maven-files.sh. # 4. Execute either maven-install.sh and/or maven-deploy.sh that were generated by make-maven-files.sh # # Chris Graham - chrisgw...@gmail.com # groupId=com.ibm.ram version=7.5.1.2 repositoryId=project.repo.id repositoryURL=http://maven.repo.server/url #example # repositoryId

Re: What is the correct Git SCM URL for a branch?

2013-09-01 Thread Chris Graham
dir (ie Module) of a Jazz SCM Component. A checkout in Jazz SCM terms is a "Load". :-) See: http://maven.apache.org/scm/maven-scm-providers/maven-scm-provider-jazz/index.html [1] http://maven.apache.org/scm/jazz.html > > Le dimanche 1 septembre 2013 09:54:39 Chris Graham a écr

Re: What is the correct Git SCM URL for a branch?

2013-08-31 Thread Chris Graham
I did something similar in the Jazz provider. It's a complex URL, or can be if it needs to be, but it's still a single line. It's just a matter of making the parser smarted. And that's local to the provider, so go nuts. I also put lots of unit tests in there to illustrate the correct and incorrect

Re: [VOTE] Release Apache Maven Model Converter version 2.3

2013-08-15 Thread Chris Graham
Sent from my iPhone On 15/08/2013, at 10:05 PM, sebb wrote: > On 15 August 2013 10:08, Chris Graham wrote: >> What sebb does not appear to have understood or accepted, as Stephen has >> endlessly pointed out, is that we vote on the source bundle, not a scm >> revisio

Re: [VOTE] Release Apache Maven Model Converter version 2.3

2013-08-15 Thread Chris Graham
What sebb does not appear to have understood or accepted, as Stephen has endlessly pointed out, is that we vote on the source bundle, not a scm revision, and that, strictly speaking a SCM is not even required (however sensible it is to use one). He wants a tree and a revision so that we can compar

Re: Strange handling of + in version portion of GAV

2013-08-01 Thread Chris Graham
This is valid. The + does not have to be escaped into %2B. See: http://www.rfc-editor.org/rfc/rfc1738.txt -Chris On Mon, Jul 29, 2013 at 6:05 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > > http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/build-monitor-plugin/1.0+b

Re: Release Maven 3.1.1

2013-07-28 Thread Chris Graham
+1 I agree that slight less frequent releases can be easier to users to cope with. The 6-8 week period is ok with me. -Chris Sent from my iPhone On 29/07/2013, at 2:48 AM, "Robert Scholte" wrote: > Hi, > > Personally I'm not a huge fan of the release-model as done by Jenkins, > meaning rel

Re: [DISCUSS] Should the Maven PMC be an example of how we want the Maven Community to behave (was Re: svn commit: r1506778 - /maven/site/trunk/content/markdown/project-roles.md)

2013-07-25 Thread Chris Graham
On Thu, Jul 25, 2013 at 11:16 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > There are two schools of thought amongst the current members of this > projects PMC. > > Are they mutually exclusive? >From my (limited [so I could be way off here]) understanding of Apache, don't you o

SCM Providers

2013-07-23 Thread Chris Graham
Hey All. In the RTC/Jazz forum, a request came up for the ability to associate a Work Item with the commits that the SCM plugin does. On the Jazz side, I think that I've worked things out. However, I am unsure as to how to best do this on the maven and scm provider side. The generic question bo

Re: [VOTE] All new (non-patch) releases of Maven Core after 30th Sep 2013 to require Java 6+

2013-07-23 Thread Chris Graham
I'm cool with that. +1 PS: The EOL date for Java 1.5 was not just for zOS, it applied to all platforms for the IBM JDK, AIX and Linux included. On Wed, Jul 24, 2013 at 8:42 AM, Olivier Lamy wrote: > +1 > > 2013/7/23 Stephen Connolly : > > This vote is to cover the minimum required version of

Re: Maven 3.1 - Stable ?

2013-07-22 Thread Chris Graham
+1 Sent from my iPhone On 20/07/2013, at 11:28 AM, Paul Benedict wrote: > Herve, I noticed the release history uses a national date format that I > don't recognize. I think the standard ISO date format of -MM-DD is most > recognized by developers. What do you think? Is it worth changing? >

Re: [VOTE] Retire maven-idea-plugin

2013-07-19 Thread Chris Graham
+1 (non-binding) On Sat, Jul 20, 2013 at 6:11 AM, Baptiste Mathus wrote: > +1 (non binding) > Le 19 juil. 2013 21:45, "Anders Hammar" a écrit : > > > +1, non-binding > > > > /Anders (mobile) > > Den 19 jul 2013 19:01 skrev "Dennis Lundberg" : > > > > > Hi > > > > > > It has been almost five ye

  1   2   3   4   >