Re: New committer: Martin Desruisseaux

2025-01-30 Thread Martin Gainty
Congratulations and Welcome Martin Martin- From: Slawomir Jaranowski Sent: Thursday, January 30, 2025 3:35 AM To: Maven Developers List Subject: New committer: Martin Desruisseaux Hi, The Project Management Committee (PMC) for Apache Maven has invited Martin Des

Re: Compiler plugin compatible with Maven 4.0.0-beta4

2024-09-28 Thread Martin Gainty
Latest for both plugins is 2.1 for repo1 https://repo1.maven.org/maven2/org/apache/maven/maven-plugin-tools/ Any way to push the github distros to repo1 so we can all see 4.0.0 beta4 for both plugins ? Martin~ From: Martin Desruisseaux Sent: Saturday, September

Re: Change of Chair

2022-04-22 Thread Martin Gainty
Congratulations Karl Viel Gluck ! Martin- From: Robert Scholte Sent: Thursday, April 21, 2022 10:57 AM To: Maven Developers List Cc: Maven Project Management Committee List Subject: Change of Chair Hi all, as of now, Karl Heinz is the new chairman of the Apach

RE: Maven Dependency Plugin - Log4j vulnerabilities

2022-03-03 Thread Martin Gainty
I *thought* log4j 1.2.15 had the patch to mitigate the JNDI Security Vulnerabity? Is this not the case? Thanks John M. Sent from my Verizon, Samsung Galaxy smartphone Original message From: John Patrick Date: 3/3/22 4:07 AM (GMT-05:00) To: Maven Developers List Cc: David

Re: Welcome Guillaume Nodet as new Maven Committer

2021-05-30 Thread Martin Gainty
Bonjour Guillame! martin From: Karl Heinz Marbaise Sent: Friday, May 28, 2021 6:43 AM To: Maven Developers List ; Robert Scholte Subject: Re: Welcome Guillaume Nodet as new Maven Committer Hi Guillaume, welcome. Kind regards Karl Heinz Marbaise On 25.05.21

Re: Help Wanted

2020-12-13 Thread Martin Gainty
I stronlgy assume the POM you sent me is not the latest one you actually used to solve the issue? Any more ideas? Thanks a lot! :-) -Markus Von: Martin Gainty [mailto:mgai...@hotmail.com] Gesendet: Donnerstag, 10. Dezember 2020 11:44 An: Maven Developers List Betreff: Re: Help Wanted

Re: Help Wanted

2020-12-10 Thread Martin Gainty
CESS [INFO] [INFO] Total time: 25.633 s [INFO] Finished at: 2020-12-09T18:43:01-05:00 [INFO] please see attached pom.xml ~gruss~ martin ____ Fr

Re: Help Wanted

2020-12-07 Thread Martin Gainty
sorry.. got distracted watching a 1941 dogfight of messerschmitt vs spitfire re-creation over englisch channel Watch Pearl Harbor Online | Free Full Movie | 123Movies (123moviesgoto.com) for all whose fathers fought in the "Big War" I would say this flick s

Re: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Martin Gainty
admit this junit behaviour seems counter-intuitive MG>thanks MG>martin thanks -Markus -Ursprüngliche Nachricht- Von: Martin Gainty [mailto:mgai...@hotmail.com] Gesendet: Dienstag, 18. August 2020 11:28 An: Maven Developers List Betreff: Re: Assumption fail treated as unexcepted exception

Re: Assumption fail treated as unexcepted exception?!

2020-08-18 Thread Martin Gainty
c/4.12/org/junit/Assume.html) are pretty >> clear about it: "... A failed assumption does NOT mean the code is broken, >> but that the test provides no useful information. Assume basically means >> "don't RUN this test if these conditions don't apply&q

Re: Assumption fail treated as unexcepted exception?!

2020-08-17 Thread Martin Gainty
imple test case: https://github.com/mkarg/maven-dependency-plugin/commit/af257d7987fc41ac4377 4d2dca60b201979d11a2 - as you can see, I just ask JUnit 4.13 to fail the assumptions, and JUnit CORRECTLY throws AssumptionViolatedException - but Maven seems to not specifically deal with it. -Markus ---

Re: Assumption fail treated as unexcepted exception?!

2020-08-16 Thread Martin Gainty
MG>below From: Markus KARG Sent: Sunday, August 16, 2020 7:40 AM To: dev@maven.apache.org Subject: Assumption fail treated as unexcepted exception?! Guys, I'm stuck with working on a new feature due to this, so I hope you can help me quickly: JUnit knows a

Re: Welcome the new Maven committers: Maarten Mulders en Martin Kanters

2020-07-10 Thread Martin Gainty
welkom martin! martin From: Karl Heinz Marbaise Sent: Friday, July 10, 2020 6:04 PM To: Maven Developers List Subject: Re: Welcome the new Maven committers: Maarten Mulders en Martin Kanters Hi, On 10.07.20 21:12, Robert Scholte wrote: > Hi, > > On behalf of t

Re: migrating Apache Resource Bundles from svn to Git

2020-06-28 Thread Martin Gainty
Karl helps everyone who has questions He will always answer any questions I ask no matter how trivial Viel Gluck! -- Sent from my Alcatel GO FLIP V On Jun 25, 2020 2:57 AM, Robert Scholte wrote: I don't mind joining as committer. I actually was surprised Karl Heinz is already PMC. Rob

Re: Running mojo unit test in the debugger

2020-05-08 Thread Martin Gainty
seem to recall plexus container implementor will need to configure plexus container at META-INF/plexus/plexus.xml https://codehaus-plexus.github.io/plexus-containers/plexus-container-default/

Re: Running mojo unit test in the debugger

2020-05-08 Thread Martin Gainty
From: Benson Margulies Sent: Friday, May 8, 2020 5:16 PM To: Maven Developers List Cc: volf...@google.com Subject: Running mojo unit test in the debugger I am trying to recall how to debug a Junit test that uses AbstractMojoTestCase. Simply asking an IDE to de

Re: New Commiter: Elliotte Rusty Harold

2019-12-13 Thread Martin Gainty
welcome Elliotte! martin From: Karl Heinz Marbaise Sent: Friday, December 13, 2019 11:29 AM To: dev@maven.apache.org ; elh...@ibiblio.org Subject: New Commiter: Elliotte Rusty Harold Hi Elliotte, the Project Management Committee (PMC) for Apache Maven has inv

Re: Surefire CNFE

2019-08-22 Thread Martin Gainty
CNFE when running surefire means Isolated (TEST) Classloader cannot load the dependency containing that class In your case that dependency is junit if it was up to me i would discontinue use of Isolated Classloader in favour of using system classloader the only reason Isolated cl was used was the

Re: Maven Security, @Component and MNG-4384

2019-06-24 Thread Martin Gainty
server001 my_login my_password ${user.home}/.ssh/id_dsa some_passphrase 664 775 from ${MAVEN_HOME}/conf/settings.xml https://maven.apache.org/ref/3.3.9/maven-settings-builder/apidocs/org/apache/maven/settings/crypto/SettingsDecryptionReques

Re: New committer: Enrico Olivelli

2018-12-14 Thread Martin Gainty
benvenuto enrico! From: Stephen Connolly Sent: Friday, December 14, 2018 5:04 PM To: Maven Developers List Subject: Re: New committer: Enrico Olivelli Welcome! On Fri 14 Dec 2018 at 21:07, Robert Scholte wrote: > The Project Management Committee (PMC) for Apach

Re: Is compile classpath deterministic?

2018-10-22 Thread Martin Gainty
i am curious as to your ${packaging.type} from both pom.xml resolve to? https://javaee.groups.io/g/jersey/topic/jersey_2_26_and_jax_rs_2_1/6052416?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,6052416 ? From: Dagang Wei Sent: Saturday, October 20, 2018 6:23 PM

Re: Welcome Sylwester Lachiewicz to the Apache Maven Team

2018-09-05 Thread Martin Gainty
wilkommen sylwester i look forward to reading your jira reports martin From: Karl Heinz Marbaise Sent: Wednesday, September 5, 2018 1:27 PM To: Maven Developers List; Sylwester Lachiewicz Subject: Re: Welcome Sylwester Lachiewicz to the Apache Maven Team Hi Sylw

Re: Welcome Christian Stein to the Apache Maven Team

2018-05-07 Thread Martin Gainty
Willkommen Christian! martin __ From: Robert Scholte Sent: Monday, May 7, 2018 4:01 PM To: dev@maven.apache.org; Apache Maven Users Subject: Welcome Christian Stein to the Apache Maven Team Hi, On behalf of the Apac

Re: [MNG-6169] Lifecycle/binding plugin version updates

2017-05-13 Thread Martin Gainty
Good Morning Michael any timeline on pom.xml creation for tomcat source distros? i d/l 8.5.4 https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.4/src/ and i see only 1 pom.xml for jdbc-pool but I see 3 build.xml find . name build.xml ./modules/jdbc-pool/build.xml ./res/deployer/build.xml

Re: Taking Security Seriously

2016-12-05 Thread Martin Gainty
From: Bernd Eckenfels Sent: Monday, December 5, 2016 5:10 PM To: Maven Developers List Subject: Re: Taking Security Seriously Having artifact checksums (hashes not signatures) in POM dependency declarations would be cool, but that is not what .md5 or .asc is u

Re: Logging for 3.0.x and >=3.1.0

2016-11-23 Thread Martin Gainty
From: Jason Pyeron Sent: Wednesday, November 23, 2016 2:59 PM To: dev@maven.apache.org Subject: Logging for 3.0.x and >=3.1.0 Working on a plugin right now and it needs to work in 3.0 as well as 3.3. Scratching my head on can we use slf4j in 3.0 or is there a b

RE: upgrade maven plugin to run with asm 6?

2016-10-11 Thread Martin Gainty
t; Subject: RE: upgrade maven plugin to run with asm 6? > To: dev@maven.apache.org > > Oh tested 3.4 but missed 3.5. 3.5 solved the issue! > > Thanks! > > Le 10 oct. 2016 20:31, "Martin Gainty" a écrit : > > > > > > > > > > > From: r

RE: upgrade maven plugin to run with asm 6?

2016-10-10 Thread Martin Gainty
> From: rmannibu...@gmail.com > Date: Mon, 10 Oct 2016 17:07:54 +0200 > Subject: Re: upgrade maven plugin to run with asm 6? > To: dev@maven.apache.org > > 2016-10-10 16:54 GMT+02:00 Martin Gainty : > > > > > > > > > > From: rmannibu...@gmail

RE: upgrade maven plugin to run with asm 6?

2016-10-10 Thread Martin Gainty
> From: rmannibu...@gmail.com > Date: Mon, 10 Oct 2016 15:10:33 +0200 > Subject: upgrade maven plugin to run with asm 6? > To: dev@maven.apache.org > > Hi guys, > > is there some plans to upgrade maven plugin to asm6 (thinking > to maven-plugin-tools-annotations and maven-plugin-plugin and mor

RE: Figure out compilerId

2016-09-30 Thread Martin Gainty
if I understand correctly compilerId attribute would *drive* compiler selection and exec parser/compiler for compilerId? eclipse? javac? csharp? Martin __ > Subject: Re: Figure out compilerId > From: manf...@simpligility.com > To: dev@maven.apache.

RE: slf4j runtime dependency for plugin

2016-08-15 Thread Martin Gainty
Fred:he is missing slf4j-nop as a runtime dependency specifically: org.slf4j slf4j-nop 1.7.2runtime Martin-- __ > From: fred.co...@gmai

RE: Profile Activation

2016-08-12 Thread Martin Gainty
MG>quick comment > To: dev@maven.apache.org > From: khmarba...@gmx.de > Subject: Profile Activation > Date: Fri, 12 Aug 2016 17:45:21 +0200 > > Hi to all, > > I have the following profile: > > > >profile-not-value-true > > >profilea >!true >

RE: Build failed in Jenkins: core-it-maven-3-win #1233

2016-07-29 Thread Martin Gainty
MG>quick question below > Subject: Re: Build failed in Jenkins: core-it-maven-3-win #1233 > To: dev@maven.apache.org > From: c...@schulte.it > Date: Thu, 28 Jul 2016 17:30:34 +0200 > > Can someone take a look, please? > > Error: JAVA_HOME is set to an invalid directory. > JAVA_HOME = "f:\jenkin

RE: Anyone care to advise?

2016-03-05 Thread Martin Gainty
MG>quick inline comment prefixed with MG > Date: Sat, 5 Mar 2016 09:30:36 +0100 > Subject: Re: Anyone care to advise? > From: mfriedenha...@gmail.com > To: dev@maven.apache.org > > Hello Stephen, > > sounds a bit like Jenkins' Maven2 job type ;-) > > Regards > Mirko > -- > Sent from my mobile

RE: Julia Antonova is out of office.

2016-02-22 Thread Martin Gainty
a happy St Vladimir Day to Julia..enjoy your national Holiday I did not realize Vladimir is Putin's Patron saint?http://www.pravdareport.com/history/25-07-2013/125264-vladimir_putin_saint_prince-0/ ? Martin-- __

RE: How the Lucene PMC manages releases

2015-11-16 Thread Martin Gainty
in lucene/testframework:renamed CheapBastard codec to Lucene54 to see if the SPILoader would pick it up ..it didnteven when i replaced CheapBastard entry in resources/META-INF/services/org.apache.lucene.codecs.Codeca quick refactor NamedSPILoader.lookup(String name) to read resources/META-INF/

RE: Maven Plugin ITs with M2 disabled

2015-09-26 Thread Martin Gainty
> Date: Sat, 26 Sep 2015 10:53:44 +0200 > To: dev@maven.apache.org > Subject: Maven Plugin ITs with M2 disabled > From: rfscho...@apache.org > > Hi, > > FYI, I've disabled these jobs [1][2] on our buildserver. They gave some > odd M2-specific errors I don't want to spent time on. Time to mov

RE: Account on issues.apache.org/jira

2015-08-26 Thread Martin Gainty
Norbert what is a *non-standard problem* ? Martin > From: norbertw...@gmail.com > Date: Wed, 26 Aug 2015 19:02:39 +0200 > Subject: Account on issues.apache.org/jira > To: dev@maven.apache.org > > Hi, > What is the email address to report (non standard) problems with the JIRA > account? > > R

RE: Using ${revision} as a version

2015-08-24 Thread Martin Gainty
> Date: Sun, 23 Aug 2015 17:16:07 +0200 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Using ${revision} as a version > > Hi, > > I have test project where i defined the pom like this: > > ... >4.0.0 > >com.soebes.examples.j2ee >parent >${revision} >pom

RE: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Martin Gainty
Barrie https://maven.apache.org/guides/development/guide-testing-development-plugins.html suggests setting up profile in settings.xml to enable or disable snapshots then invoke mvn profile mvn -pProfileWithoutSnapshot did you try configuring profile in settings.xml? Martin

RE: [VOTE] Add Manfred Moser as committer

2015-05-13 Thread Martin Gainty
+1 Martin > Date: Wed, 13 May 2015 09:16:19 +0100 > Subject: Re: [VOTE] Add Manfred Moser as committer > From: stephen.alan.conno...@gmail.com > To: dev@maven.apache.org > > +1 > > On 13 May 2015 at 08:36, Kristian Rosenvold > wrote: > > > +1 > > 13. mai 2015 8.55 a.m. skrev "Hervé BOUTEMY"

RE: Codehaus EOL and MAVENUSER Confluence Wiki

2015-03-04 Thread Martin Gainty
> From: herve.bout...@free.fr > To: dev@maven.apache.org > Subject: Codehaus EOL and MAVENUSER Confluence Wiki > Date: Wed, 4 Mar 2015 02:20:09 +0100 > > Hi, > > I got a report from someone about links from Jira to old Codehaus MAVEN > Confluence Wiki [1]: I explained that we already copied

RE: Slave windows2 machine crashed

2015-02-08 Thread Martin Gainty
500+ testcases in Lucene 4.10.2 cause OOM and PermGen errors ..this configuration cured OOM and PermGen errors org.apache.maven.plugins maven-surefire-plugin 2.18.1 -Xms2048M -Xmx3192M -XX:PermSize=3192M -XX:MaxPermSize=6

RE: incremental compiler questions

2015-01-11 Thread Martin Gainty
cremental compilation? MG>Would a static configuration that listens for "schema deltas" for the incremental compiler next iteration be helpful? MG>knowing the graph at any point in time seems to be a key to understanding what collection requires re-compilation MG>can Kristians work

incremental compiler questions

2015-01-09 Thread Martin Gainty
Good Evening Igor- Instead of implementing eclipe jdt for incremental java compilation is there: 1)any ability to refactor/reconfigure javac to read Last Modified Date of source file to enable incremental compilation? 2)any concerns over generated class files..are they the same? any deltas ..if

RE: "prepare for the Anschluss"

2014-12-29 Thread Martin Gainty
The issue is probably some specific old jar that uses pre Java 5 > if you find the specific dependency you will be able to check it out in > more details. Maybe try by managing the asm dependency to a newer version > than what is your resolved dependency or at least check out what

RE: Need Jira account

2014-12-24 Thread Martin Gainty
what is "the failure" you are experiencing? which maven plugin are you submitting a patch for? what is the maven version, OS and JDK your patch is targetting? Martin __

"prepare for the Anschluss"

2014-12-24 Thread Martin Gainty
the line from Sound of Music that seems applicable for this situtation when I run the dx Utility from maven-android-plugin as: java -Xmx5120M -jar $ANDROID_HOME/lib/dx.jar --dex --output=$ANDROID_HOME/target/classes.dex ${user.home}/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.5/

RE: maven-eclipe-plugin build failing due to "Could not generate DH keypair"

2014-12-07 Thread Martin Gainty
at the bank the Sun Provider would occasionaly fubar our security installation we mitigated by switching the provider to bouncycastle Kristian...where is the testcase? Martin- Nota Bene: in maven-elcipse-plugin someone *should* correct multymodule to multimodule > Date: Sun, 7 Dec 2014 13:07:05

RE: How to setup SVN for HTML content of published site?

2014-11-24 Thread Martin Gainty
> Date: Mon, 24 Nov 2014 08:32:46 -0700 > From: tibo...@lycos.com > To: dev@maven.apache.org > Subject: How to setup SVN for HTML content of published site? > > I want to deploy the site to SVN repo. > How to configure the SVN server so that the path in particular repository > would be provided

RE: Raven, take 2

2014-11-22 Thread Martin Gainty
> Date: Sat, 22 Nov 2014 08:42:24 -0500 > Subject: Re: Raven, take 2 > From: bimargul...@gmail.com > To: dev@maven.apache.org > > On Sat, Nov 22, 2014 at 8:34 AM, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > I will point out that there is a consulting company with Maven i

RE: Trying to port Neo4j on AIX

2014-08-29 Thread Martin Gainty
> Date: Fri, 29 Aug 2014 13:42:26 +1000 > Subject: Re: Trying to port Neo4j on AIX > From: chrisgw...@gmail.com > To: dev@maven.apache.org > > 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 w

RE: Welcome our new VP of Apache Maven, Hervé Boutemy

2014-07-20 Thread Martin Gainty
This is wonderful news Félicitations Herve! Martin Gainty __ > Date: Sun, 20 Jul 2014 11:42:19 +0200 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Re: Welcome our new VP of Apache Maven, Hervé Boutemy > > Hi Hervé, >

RE: Hangout summary?

2014-07-10 Thread Martin Gainty
anytime before 11pm CEST would work best for me Manfred PST is California.. who is from California? *gruss* Martin __ > Subject: Re: Hangout summary? > From: manf...@mosabuam.com > To: dev@maven.apache.org > Date: Fri, 11 Jul 2014 00:45:36 +0200 > > PST > > Igor Fedorenko wrote on 08.07

RE: Maven Developer Hangout

2014-07-07 Thread Martin Gainty
IfIAmNotLocalNexusAdmin>local-repositories are always the first repositories to be searched IfIAmLocalNexusAdmin>then promote to local nexus and search local nexus..local nexus repo will be the first searched repo then central then the plethora of maven mirrors I like the idea of package affinit

RE: Maven Developer Hangout

2014-07-04 Thread Martin Gainty
> Date: Fri, 4 Jul 2014 18:31:35 -0500 > Subject: Re: Maven Developer Hangout > From: pbened...@apache.org > To: dev@maven.apache.org > > The use of even with a symbolic id assumes there's only one > canonical location for the artifact. I don't think that's true and would > never want to be the

RE: Maven Developer Hangout

2014-07-04 Thread Martin Gainty
Many is the time I wonder where did that dependency come from? I see the addition of a repositoryId attribute as an "essential feature" for aufgeregt sein auditing goal by maven-audit-plugin Good Idea Robert! +1 Martin _ > To: dev@maven.apache.org > Subject: Re: Maven Developer Hangout >

RE: Maven Developer Hangout

2014-07-03 Thread Martin Gainty
> Date: Thu, 3 Jul 2014 09:45:22 +0100 > Subject: Re: Maven Developer Hangout > From: stephen.alan.conno...@gmail.com > To: dev@maven.apache.org > > On 2 July 2014 19:25, Robert Scholte wrote: > > > Sure, I can fill some time with my proposal.[1] > > Another thing that comes to my mind is Steph

RE: [RFC] [MENFORCER-174]

2014-06-30 Thread Martin Gainty
If I understand what you are attempting here: you wish to place additional restrictions on which artifacts are being exposed to distribution-management via a maven-enforcer-plugin rule implementor ? from a conceptual point of view Repo Managers (nexus specifically) can grant or deny access to re

RE: maven-enforcer-plugin

2014-06-29 Thread Martin Gainty
Afternoon Karl! dreading going out in the hot sun without SPF 1000 so Im dallying on the puter for as long as I can some situations I found for doxia (that you pointed out yesterday): 1)Tests wont compile clean e.g. Cast to (LinkItem) was never completed on return from parent.getBody().getBrea

RE: [VOTE] Release Apache Maven Changelog Plugin version 2.3

2014-06-26 Thread Martin Gainty
I dont know enough to make an intelligent comment on any of the deltas that may have been fixed in changelog Deprecating: As far as deprecating ..be mindful that Maven is used by over 100,000 shops for production builds Before anything gets trashed we need to keep release managers implementing

RE: Resolving the dependencies for an Artifact

2014-06-19 Thread Martin Gainty
> Date: Fri, 20 Jun 2014 08:29:10 +1000 > Subject: Re: Resolving the dependencies for an Artifact > From: william.fergu...@xandar.com.au > To: dev@maven.apache.org > > Hi Robert, > > Use case is within the android-maven-plugin we need to generate artefacts > for AAR (Android archive) dependenci

RE: Topics for "Maven Development Hangout"

2014-06-19 Thread Martin Gainty
I wondered why Hangout was setup for 1400pm Brasil time instead of CEST? I like the idea of flattened poms but I'm hesitant to advocate their usage without knowing the pros/cons for FP. I would also like to see more on full software development lifecycle..Occassionaly i see plugins that dont h

RE: A thought on local-SNAPSHOTs

2014-06-15 Thread Martin Gainty
> To: dev@maven.apache.org > Subject: Re: A thought on local-SNAPSHOTs > Date: Sun, 15 Jun 2014 13:08:17 +0200 > From: rfscho...@apache.org > > Op Sun, 15 Jun 2014 11:07:33 +0200 schreef Stephen Connolly > : > > > The real issue I see is people not defining their snapshot policy (and I > > mean

RE: Not able to download artifact java-ee-apis from com.ibm.websphere

2014-04-28 Thread Martin Gainty
answered on axis developers list "You can find it in the WAS installation directory under plugins/com.ibm.ws.runtime.jar." Br Martin > Date: Mon, 28 Apr 2014 01:22:23 -0700 > From: suhaslonar...@gmail.com > To: dev@maven.apache.org > Subject: Not able to download artifact java-ee-apis fro

RE: Maven Build Systems

2014-03-30 Thread Martin Gainty
Im answering my emails from this am i hope.. by tonite I can read all my emails BTW if you need a maven skin have a look at maven-default-skin http://maven.apache.org/skins/maven-default-skin/sample/ Does anyone know what pixware.fr is about? Merci Karl! > Date: Sun, 30 Mar 2014 20

RE: Maven Build Systems

2014-03-30 Thread Martin Gainty
> Date: Sun, 30 Mar 2014 12:57:29 +0200 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Maven Build Systems > > Hi, > > just wan't to know if i'm right... > Currently i got messages from the Apache build system like this: > > The project org.apache.maven.plugins:maven-plug

RE: Welcome Mirko Friedenhagen to the Apache Maven Team

2014-03-17 Thread Martin Gainty
Willkommen Mirko! Martin -- > Date: Mon, 17 Mar 2014 21:06:17 +0100 > From: khmarba...@gmx.de > To: dev@maven.apache.org > Subject: Re: Welcome Mirko Friedenhagen to the Apache Maven Team > > Hi Mirko, > > > On behalf of the Apache Maven PMC I am pleased to announce that Mirko > > Frieden

RE: Using Maven Project (JAR) as library for non-Maven Android project

2014-03-13 Thread Martin Gainty
I would suggest implementing your Android Application with maven-android-plugin https://code.google.com/p/maven-android-plugin/ Obrigado! Martín __ > Date: Thu, 13 Mar 2014 20:31:10 -0300 > Subject: Using Maven Project (JAR) as library for n

RE: Maven-release-plugin and scm site publication: need help

2014-02-23 Thread Martin Gainty
MG>so in your instance why does'nt maven-scm-publish to ~/maven-sites ?? > Date: Sun, 23 Feb 2014 09:52:12 -0500 > Subject: Re: Maven-release-plugin and scm site publication: need help > From: bimargul...@gmail.com > To: dev@maven.apache.org > > Never mind, I found the shell script left behi

RE: Sonatype plugin question?

2014-02-22 Thread Martin Gainty
@maven.apache.org > > On 23 Feb 2014, at 00:08, Martin Gainty wrote: > > I *think* the sonatype folk went home for weekend so I'll ask maven gurus > > Odd assumption, why didn’t you at least try asking this question on > nexus-user or nexus-dev? > > > Close to g

RE: Sonatype plugin question?

2014-02-22 Thread Martin Gainty
> to Nexus plugin running on the server. Almost looks like a broken Nexus > installation, but it's been some time since I last looked at Nexus. > > -- > Regards, > Igor > > > On 2/22/2014, 19:08, Martin Gainty wrote: > > I *think* the sonatype folk went home fo

Sonatype plugin question?

2014-02-22 Thread Martin Gainty
I *think* the sonatype folk went home for weekend so I'll ask maven gurus Close to getting a plugin working but when i start wrapper.exe the wrapper.log displays this error: "The following plugins were processed: jvm 1| ... org.sonatype.nexus.plugins:stagingrules-nexus-plugin:1.0-SNAPSHOT

RE: ftps

2014-01-14 Thread Martin Gainty
> Date: Tue, 14 Jan 2014 11:22:55 -0500 > Subject: ftps > From: shawj...@gmail.com > To: dev@maven.apache.org > > Would anyone like to work on an FTPS maven-wagon provider? I have one > started at https://github.com/shawjef3/maven-wagon/tree/wagon-ftps . So far > it's mostly a copy-paste of t

RE: ftps

2014-01-14 Thread Martin Gainty
Hi Jeff Is this what you're referring to: wagon-providers/wagon-file/target/surefire-reports/TEST-org.apache.maven.wagon.providers.file.FileWagonTest.xml java.lang.NullPointerException: null at org.apache.maven.wagon.WagonTestCase.getWagon(WagonTestCase.java:214) at org.apache.maven.

RE: Welcome Karl Heinz Marbaise as a Maven Committer

2014-01-03 Thread Martin Gainty
Willkommen Karl! Martin > To: dev@maven.apache.org; us...@maven.apache.org > Date: Fri, 3 Jan 2014 20:38:41 +0100 > Subject: Welcome Karl Heinz Marbaise as a Maven Committer > From: rfscho...@apache.org > > Hi Maven folks! > > The Apache Maven PMC is glad to welcome Karl Heinz Marbaise as new A

RE: Plugin phase awareness...

2013-12-31 Thread Martin Gainty
M/JRE 1.7.0_45 does correct the bug I will update JIRA that this only fails with 1.7.0_25 JDK/JVM/JRE (and does not fail with JDK/JVM/JRE 1.7.0_45) https://jira.codehaus.org/browse/MNG- I am puzzled why this bug is manifested when compiling and executing with 1.7.0_25 I would appreciate hear

RE: Plugin phase awareness...

2013-12-30 Thread Martin Gainty
ourt Fax: +1.940.725.0012 > Bartonville, TX 76226, USA Mobile: +1.469.556.9450 > > Professional Oracle WebLogic Server > by Robert Patrick, Gregory Nyberg, and Philip Aston > with Josh Bregman and Paul Done > Book Home Page: http://www.wrox.com/ > Kindle Version: http://www.amazon.c

RE: Plugin phase awareness...

2013-12-30 Thread Martin Gainty
Good Morning Patrick could you upload plugin and test-harness somewhere (and let me have access).. I would really like to get this working (and close out this bug) Many Thanks for your help (and support)! Martin Gainty __ Inte förändra och störa

RE: Plugin phase awareness...

2013-12-29 Thread Martin Gainty
n the phase is null as the execution was not > > bound to a phase. > > > > I have not used this specific property before, so cannot speak to whether > > it works when bound to a phase, but if your test plugin execution is not > > bound to a phase then you would not ex

RE: Plugin phase awareness...

2013-12-29 Thread Martin Gainty
hether > it works when bound to a phase, but if your test plugin execution is not > bound to a phase then you would not expect to see a non null value > > On Sunday, 29 December 2013, Martin Gainty wrote: > > > Morning All- > > > > > > > > Even after downl

RE: Plugin phase awareness...

2013-12-29 Thread Martin Gainty
time chasing the exact location of .git file.. i guess its a good thing it was Christmas Thanks Jason! Martin Gainty __ > From: jpye...@pdinc.us > To: dev@maven.apache.org > Subject: RE: Plugin phase awareness... > Date: Wed, 25 De

RE: Plugin phase awareness...

2013-12-25 Thread Martin Gainty
Wasted an enormous amount of time chasing the exact location of .git file.. i guess its a good thing it was Christmas Thanks Jason! Martin Gainty __ > From: jpye...@pdinc.us > To: dev@maven.apache.org > Subject: RE: Plugin phase

RE: Plugin phase awareness...

2013-12-25 Thread Martin Gainty
ore/src/main/java/org/apache/maven/plugin/MojoExecution.java#L160 > > > ... and, like I said, the example I pasted elsewhere in this thread does > work in maven 3.0.5 and 3.1.1. > > -- > Regards, > Igor > > On 12/24/2013, 18:01, Martin Gainty wrote: > > not found in 3

RE: Plugin phase awareness...

2013-12-24 Thread Martin Gainty
Date: Tue, 24 Dec 2013 02:53:06 +0100 > > Subject: Re: Plugin phase awareness... > > From: lennart.jore...@gmail.com > > To: dev@maven.apache.org > > > > Try just injecting the mojoExecution object. > > Then invoke the getLifecyclePhase() method in it. > >

RE: Plugin phase awareness...

2013-12-24 Thread Martin Gainty
02:53:06 +0100 > Subject: Re: Plugin phase awareness... > From: lennart.jore...@gmail.com > To: dev@maven.apache.org > > Try just injecting the mojoExecution object. > Then invoke the getLifecyclePhase() method in it. > > > 2013/12/24 Martin Gainty > > > Igor/Ta

RE: Plugin phase awareness...

2013-12-23 Thread Martin Gainty
Igor/Tamas a quick test package org.apache.maven.plugin; public class CompilerMojo extends AbstractCompilerMojo { @Parameter(defaultValue = "${mojoExecution.lifecyclePhase}") private String executionPhase; public String getExecutionPhase() { return executionPhase; } public void

RE: Plugin phase awareness...

2013-12-21 Thread Martin Gainty
bash>mvn help:effective-pom | grep phase site-deploy package generate-resources site site-deploy test test-compile compile clean install process-resources

RE: New logo?

2013-12-20 Thread Martin Gainty
> Date: Fri, 20 Dec 2013 13:01:54 -0500 > Subject: Re: New logo? > From: manf...@simpligility.com > To: dev@maven.apache.org > CC: manf...@simpligility.com > > I would move the Raven closer to the word Maven but otherwise this looks > good imho. Of course I am not sure if everyone would recogni

RE: New logo?

2013-12-19 Thread Martin Gainty
Apache? Totems? When my ancestors arrived at Ellis they were reminded ..there are "native-americans" http://indianspictures.blogspot.com/2012/01/american-native-american-photos-of.html Worth a gander? Martin __ > Date: Thu, 19 Dec 2013 2

RE: More hard problems...

2013-11-27 Thread Martin Gainty
> To: dev@maven.apache.org > Subject: Re: More hard problems... > Date: Tue, 26 Nov 2013 22:57:45 +0100 > From: e...@zusammenkunft.net > > Am 26.11.2013, 22:02 Uhr, schrieb Robert Scholte : > > In addition to this story: There's an open issue called MDEPLOY-118 > > which describes a relate

RE: Model Version 5.0.0

2013-11-24 Thread Martin Gainty
> Date: Sat, 23 Nov 2013 23:47:55 -0500 > From: i...@ifedorenko.com > To: dev@maven.apache.org > Subject: Re: Model Version 5.0.0 > > > > On 11/23/2013, 23:08, Jason van Zyl wrote: > > > > On Nov 23, 2013, at 5:44 PM, Stephen Connolly > > wrote: > > > >> Before I forget, here are some of m

RE: Boy have we got a broken webpage

2013-11-17 Thread Martin Gainty
Standard Nix line-ending windows line-end unix2dos usually cures are you're thinking of a filter to catch \n Line-endings by maven-site ? MG > Date: Sun, 17 Nov 2013 08:20:15 -0500 > Subject: Re: Boy have we got a broken webpage > From: bimargul...@gmail.com > To: dev@maven.apache.org

RE: Stupid Question about plugin annotations

2013-09-20 Thread Martin Gainty
looks like we need to hire you to check our code..(provided you work for free) package org.apache.maven.plugins.annotations; import java.lang.annotation.RetentionPolicy; @Documented @Retention( RetentionPolicy.CLASS ) @Target( { ElementType.FIELD } ) @Inherited public @interface Parameter R

RE: Lost in space with Subversion...

2013-09-14 Thread Martin Gainty
> Date: Sun, 15 Sep 2013 00:50:17 +0200 > Subject: Lost in space with Subversion... > From: denn...@apache.org > To: dev@maven.apache.org > > Hi, > > When working on improving our license header compliance I ran into a > problem I've not encountered before: spaces in the path of a directory

RE: Plugin testing release for 3.1.1

2013-09-13 Thread Martin Gainty
Manfred if there is a problem is on the Apache side you should be able to make the change wheres the hangup ? Martin __ > Date: Fri, 13 Sep 2013 00:05:23 -0400 > Subject: Plugin testing release for 3.1.1 > From: manf...@simpligility.co

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-27 Thread Martin Gainty
> Date: Sat, 27 Jul 2013 10:53:09 +0200 > Subject: 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) > From: fred.co...@gmail.com > To: dev@maven.apache.org >

RE: Passing information between goals

2013-07-24 Thread Martin Gainty
can anyone reach the URL? Baptiste is it possible to repost comments for build-helper to pastebin? http://pastebin.com/ > Date: Wed, 24 Jul 2013 15:20:33 +0200 > Subject: Re: Passing information between goals > From: m...@batmat.net > To: dev@maven.apache.org > > Hi, > > I remember doing

RE: Java version usage survey

2013-07-16 Thread Martin Gainty
Folks In the states..government sector (specifically State Agencies) lag at least 5 years behind available current releases the specific example I provide is the app I was working on was based on JVM 1.5 the Portal was based on JVM 1.4 the end result was: Annotations: NOPE Generics: NOPE Efficien

RE: How Maven works - definitions

2013-07-13 Thread Martin Gainty
use to provide further clarification we would need to know which tasks you wish to run HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene

  1   2   >