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

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

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

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

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
part of the filename. > >> On Thu 7 Sep 2017 at 08:26, Chris Graham <chrisgw...@gmail.com> 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 >

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! :-(

[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-tabpanelfocusedCommentId=14698032#comment-14698032 ] Chris Graham commented on MPIR-234: --- +1 Making the URL's longer just increases

[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-tabpanelfocusedCommentId=14698029#comment-14698029 ] Chris Graham commented on MPIR-234: --- It should not be displayed, or inferred from any

[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-tabpanelfocusedCommentId=14698029#comment-14698029 ] Chris Graham edited comment on MPIR-234 at 8/15/15 2:16 AM

[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-tabpanelfocusedCommentId=14696261#comment-14696261 ] Chris Graham commented on MPIR-234: --- it's a general contract that should be enforcer

[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-tabpanelfocusedCommentId=14696247#comment-14696247 ] Chris Graham commented on MPIR-234: --- I see a general drift towards a Git centric

[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-tabpanelfocusedCommentId=14696274#comment-14696274 ] Chris Graham commented on MPIR-234: --- So the question becomes what do we put on the Source

[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-tabpanelfocusedCommentId=14679583#comment-14679583 ] Chris Graham commented on MPIR-234: --- Just too add some more fuel to the fire. :) Jazz

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 ja...@takari.io wrote: Great, thanks Baptiste. On May 31, 2015, at 4:36 AM, Baptiste Mathus

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 aherit...@gmail.com 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 chrisgw...@gmail.com wrote

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 ja...@takari.io 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

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

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

2015-04-22 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

Re: Re : ASF Jira Issues

2015-04-22 Thread Chris Graham
- Mail d'origine - De: Chris Graham chrisgw...@gmail.com À: Maven Developers List dev@maven.apache.org 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. I'd like to assign some

Re: Re : ASF Jira Issues

2015-04-22 Thread Chris Graham
d'origine - De: Chris Graham chrisgw...@gmail.com À: Maven Developers List dev@maven.apache.org 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. I'd like to assign some work

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: Building SCM 1.9.5-SNAPSHOT

2015-04-21 Thread Chris Graham
but some old and outdated branch Chris Graham chrisgw...@gmail.com 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 chrisgw...@gmail.com Apr 1 to Maven Hi Raphael! Thanks for that. I thought that I was on master

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
://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Mon, Apr 13, 2015 at 3:48 AM, Chris Graham chrisgw...@gmail.com wrote: I'm not actually sure of what problem you're trying to solve here. On Sat, Apr 11, 2015 at 6:49 AM, Mirko

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

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 mfriedenha...@gmail.com 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?

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

2015-04-09 Thread Chris Graham
On Thu, Apr 9, 2015 at 5:06 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Welcome on board Chris... Thanks (to all)! Though this doesean that the committer school has graduated all participants ;-) Muahahahahaha! :) I'll be good. I just really want to work on the bits

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-04 Thread Chris Graham
:) 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 point: [INFO] [invoker:run {execution: integration-test}] [INFO] Building: scm-741-validate-scm-url-matches-working-copy\pom.xml [INFO] run

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Chris Graham
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 VM. The same error as with the IBM JDK. This is with wiping the entire local repo. I've even also explicity included the exclusion of target

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

2015-04-01 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 khmarba...@gmx.de 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 Graham wrote

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
I did in our private thread where I stated 4a4f36, which is in fact the same commit you were seeing with git log (4a4f362655a301c5112be633b31c2860644ba06f). /Anders On Wed, Apr 1, 2015 at 5:15 AM, Chris Graham chrisgw...@gmail.com wrote: Hi Raphael! Thanks for that. I thought that I

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-04-01 Thread Chris Graham
/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 assign me sufficient authority to be able to perform these jira tasks myself

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
, 2015 at 10:26 PM, Chris Graham chrisgw...@gmail.com 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] Exclude: .gitignore [INFO

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
. The build only continues once I kill svn. On Thu, Apr 2, 2015 at 1:48 PM, Chris Graham chrisgw...@gmail.com 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 it out later

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
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, Chris Graham chrisgw...@gmail.com wrote: Heh. I was tired. For some

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
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\Workspaces\RTC\Deb\maven-scm On Thu, Apr 2, 2015 at 12:11 PM, Chris Graham chrisgw...@gmail.com wrote: Hey All. I've

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 chrisgw...@gmail.com wrote: Hey! Still with IBM? I'm not. :( I've

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-31 Thread Chris Graham
...@gmx.de wrote: 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 Graham wrote: Argh. I was going to have a few more fixed

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
. Had same problem with rat check. Switching to master made it pass. On Tue, Mar 31, 2015, 22:23 Chris Graham chrisgw...@gmail.com wrote: 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

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
. 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 changes at all. I've run into several issues, something is truly not right

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

2015-03-31 Thread Chris Graham
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 Jira (other than create/comment). Is it possible for someone

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

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 ol...@apache.org wrote: +1 On 29 March 2015 at 10:33, Karl Heinz Marbaise khmarba...@gmx.de

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-03-30 Thread Chris Graham
: 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? If they are important what i assumealways..why not...what should us prevent... Kind

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 khmarba...@gmx.de wrote: Hi Chris, On 3/30/15 12:10 PM, Chris Graham wrote: Argh. I was going to have a few more fixed (hopefully

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 denn...@apache.org wrote: Hi Igor, In my opinion the switch to Java 7 as a prerequisite is a

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

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 khmarba...@gmx.de 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

Re: SCM Providers

2015-03-03 Thread Chris Graham
with the migration. 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!). Ok, I'll roll my sleeves up! So what is the current issue

Re: SCM Providers

2015-03-03 Thread Chris Graham
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 chrisgw...@gmail.com: Hi Robert. Yes, it's time that I think we should. :) I may

Re: SCM Providers

2015-02-25 Thread Chris Graham
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 Did you/How did you ever end up solving the issue for TFS? You're right, a general solution would be preferable. I think

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 fred.co...@gmail.com 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

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 manf...@mosabuam.com 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.

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 stephen.alan.conno...@gmail.com 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

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 minf...@sharp.fm wrote: Hi all, K. Regards, Graham -- On 9 Dec 2014, at 10:52, Stephen Connolly stephen.alan.conno...@gmail.com wrote: This is a run-off vote to select the top two options for our new

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 pbened...@apache.org 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

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 david_jen...@yahoo.com.INVALID 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

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 pbened...@apache.org 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

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 chrisgw...@gmail.com wrote: Chiming in late here. Where does Couché-tard come from and what does it mean? How is it relevant? Couché-tard is the French

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

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

2014-09-16 Thread Chris Graham
AM, Chris Graham chrisgw...@gmail.com wrote: So, if the scm stuff is in git, my original question still remains unanswered. What are the process steps needed to go through to be able to perform meaningful work in terms of working on the maven-scm modules? Has anyone actually

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

2014-09-14 Thread Chris Graham
a 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 bimargul...@gmail.com wrote: A mixture. The release plugin had not moved. On Sep 10, 2014 11:46 PM, Chris Graham chrisgw...@gmail.com wrote: Sorry, I

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

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 bimargul...@gmail.com wrote: Of

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

2014-09-10 Thread Chris Graham
as per 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 chrisgw...@gmail.com wrote: Whilst not strictly related to this thread... Is there a document that tells us what we need to do to contribute? How/what

Re: SCM Providers

2014-09-09 Thread Chris Graham
. 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 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

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 sly...@us.ibm.com 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

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 khmarba...@gmx.de 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

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 baerr...@gmail.com wrote: On 10 April 2014 23:37, Lennart Jörelid lennart.jore...@gmail.com wrote: So ... the consequence of your approach would be that POMs throughout a maven reactor would have to repeat a dependency

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
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 Graham chrisgw...@gmail.com: Hi Robert. Just a request, can you please test to 4 (that I

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: 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 bmat...@batmat.net wrote: 2014-03-13 19:19 GMT+01:00 Robert Scholte rfscho...@apache.org: To say it in your own words: IMHO I think you're wrong here ;)

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 paranoia...@gmail.com wrote: Hello, thanks for your responses. Yes, unforutnately, I do need parameterized Java code (package names, classnames, also xml files, etc..). As I said

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 m...@talios.com 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

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 aherit...@gmail.com wrote: Hi, I'm in favor to not reuse the version.

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 rfscho...@apache.orgwrote: +1 for a standardized process, even though the results for mono-projects stay the same. Robert Op

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 m...@talios.com wrote: Ok - so this looks to be an issue introduced in Git 1.8.5, from

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 mfriedenha...@gmail.com 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

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 rmannibu...@gmail.com

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

2013-11-12 Thread Chris Graham
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... 2013/11/12 Chris Graham chrisgw...@gmail.com Um, yes, me

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

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

2013-09-16 Thread Chris Graham
September 2013 11:25, Chris Graham chrisgw...@gmail.com 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 that this is not the case, do we have to change on what and how we vote (we I think you've covered)? -Chris

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 ja...@tesla.io 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

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
: 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 écrit : I did something similar in the Jazz provider. It's a complex URL, or can be if it needs to be, but it's

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

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

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 seb...@gmail.com wrote: On 15 August 2013 10:08, Chris Graham chrisgw...@gmail.com 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

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:

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 rfscho...@apache.org wrote: Hi, Personally I'm not a huge fan of the release-model as done by

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 only

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 ol...@apache.org wrote: +1 2013/7/23 Stephen Connolly stephen.alan.conno...@gmail.com: This vote

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

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 pbened...@apache.org 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

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 bmat...@gmail.com wrote: +1 (non binding) Le 19 juil. 2013 21:45, Anders Hammar and...@hammar.net a écrit : +1, non-binding /Anders (mobile) Den 19 jul 2013 19:01 skrev Dennis Lundberg denn...@apache.org: Hi

  1   2   3   4   >