Re: Copy-dependencies goal error

2015-10-06 Thread Bernd Eckenfels
Helle karl Heinz - thanks for Not considering the OPs Attitude and Tone towards perfectly Fine answers :-/ Bernd > Am 06.10.2015 um 15:55 schrieb Karl Heinz Marbaise : > > Hi Michael, > > > >> With all due respect I insulted no one. Am I frustrated? Yes, but I did >> not

RE: License Auditing

2015-10-06 Thread Sander Verhagen
Hi Jim, Another suggestion, FWIW: our organization is using WhiteSource. We have it hooked into TeamCity, but they also have a Maven plugin (although seemingly not very actively maintained). As the Maven

Re: [release-plugin] prepare phase does not detect dirty Git files (on Windows)

2015-10-06 Thread Vincent Latombe
Hi Bernd, you should make sure you are using a recent version of maven-release-plugin (>=2.5). Older versions have compatibility issues because of the git scm provider they depend on which is incompatible with current git versions. Vincent 2015-10-05 22:26 GMT+02:00 Bernd Eckenfels

Release plugin behavior anomoly

2015-10-06 Thread Robert Patrick
Hi, I am trying to use the release plugin with a new project where I want the entire project to use a single version number (vs. one version number per module). I have the single version number part working like this: 1.)In my parent pom, I do the following: test

Re: Copy-dependencies goal error

2015-10-06 Thread Wayne Fay
If you disagree with almost everything I said, there's really no point in continuing to discuss it. The possibility of either of us being convinced to change our minds is vanishingly small. I'm glad Greg was able to help you solve your problem. Respectfully, Wayne On Tue, Oct 6, 2015 at 2:17

Re: Copy-dependencies goal error

2015-10-06 Thread Curtis Rueden
Hi Wayne, > I'm glad Greg was able to help you solve your problem. Greg's response was great. But in fairness, it was Bernd who actually stated the solution to Michael's problem. It would be nice if this thread could wrap up with Michael acknowledging that Bernd's fix actually does the job.

Re: Copy-dependencies goal error

2015-10-06 Thread Dan Tran
If a bunch of ppl are giving me the same feedback. I would step back and have my ears wide open -Dan We have two ears and one mouth so that we can listen twice as much as we speak. Epictetus On Tue, Oct 6, 2015 at 1:19 PM, Curtis

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
-submit maven-jarsigner-plugin accomodation for proxy params in configuration request to d...@maven.apache.org -submit your testcase and patch for accomodating 'proxy arguments within configuration' for maven-jarsigner-plugin to

Re: Release plugin behavior anomoly

2015-10-06 Thread Vincent Latombe
Hi Robert, you can't use properties within the project's artifactId or the parent declaration (except for a few exceptions where it is expected to be provided by command line, see https://issues.apache.org/jira/browse/MNG-5576 ) I would recommend you to have a look at the maven-release layout on

Re: [release-plugin] prepare phase does not detect dirty Git files (on Windows)

2015-10-06 Thread ecki
Thanks vincet, I already tried the latest version (because 2.5.2 announced scm 1.9.4 update), but I might need to try it again with a minimal POM so I can check which provider is loaded. If I understand correctly you would agree it is a bug to ignore untracked files. Because I can then open a

Re: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Sverre Moe
I am already using both maven-keytool-plugin and maven-jarsigner-plugin. Providing jarsigner proxy with maven-jarsigner-plugin is not what I have problem with. I am also using webstart-maven-plugin where I cannot find a way to set the proxy to use. From what I can see there looks to be no way of

RE: Copy-dependencies goal error

2015-10-06 Thread Michael.CTR.Tarullo
Wayne, Thank you for your reply. I think I disagree with almost everything you said. First I did not attack anyone. Was my attitude bad, yes. Did it get worse when I felt like I was not getting the explanation I needed, most assuredly. I called no one a name, nor insulted anyone's

RE: Copy-dependencies goal error

2015-10-06 Thread Michael.CTR.Tarullo
Thank you for stating that publicly Karl. Michael Tarullo Contractor (Engility Corp) Enterprise Architect NSRR System Administrator FAA WJH Technical Center (609)485-5294 -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: Tuesday, October 06, 2015 9:55 AM To:

Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Sverre Moe
How can I provide Java properties to Maven webstart plugin to be used when calling Jarsigner? org.codehaus.mojo webstart-maven-plugin ${keystore} ${storepass} ${storetype} ${sign.alias} ${tsa} While

Re: Copy-dependencies goal error

2015-10-06 Thread Karl Heinz Marbaise
Hi Michael, > With all due respect I insulted no one. Am I frustrated? Yes, but I did not insult anyone. Now I was perfectly fine with letting this go until I received your comment. > So let me use this opportunity to make a few more comments. Thank you for suggesting That I go somewhere

Re: License Auditing

2015-10-06 Thread Mark H. Wood
Doesn't the pro version of Nexus do license auditing and analysis? -- Mark H. Wood Lead Technology Analyst University Library Indiana University - Purdue University Indianapolis 755 W. Michigan Street Indianapolis, IN 46202 317-274-0749 www.ulib.iupui.edu smime.p7s Description: S/MIME

RE: Copy-dependencies goal error

2015-10-06 Thread Michael.CTR.Tarullo
Manfred, With all due respect I insulted no one. Am I frustrated? Yes, but I did not insult anyone. Now I was perfectly fine with letting this go until I received your comment. So let me use this opportunity to make a few more comments. Thank you for suggesting That I go somewhere else for

RE: License Auditing

2015-10-06 Thread Kemet.CTR.Uhuru
Hello Mark, Nexus Pro Plus has that feature: http://www.sonatype.com/nexus/product-overview/nexus-pro-plus Best Regards, G Kemet Uhuru, PMP(r), SSGBP SWIM COTSWG/SFDPS SW CM Lead Communications, Information & Network Programs, Enterprise Product Support, AJM-3122 Engility

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > > > org.codehaus.mojo >

Re: Copy-dependencies goal error

2015-10-06 Thread Wayne Fay
Maven is a rather complex piece of software. Many problems cannot be simply distilled to "here's your simple problem, and here's your simple solution." I understand this is what you want, but it is rarely that simple. And attacking the people on this list who are trying to help you when you are

RE: Copy-dependencies goal error

2015-10-06 Thread Michael.CTR.Tarullo
Greg, Thank you for your reply. It is unfortunate that it had to come to this to get an explanation. Why wasn't an explanation like this offered from the beginning? I'm not saying I agree or even like the explanation, but it is an explanation. I have done some homework on Maven. I would

Re: Copy-dependencies goal error

2015-10-06 Thread Greg Trasuk
Hi Michael: Aside - Are you at the FAA tech center in Atlantic City? I taught a course there four days after 9/11. Very nice people there, although the mood wasn’t great at the time, obviously. I particularly enjoyed seeing what I thought was a museum of ancient computers in the cafeteria

RE: Webstart Maven Plugin using jarsigner with proxy

2015-10-06 Thread Martin Gainty
> Date: Tue, 6 Oct 2015 13:33:40 +0200 > Subject: Webstart Maven Plugin using jarsigner with proxy > From: sverre@gmail.com > To: users@maven.apache.org > > How can I provide Java properties to Maven webstart plugin to be used > when calling Jarsigner? > > > org.codehaus.mojo >

Re: Is there a cache of version range resolutions?

2015-10-06 Thread Benson Margulies
I use 3.2.5. I've since confirmed that version ranges don't work the same way as the release plugin, so in some sense this problem is moot. But, still, the problem is the mysterious caching of a previously-selected version. On Sun, Oct 4, 2015 at 5:07 PM, Karl Heinz Marbaise

Re: Copy-dependencies goal error

2015-10-06 Thread Jörg Schaible
Karl Heinz Marbaise wrote: > Hi, > > On 10/5/15 7:51 PM, Jörg Schaible wrote: >> Hi Michael, >> >> michael.ctr.taru...@faa.gov wrote: >> >>> My apology about part of this reply. I did not understand part of your >>> suggestion. >>> >>> I thought you were saying 3.0.5 is the latest release. >>>

Re: License Auditing

2015-10-06 Thread Jim Klo
Thanks, We’re an Artifactory shop - so no Nexus - however however Artifactory Pro has a comparable feature. The issue really though is that the license management I need is more granular than either solution offers. From what I can tell from their documentation, Nexus and Artifactory both