Re: [ANN] Apache Maven Verifier 1.7.1 Released

2020-04-06 Thread Christopher
Never mind. I see it now. It says "This library provides a test harness for Maven integration tests." For some reason, this paragraph didn't render in my email client upon first viewing. My mistake. Sorry for the noise. On Mon, Apr 6, 2020 at 5:41 PM Christopher wrote: >

Re: [ANN] Apache Maven Verifier 1.7.1 Released

2020-04-06 Thread Christopher
What does maven-verifier-plugin do? Including this information on future announcement messages would be helpful, thanks. On Mon, Apr 6, 2020 at 5:34 PM Robert Scholte wrote: > > The Apache Maven team is pleased to announce the release of the Apache Maven > Verifier, version 1.7.1 > > This librar

Re: maven-apache-parent 22 ETA?

2019-11-05 Thread Christopher
Hi Maven devs, I just wanted to circle back to this. Is the ASF parent POM still being maintained by the Maven community? And regarding my other questions, I never got a response. Thanks for any response you can give. On Mon, Aug 5, 2019 at 4:14 PM Christopher wrote: > > Hi, > > In

maven-apache-parent 22 ETA?

2019-08-05 Thread Christopher
ost java code today... using JDK 11) https://bugs.openjdk.java.net/browse/JDK-8227487 (a minor regression also not patched in 11) https://bugs.openjdk.java.net/browse/JDK-8214856 (another bug, not sure how serious, also not patched in 11) Thanks, Christopher -

Re: Bug in processing surefire/failsafe groups

2018-04-04 Thread Christopher
output.ForkClient.consumeLine(ForkClient.java:176) at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88) at java.lang.Thread.run(Thread.java:748) Ignoring the class is great and the expected behavior... but "Corrupted STDOUT" is sti

Re: Bug in processing surefire/failsafe groups

2018-04-04 Thread Christopher
Please CC me if follow-up is needed. Thanks. On Sat, Mar 31, 2018 at 10:16 AM Enrico Olivelli wrote: > This problem has been fixed in 2.21.0, what version are you running? > > Enrico > > > Il sab 31 mar 2018, 14:54 Tibor Digana ha > scritto: > >> Christopher,

Bug in processing surefire/failsafe groups

2018-03-30 Thread Christopher
roups could be specified as patterns, it would be more obvious that a CNFE could not occur... if a pattern didn't match any classes, then it wouldn't result in a CNFE... it would simply return an empty set. Thanks, Christopher

Maven plugin developer doumentation

2017-10-23 Thread Christopher
re, or maybe just a few simple guidelines which can be shared with me. Otherwise, I fear this might be another "dependency hell" issue. Thanks for any guidance you can provide for managing plugin dependencies, Christopher

Re: Missing docs for mapping arrays

2017-03-27 Thread Christopher
I never got a response from this. I think it's still relevant. On Fri, Oct 7, 2016 at 5:33 PM Christopher wrote: > All- > > I noticed today, while reading the guide to configuring plugins[1], that > the information about mapping collections/lists explains how it is similar &g

Missing docs for mapping arrays

2016-10-07 Thread Christopher
All- I noticed today, while reading the guide to configuring plugins[1], that the information about mapping collections/lists explains how it is similar to, and different from, mapping arrays. However, there's no section on that page, or link to anywhere else, to explain how arrays themselves are

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Christopher
to see if that's the case or if it properly sets it to null or empty string or whatever when it's in the DOM without a value or if it's a system property without a value. The most useful of the three would be UNCATEGORIZED, so it can be combined with other categories and I'

Re: JUnit categories in surefire/failsafe

2016-08-31 Thread Christopher
On Wed, Aug 31, 2016 at 4:23 AM Tibor Digana wrote: > Hi Christopher, > > Some offtopic. I will answer your email but first I have a question for you > and Accumulo project. > I visited Accumulo cca one week ago. Why the build [1] hangs on IT test > executed by maven-failsafe-p

JUnit categories in surefire/failsafe

2016-08-30 Thread Christopher
tl;dr - A proposal for config independence for groups/excludeGroups properties and some special keywords for ALL, NONE, and UNCATEGORIZED groups. *** In the Apache Accumulo project, we're currently in process of trying to make use of JUnit categories to separate different classes of tests. So, w

Re: Profile Activation

2016-08-15 Thread Christopher
If there could be "AND" and "OR" primitives for profile activation conditions, you could do something like: !profilea profilea !true Sadly, this feature does not exist. On Fri, Aug 12, 2016, 11:45 Karl Heinz

Re: slf4j runtime dependency for plugin

2016-08-15 Thread Christopher
On Mon, Aug 15, 2016 at 2:37 AM Michael Osipov wrote: > Am 2016-08-14 um 23:21 schrieb Christopher: > > On Sun, Aug 14, 2016 at 4:31 PM Michael Osipov > wrote: > > > >> Am 2016-08-12 um 23:48 schrieb Christopher: > >>> Hi, > >>> > >>

Re: slf4j runtime dependency for plugin

2016-08-14 Thread Christopher
On Sun, Aug 14, 2016 at 4:31 PM Michael Osipov wrote: > Am 2016-08-12 um 23:48 schrieb Christopher: > > Hi, > > > > I use a plugin which has a runtime dependency on an slf4j implementation, > > but the plugin itself is built without declaring one in its pom. ( >

slf4j runtime dependency for plugin

2016-08-12 Thread Christopher
Hi, I use a plugin which has a runtime dependency on an slf4j implementation, but the plugin itself is built without declaring one in its pom. ( https://github.com/koraktor/mavanagaiata/issues/43) In some versions of Maven, I get a warning about slf4j not finding an implementation. In other versi

Re: opinions on MJAVADOC-451

2016-08-05 Thread Christopher
On Fri, Aug 5, 2016 at 11:19 AM Gary Gregory wrote: > On Aug 5, 2016 7:41 AM, "Benson Margulies" wrote: > > > > On Fri, Aug 5, 2016 at 10:37 AM, Christopher > wrote: > > > I'm always in favor of adding skip properties. They are very useful for > &

Re: opinions on MJAVADOC-451

2016-08-05 Thread Christopher
I'm always in favor of adding skip properties. They are very useful for manipulating builds for debugging, running on CI servers, controlling executions in child poms, etc. Even if it's not recommended to run unattended, it's still possible, so a skip option is useful. On Thu, Aug 4, 2016, 11:47 R

Re: Merging maven-release-plugin config

2016-05-29 Thread Christopher
For what it's worth, they are *not* equivalent: The element only applies to the release:perform goal, not the release:prepare goal. , on the other hand gets used by both goals. Thus, the ASF parent has activated the apache-release profile on both goals, and the Maven parent only activates it for

Re: SHA512 by default for GPG sigs

2016-05-18 Thread Christopher
M, Benson Margulies > wrote: > > > > Greg, the proposal is for the _Default ASF POM_ to be set up so that > > _all_ projects would use SHA-512. This is not a question for the Maven > > PMC. > > > > On Wed, May 18, 2016 at 1:58 PM, Greg Trasuk > wrote: > >> &

Re: [VOTE] ASF Parent POM Version 18 (take 2)

2016-05-16 Thread Christopher
On Sun, May 15, 2016 at 4:57 PM Hervé BOUTEMY wrote: > Hi, > > We solved 16 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250&version=12332150&styleName=Text > > Staging repo: > https://repository.apache.org/content/repositories/orgapacheapache-1008/ > > https:

Re: [VOTE] ASF Parent POM Version 18

2016-05-10 Thread Christopher
On Tue, May 10, 2016 at 2:37 PM Michael Osipov wrote: > Am 2016-05-10 um 20:04 schrieb Christopher: > > On Tue, May 10, 2016 at 6:58 AM Michael Osipov <1983-01...@gmx.net> > wrote: > > > >> > >> > >>> Gesendet: Montag, 09. Mai 2016 um

Re: [VOTE] ASF Parent POM Version 18

2016-05-10 Thread Christopher
On Tue, May 10, 2016 at 6:58 AM Michael Osipov <1983-01...@gmx.net> wrote: > > > > Gesendet: Montag, 09. Mai 2016 um 23:04 Uhr > > Von: "Hervé BOUTEMY" > > An: "Maven Developers List" > > Betreff: [VOTE] ASF Parent POM Version 18 > > > > Hi, > > > > We solved 12 issues: > > > https://issues.apac

Re: [VOTE] Release Apache Source Release Assembly Descriptor version 1.0.6

2016-05-04 Thread Christopher
+1 (non-binding) On Mon, May 2, 2016 at 7:50 PM Hervé BOUTEMY wrote: > Hi, > > In preparation to Apache parent pom version 18, we need a little bugfix on > Apache Source Release Assembly Descriptor to fix MPOM-106 > > We solved 1 issue: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?

Re: Question regarding maven build on RHEL 7 failing for Apache Phoenix 4.6-HBase-1.1

2016-02-18 Thread Christopher
You should try `mvn clean install -DskipTests` Putting package in there is redundant (in most cases), as install is later in the maven build lifecycle and will include the package phase, and it's probably triggering a second lifecycle execution (only up to the package phase) after it goes through

Re: [jira] [Closed] (MWAR-350) Add Skip Parameter to Skip the process

2016-01-28 Thread Christopher
On Tue, Jan 26, 2016 at 8:29 AM Paul Benedict wrote: > I'm more curious of the growth of "skip" parameters of plugins. Do they > exist really to skip the plugin, or are they really representative of the > desire to skip an entire phase? > > [snip] I frequently disable a subset of plugins which r

Re: [jira] [Closed] (MWAR-350) Add Skip Parameter to Skip the process

2016-01-25 Thread Christopher
On Mon, Jan 25, 2016 at 2:51 PM, Robert Scholte wrote: > Hi, > > I really wonder why it is useful to add a skip-parameter to the packaging > plugin? The goal for every Maven project is to end up with some (packaged) > artifact, right? > A skip-parameter because a lot of other plugins have it as we

Re: Updating the default versions for maven-compiler-plugin

2015-11-06 Thread Christopher
very least, 1.7 is a big +1, incremental improvement to the default. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Nov 6, 2015 at 2:04 PM, Gary Gregory wrote: > +1 for 1.7. > > Gary > > On Fri, Nov 6, 2015 at 4:56 AM, Attila-Mihály Balázs > wrote: > >>

Re: [INVOKER] suppress logs during "install" goal

2015-06-12 Thread Christopher
Rather than a general solution about modifying the logger, I wonder if there's just something the invoker:install goal could do to resolve / copy these differently, so that it can have an option to be less verbose in that specific mojo. -- Christopher L Tubbs II http://gravatar.com/ctubbsii

Re: [INVOKER] suppress logs during "install" goal

2015-06-11 Thread Christopher
Hi, Thanks for the suggestion. I'm not sure it's sufficient, though, because (assuming that works) it seems like it would also suppress messages I want to see. I really only want it to suppress the messages during the invoker:install task, and not any other time. -- Christopher L Tub

[INVOKER] suppress logs during "install" goal

2015-06-09 Thread Christopher
3. some manipulation of the logger configuration to hide logs from this plugin 4. since this is a common task before running ITs for plugins, it could be baked in to the integration-test goal, and automatically suppressed -- Christopher L Tu

Re: Full migration to Git

2015-05-29 Thread Christopher
+1 On Fri, May 29, 2015, 07:23 Jason van Zyl wrote: > I think it's time for a full migration of all our repositories to Git. I > just see the email with Dennis struggling to merge a simple pull request > and I think it's just time to switch completely. I think someone already > started a list an

Re: Feedback wanted on Checktyle plugin ruleset docs

2015-05-02 Thread Christopher
Of the choices, alternative 1 seems the easiest for me. On Sat, May 2, 2015, 16:10 Dennis Lundberg wrote: > Hi, > > I'm trying to visualize which version of the Checkstyle plugin > includes which predefined rulesets. There's are 3 alternatives for you > to look at here: > > https://maven.apache.

Re: [VOTE] Release Apache Maven Fluido Skin Version 1.4

2015-04-28 Thread Christopher
Isn't it generally understood that releases are by majority vote? Thus, clarification seems unnecessary. -1 only means veto under consensus voting, not majority voting. Right? On Tue, Apr 28, 2015, 07:45 Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > Karl, > > You are the release ma

Re: [VOTE] ASF Parent POM Version 17

2015-04-27 Thread Christopher
+1 (non-binding) -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Apr 27, 2015 at 3:58 AM, Stevo Slavić wrote: > +1 (non-binding) > > On Fri, Apr 24, 2015 at 9:08 PM, Karl Heinz Marbaise > wrote: > >> Hi, >> >> We solved 10 issues: >> &

Re: Timeline for ASF parent pom 17

2015-04-10 Thread Christopher
Yes, thank you. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Fri, Apr 10, 2015 at 4:07 PM, Karl Heinz Marbaise wrote: > Hi, > > I have fixed this two issues...i will take a look the next days if i can do > some more things... > > And hopefully i will start a rele

RE: RE: running net start fails from Maven but succeeds from Ant

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
epare - Stephen --- Sent from my Android phone, so random spelling mistakes are a direct result of using swype to type on the screen On 10 Nov 2010 16:49, "Hahn, Christopher (SAN DIEGO)" < christopher.h...@hp.com> wrote: I appreciate the tenacity! Look earlier in the threadI

Upgrading maven-assembly-plugin

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
_______ [cid:image001.png@01CB80C3.A70546B0] Christopher Hahn The Dude Software Production Engineering R&D Services, Hewlett-Packard Phone: 858-655-4096 Cell: 619-630-9791 ch...@hp.com<mailto:christopher.h...@hp.com> Visit our SPE Portal<http://teams5.sharepoint.hp.com/teams/SPE/default.aspx>

RE: running net start fails from Maven but succeeds from Ant

2010-11-10 Thread Hahn, Christopher (SAN DIEGO)
: Dennis Lundberg [mailto:denn...@apache.org] Sent: Tuesday, November 09, 2010 10:29 PM To: Maven Developers List Subject: Re: running net start fails from Maven but succeeds from Ant On 2010-11-09 22:58, Hahn, Christopher (SAN DIEGO) wrote: > Hello, > > I will discuss upgrading our antr

RE: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Hahn, Christopher (SAN DIEGO)
Ant On 2010-11-09 20:23, Hahn, Christopher (SAN DIEGO) wrote: > Hi, > > Thank you for getting back to me. > > I am seeing version 1.2 of the plugin. This is rather old. The latest version is 1.6. Please try that one. > The weird thing is that the ant I used (1.8) was only inst

RE: running net start fails from Maven but succeeds from Ant

2010-11-09 Thread Hahn, Christopher (SAN DIEGO)
the plugin uses/supports different versions of Ant. http://maven.apache.org/plugins/maven-antrun-plugin/ On 2010-11-09 19:50, Hahn, Christopher (SAN DIEGO) wrote: > Hello all, > > > > I am looking into why an Ant task is failing from Maven, but succeeding > > when called dir

Developed new maven plugin for Jlint

2009-07-07 Thread Christopher Moraes
Hi, I have developed a maven plugin for Jlint 3.1 and want to contribute the plugin code back to the maven project. I've gone through the maven developer documentation, but somehow cannot find instruction related to contributing plugin source code. Can someone please point me to any instructions

pde build with maven

2009-02-02 Thread Christopher Klewes
Hi, i want to setup my rcp project with a maven build. so first i want to build succesfully the example from the pde-maven-plugin site. i started by downloading the following eclipse sdk and delta pack: - eclipse-3.4.1-delta-pack.zip - eclipse-RCP-SDK-3.4.1-win32.zip i read through the examples

[jira] Commented: (MNG-1819) StringIndexOutOfBoundsException when running maven

2005-12-14 Thread Christopher Cobb (JIRA)
[ http://jira.codehaus.org/browse/MNG-1819?page=comments#action_53424 ] Christopher Cobb commented on MNG-1819: --- I am also running cygwin. If I open a windows cmd shell, I get: C:\downloads\maven-2.0.1\bin>mvn [INFO] Scanning for projects... [I

Re: Subversion , was : RE: source layout of jelly tags

2004-10-27 Thread Christopher L Merrill
Does this mean that Maven cannot be used with a Subversion repository? I had previously found this post: http://www.mail-archive.com/[EMAIL PROTECTED]/msg13243.html which seemed to indicate that the two were compatible. If not...we won't be able to use Maven on our next project :( C Jason van Zyl