Re: https://builds.apache.org/job/maven-wagon-windows - No Maven

2016-11-24 Thread Dan Tran
of nodes to Puppet to better manage consistency across nodes > > I just changed the job config > > Regards, > > Hervé > > [1] https://cwiki.apache.org/confluence/display/INFRA/Jenkins > > Le mercredi 23 novembre 2016, 15:53:38 CET Dan Tran a écrit : > > this build

Re: MRESOURCES-231

2016-11-24 Thread Dan Tran
it is the only way to represent empty string under XML -Dan On Thu, Nov 24, 2016 at 12:35 AM, Christian Schulte <c...@schulte.it> wrote: > Am 11/24/16 um 02:40 schrieb Dan Tran: > > ? > > That is working indeed! Thanks. Is this something official - the way to > go -

Re: MRESOURCES-231

2016-11-23 Thread Dan Tran
? On Wed, Nov 23, 2016 at 3:37 PM, Christian Schulte wrote: > If there is > > @Parameter( defaultValue = "\\" ) > protected String escapeString; > > in a plugin, how can I set the field to null or an empty string? > I tried '' and '' but that > still leads to the field

https://builds.apache.org/job/maven-wagon-windows - No Maven

2016-11-23 Thread Dan Tran
this build job has no maven to run ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.0.5 doesnt exist can someone with right access fix this? Thanks -Dan

Re: RFC on MNG-6003: Drastically reduce JAVA_HOME discovery code

2016-04-15 Thread Dan Tran
the discovery of java home at Linux is a fantastic feature. On Fri, Apr 15, 2016 at 4:43 PM, Christian Schulte wrote: > And I do have seen systems installing some shell script at > '/usr/bin/java' not even beeing a Java launcher at all. > > So, > > +1 for the branch > -∞ for

Re: [DISCUSS] MDEPLOY-205: MavenProject with only attachments must have packaging "pom"

2016-01-09 Thread Dan Tran
what about packaging=bundle? it has jar extension -D On Sat, Jan 9, 2016 at 9:04 AM, Robert Scholte wrote: > Hi, > > I've created MDEPLOY-205: MavenProject with only attachments must have > packaging "pom"[1] > > If I apply such a change, tests written for MDEPLOY-45 and

Re: [DISCUSS] MDEPLOY-205: MavenProject with only attachments must have packaging "pom"

2016-01-09 Thread Dan Tran
han used as attachment. > None of the IT's contain a valid real world example. > > thanks, > Robert > > > Op Sat, 09 Jan 2016 19:11:28 +0100 schreef Dan Tran <dant...@gmail.com>: > > > what about packaging=bundle? it has jar extension >> >> -D >> >>

Re: [VOTE] Release Apache Maven JAR Utilities version 1.2

2016-01-01 Thread Dan Tran
-01-01 um 05:12 schrieb Dan Tran: > >> Strange, I even went this far in my pluginManagement >> >> >>org.apache.maven.plugins >>maven-project-info-reports-plugin >>

Re: [VOTE] Release Apache Maven JAR Utilities version 1.2

2015-12-31 Thread Dan Tran
I add this jar to my project-info-report-plugin org.apache.maven.plugins maven-project-info-reports-plugin ${project-info-report.plugin.version} org.apache.maven.shared maven-shared-jar

Re: [VOTE] Release Apache Maven JAR Utilities version 1.2

2015-12-31 Thread Dan Tran
I went ahead to commit MPIR to pick up maven-shared-jar-1.2-SNAPSHOT sothat I can test with the plugin snapshot first Thanks -D On Thu, Dec 31, 2015 at 8:12 PM, Dan Tran <dant...@gmail.com> wrote: > Strange, I even went this far in my pluginM

Re: [VOTE] Release Apache Maven JAR Utilities version 1.2

2015-12-31 Thread Dan Tran
the old bcel, looks like my settings just disappear Could you hookup the report plugin ( 2.8.2-SNAPSHOT) with the snapshot of maven-shared-jar-1.2?. I can give it a try Thanks -D On Thu, Dec 31, 2015 at 6:42 PM, Michael Osipov <micha...@apache.org> wrote: > Am 2016-01-01 um 01:47 sc

Re: Intend to release release 2.5.3

2015-10-12 Thread Dan Tran
+1 On Mon, Oct 12, 2015 at 9:01 AM, Benson Margulies wrote: > To me, it's a pretty urgent situation when the current version of the > release plugin blows up; what if we end up unable to release the > release plugin? So, absent any objections or further discussion of the

Re: Can anyone explain this missing plexus utils class?

2015-10-11 Thread Dan Tran
ly a core issue, won't someone comment who delves into > > > that part of the salt mine? > > > > > > > > > On Sun, Oct 11, 2015 at 2:57 PM, Dan Tran <[hidden email] > > <http:///user/SendEmail.jtp?type=node=5848412=1>> wrote: > > >> I encounter the

Re: Can anyone explain this missing plexus utils class?

2015-10-11 Thread Dan Tran
I encounter the same issue and filed at https://issues.apache.org/jira/browse/MRELEASE-907 -D On Sat, Oct 10, 2015 at 5:43 PM, Benson Margulies wrote: > I see that the bad version of plexus-utils is called out in the > maven-release parent pom. I patched it in place in

Re: Can anyone explain this missing plexus utils class?

2015-10-11 Thread Dan Tran
maven-plugins pom at all. > > > On Sun, Oct 11, 2015 at 3:22 PM, Dan Tran <dant...@gmail.com> wrote: > > Dont think it is maven core issue, maven-release parent's > > dependencyManagment locks plexus-utils to 3.0.10. > > > > May as well fix up maven-r

Re: Can anyone explain this missing plexus utils class?

2015-10-11 Thread Dan Tran
On Sun, Oct 11, 2015 at 5:22 PM, Benson Margulies <bimargul...@gmail.com> wrote: > On Oct 11, 2015 6:59 PM, "Dan Tran" <dant...@gmail.com> wrote: > > > Hi all, according to my understanding, maven uses depManagement to lock > > down and version. > >

Re: Donation by the Apache Maven team: maven-eclipse-plugin

2015-10-07 Thread Dan Tran
Just wonder after the migration which plugin would (apache, codehaus) mvn eclipse: picks up? Thanks -Dan On Wed, Oct 7, 2015 at 12:22 PM, Robert Scholte wrote: > Hi, > > as one might already have read: the Apache Maven team has decided to stop > the

Re: Donation by the Apache Maven team: maven-eclipse-plugin

2015-10-07 Thread Dan Tran
Some goals can run outside of maven project. Very likely apache one will be first. -D On Wednesday, October 7, 2015, Robert Scholte <rfscho...@apache.org> wrote: > It should be the first one specified in pluginManagement > > Robert > > Op Wed, 07 Oct 2015 23:38:10 +0200 s

Re: [GitHub] maven-wagon pull request: Add Data URI (RFC 2397) Wagon provider

2015-09-29 Thread Dan Tran
+1 not included. This is very similar to maven-scm provider for P4Java/Perforce it is maintained outside of maven. Thanks -Dan On Tue, Sep 29, 2015 at 3:25 PM, jycr wrote: > Github user jycr commented on the pull request: > >

Re: [1/3] maven git commit: Package and configure log4J 2.4 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/log4j2-color.xml to enjoy the colorised console

2015-09-28 Thread Dan Tran
do we have option to disable the colorize? -D On Mon, Sep 28, 2015 at 4:08 PM, wrote: > Repository: maven > Updated Branches: > refs/heads/slf4j-log4j2.4 [created] 2c78decb9 > > > Package and configure log4J 2.4 by default. > Replace the content of

Re: [GitHub] maven-wagon pull request: Add Data URI (RFC 2397) Wagon provider

2015-09-28 Thread Dan Tran
yeah, not sure what is use case to link Maven and Wagon via this provider -D On Mon, Sep 28, 2015 at 11:23 AM, michael-o wrote: > Github user michael-o commented on the pull request: > > https://github.com/apache/maven-wagon/pull/10#issuecomment-143834031 > > Is

Re: [VOTE] Release Apache Maven Parent POM version 27

2015-09-20 Thread Dan Tran
+1 none binding, run maven-wagon build with this staging artifact and also verify the gpg plugin option to store passphase in settings.xml -Dan On Sun, Sep 20, 2015 at 2:53 PM, Jason van Zyl wrote: > +1 > > > On Sep 20, 2015, at 5:06 PM, Hervé BOUTEMY >

Need Instructions to merge PR from GitHub to Apache

2015-09-19 Thread Dan Tran
Hi, I am still very new to Git. Any instructions how to do this is greatly appreciated Thanks -Dan ref: https://github.com/apache/maven-wagon/pull/16#issuecomment-141720699

Re: Need Instructions to merge PR from GitHub to Apache

2015-09-19 Thread Dan Tran
the commit to close the issue on Github > > > > closes #67 > > Then I run the tests and if all is good I > > git push > > > On Sep 19, 2015, at 8:08 PM, Dan Tran <dant...@gmail.com> wrote: > > > > Hi, > > > > I am still very new to Git. A

[RESULT] [VOTE] Release Wagon 2.10

2015-09-12 Thread Dan Tran
Hi, The vote has passed with the following result: +1 (binding): Hervé Boutemy, Olivier Lamy, Karl Heinz Marbaise +1 (non binding): Dan Tran I will promote the artifacts to the central repo. -Dan PS: Need help from PMC to push the source to apache distribution area On Sat, Sep 12, 2015

Re: [VOTE] Release Wagon 2.10

2015-09-12 Thread Dan Tran
Hi, The vote has passed with the following result: +1 (binding): Hervé Boutemy, Olivier Lamy, Karl Heinz Marbaise +1 (non binding): Dan Tran I will promote the artifacts to the central repo. -Dan On Sat, Sep 12, 2015 at 4:28 AM, Hervé BOUTEMY <herve.bout...@free.fr> wrote: > +1 &g

Re: [RESULT] [VOTE] Release Wagon 2.10

2015-09-12 Thread Dan Tran
at 12:14 PM, Dan Tran <dant...@gmail.com> wrote: > Hi, > > The vote has passed with the following result: > > +1 (binding): Hervé Boutemy, Olivier Lamy, Karl Heinz Marbaise > +1 (non binding): Dan Tran > > I will promote the artifacts to the central repo. >

[ANN] Apache Maven Wagon 2.10

2015-09-12 Thread Dan Tran
Hi, The Apache Maven team is pleased to announce the release of Apache Maven Wagon 2.10. Apache Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. Web site: http://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 2.10 [WAGON-413]

Re: [RESULT] [VOTE] Release Wagon 2.10

2015-09-12 Thread Dan Tran
Thanks, -D On Sat, Sep 12, 2015 at 1:11 PM, Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi Dan, > > i will take care of it... > > > On 9/12/15 10:06 PM, Dan Tran wrote: > >> Hi, >> >> I sent out the announcement, need help from a PMC to fin

Re: [VOTE] Release Wagon 2.10

2015-09-10 Thread Dan Tran
+1 from me. None binding Verify the staging with WAGON-440, build and run unit test with the source bundle at staging as well Thanks -Dan On Wed, Sep 9, 2015 at 12:24 PM, Dan Tran <dant...@gmail.com> wrote: > Hi, > > We have fixed 2 issues: > *https://issues.apac

Re: preparing Maven Parent POM version 27

2015-09-09 Thread Dan Tran
it is worth to pick up latest release plugin 2.5.2 and gpg-plugin 1.6? Thanks -D On Tue, Sep 8, 2015 at 11:46 PM, Barrie Treloar wrote: > On 9 September 2015 at 16:02, Anders Hammar wrote: > > > Yes! Didn't we already decide on this? Or was it Java 7

[VOTE] Release Wagon 2.10

2015-09-09 Thread Dan Tran
Hi, We have fixed 2 issues: *https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12332441 * Staging repository: https://repository.apache.org/content/repositories/maven-1207 Staged site:

Re: Maven Wagon SSH 2.10

2015-09-06 Thread Dan Tran
building the snapshot again. So I had to remove the remote tag I may need to jump to IRC looking for some help Thanks -Dan On Fri, Sep 4, 2015 at 1:51 AM, Dan Tran <dant...@gmail.com> wrote: > currently encounter test failures at wagon-scm ( centos--7).!!! > > -D > > &g

Re: Maven Wagon SSH 2.10

2015-09-04 Thread Dan Tran
currently encounter test failures at wagon-scm ( centos--7).!!! -D On Thu, Sep 3, 2015 at 8:30 AM, Dan Tran <dant...@gmail.com> wrote: > Thanks Jason > > Should have google it myself last night > http://stackoverflow.com/questions/5009096/files-showing-as-modified-direct

Re: Maven Wagon SSH 2.10

2015-09-03 Thread Dan Tran
y to help. > > > On Sep 3, 2015, at 4:25 AM, Dan Tran <dant...@gmail.com> wrote: > > > > My first attempt to cut wagon release endind with this error at prepare > step > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-releas

Re: Maven Wagon SSH 2.10

2015-09-03 Thread Dan Tran
-ssh/src/main/java/org/apache/maven/wagon/providers/ssh/jsch/ScpWagon.java:modified][ERROR] -> [Help 1] looks like ScpWagon line ending get change after checkout. Any suggestion? Thanks -Dan On Wed, Sep 2, 2015 at 3:59 PM, Dan Tran <dant...@gmail.com> wrote: > Hi Karl, > &

Re: Maven Wagon SSH 2.10

2015-09-02 Thread Dan Tran
> On 9/2/15 12:17 AM, Dan Tran wrote: > >> Hi Karl, >> >> Could you please release this? >> >> Very much appreciated >> >> -Dan >> >> On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford <anth...@whitford.com> >> wrote: >&g

Re: Maven Wagon SSH 2.10

2015-09-01 Thread Dan Tran
Hi Karl, Could you please release this? Very much appreciated -Dan On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford wrote: > Any chance we could get a Maven Wagon SSH 2.10 release? (I’ve been > waiting for WAGON-413.) > >

Re: maven git commit: MNG-5878 added project.directory property to configure module directory when not equals to artifactId

2015-08-26 Thread Dan Tran
Very excited to see how I can use this property. Good stuff Thanks -Dan On Wed, Aug 26, 2015 at 1:50 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: I think I have found a way to support module directory in SCM site that is not artifactId AFAIK, it's a long awaited feature that was until

Re: maven git commit: MNG-5878 added project.directory property to configure module directory when not equals to artifactId

2015-08-26 Thread Dan Tran
configuration: then there was no proposal associated until MNG-5878 Now it's time to see if my (implemented) proposal is ok both from usability point of view and from code point of view Regards, Hervé Le mercredi 26 août 2015 17:55:48 Dan Tran a écrit : Very excited to see how I can use

Re: [VOTE] Release Apache Maven Invoker Plugin version 2.0.0

2015-06-27 Thread Dan Tran
+1 none binding. Tested with both maven 3.2.x and 3.3.x Thanks Karl Heinz for doing this -Dan On Sat, Jun 27, 2015 at 8:02 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, this is only a bug fix release and based on the fix we required to use Java 1.6 Only (that is the reason for the

Re: [VOTE] Release Apache Maven Invoker Plugin version 2.0.0

2015-06-27 Thread Dan Tran
Of course with Perforce SCM where the crucial fix is for. Thanks -Dan On Sat, Jun 27, 2015 at 9:40 AM, Dan Tran dant...@gmail.com wrote: +1 none binding. Tested with both maven 3.2.x and 3.3.x Thanks Karl Heinz for doing this -Dan On Sat, Jun 27, 2015 at 8:02 AM, Karl Heinz Marbaise

Re: [jira] [Commented] (MINVOKER-187) Cloned IT project must be writable

2015-06-19 Thread Dan Tran
://issues.apache.org/jira/browse/MINVOKER-187 Project: Maven Invoker Plugin Issue Type: Bug Affects Versions: 1.10 Reporter: Dan Tran Priority: Critical Fix For: 3.0.0 Attachments: MINVOKER-187.patch m-invoker

Re: [Mojohaus] Have we guidelines for cutting releases?

2015-06-18 Thread Dan Tran
do we still stage at nexus.codehaus.org? Thanks -D On Thu, Jun 18, 2015 at 12:50 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: More asking about what minimum parent version, etc and have any releases been cut yet to prove the process On Thursday, June 18, 2015, Manfred Moser

http://repository.apache.org/ is down?

2015-06-07 Thread Dan Tran
Can someone confirm if http://repository.apache.org is down at your side? Thanks -Dan

Re: http://repository.apache.org/ is down?

2015-06-07 Thread Dan Tran
It is back now in California Thanks -Dan On Sun, Jun 7, 2015 at 5:47 PM, Igor Fedorenko i...@ifedorenko.com wrote: Nexus UI showed up from here (Toronto). -- Regards, Igor On Sun, Jun 7, 2015, at 08:41 PM, Dan Tran wrote: Can someone confirm if http://repository.apache.org is down

Need wagon 2.10 create at jira

2015-05-21 Thread Dan Tran
Hi maven-wagon-2.9 is not released yet at Jira, please help to fix it and create maven-wagon-2.10 as well Very much appreciated and thanks -Dan

Re: [VOTE] Maven Site upgrade to maven-fluido-skin 1.4

2015-05-07 Thread Dan Tran
looking good +1 Did you get this out of the box?, or you do have additional configurations to the skin. ( where is it, since I'd like to copy it) Thanks -Dan On Thu, May 7, 2015 at 11:51 AM, Francisco Collao Gárate pcoll...@gmail.com wrote: +1.. non binding much better!!! On Thu, May 7,

Re: VOTE] Release Apache Maven Assembly Plugin version 2.5.4

2015-04-24 Thread Dan Tran
+1 none binding tested with my production build Thanks -D On Fri, Apr 24, 2015 at 10:42 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Kristian, tested with Maven 2.2.1, 3.0.5, 3.1.1, 3.2.5, 3.3.1 without any issue so +1 from me. Kind regards Karl Heinz Marbaise On 4/23/15 8:27

Re: [VOTE] Release Wagon 2.9

2015-04-21 Thread Dan Tran
+1 ( none binding) Tested maven-3.2.2 with wagon-2.8 swapped out for wagon-2.9 * ssh site deploy works with wagon-2.9 as extension * http deploy works * wagon ssh download no longer hang -Dan On Tue, Apr 21, 2015 at 7:38 AM, Jason van Zyl ja...@takari.io wrote: Hi, We have fixed

Re: Releasing maven-invoker-plugin 1.10.1?

2015-04-16 Thread Dan Tran
No problem, I have done it before. Just want to ask Thanks -D On Thu, Apr 16, 2015 at 11:22 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Dan, On 4/16/15 8:05 PM, Dan Tran wrote: Hi Karl Heinz Could you help to release this plugin? Since you just flawlessly do it so well

Re: Releasing maven-invoker-plugin 1.10.1?

2015-04-16 Thread Dan Tran
release cause it is lifted to Java 6 already...see [1] and not 1.10.1 anymore... or do we need a 1.10.1 release instead ? [1]: http://mail-archives.apache.org/mod_mbox/maven-announce/ 201503.mbox/browser [2]: https://issues.apache.org/jira/browse/MINVOKER-190 On 4/16/15 8:52 PM, Dan Tran

Re: Releasing maven-invoker-plugin 1.10.1?

2015-04-16 Thread Dan Tran
change or create a branch from 1.10 Robert Op Thu, 16 Apr 2015 21:12:34 +0200 schreef Dan Tran dant...@gmail.com: I dont mind waiting for 3.0. do you have ETA for 3.0? Thanks -Dan On Thu, Apr 16, 2015 at 12:05 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Dan, when would

Re: Releasing maven-invoker-plugin 1.10.1?

2015-04-16 Thread Dan Tran
Darn, my fix required Java 6. Thoughts? -D On Thu, Apr 16, 2015 at 12:30 PM, Dan Tran dant...@gmail.com wrote: Let's roll back Kristians changes, and add them back after 1.10.1 release Thanks -D On Thu, Apr 16, 2015 at 12:16 PM, Robert Scholte rfscho...@apache.org wrote: I'd like

Releasing maven-invoker-plugin 1.10.1?

2015-04-16 Thread Dan Tran
Hi Karl Heinz Could you help to release this plugin? Since you just flawlessly do it so well :) Thanks -Dan

Re: [IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-04-10 Thread Dan Tran
Hi Please add me as well Thanks -D On Fri, Apr 10, 2015 at 1:59 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: I added you to the last request for maven-developers group https://issues.apache.org/jira/browse/INFRA-9422 Regards, Hervé Le vendredi 10 avril 2015 22:20:30 Mirko

Re: latest invoker-plugin fails RAT check

2015-04-06 Thread Dan Tran
excludesrc/test/**/*.txt/exclude /excludes /configuration /plugin /plugins /pluginManagement [1]: https://issues.apache.org/jira/browse/RAT-185 On 4/6/15 6:19 AM, Dan Tran wrote: Hi but this plugin fails rat check, did I miss configure the build

Need m-invoker-plugin 1.11 version added to jira

2015-04-06 Thread Dan Tran
Hi project admin, please create this new version so that I can close https://issues.apache.org/jira/browse/MINVOKER-187 Thanks and very much appreciated -D Or give me access to manage versions

latest invoker-plugin fails RAT check

2015-04-05 Thread Dan Tran
Hi but this plugin fails rat check, did I miss configure the build somehow? I only run it with normal clean install Thanks -Dan [INFO] *--- apache-rat-plugin:0.11:check (rat-check) @ maven-invoker-plugin --- *[INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude:

Re: latest invoker-plugin fails RAT check

2015-04-05 Thread Dan Tran
/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom.sha1 .repository/org/apache/maven/plugins/maven-plugins/24/_remote.repositories .repository/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom.sha1 On Sun, Apr 5, 2015 at 9:19 PM, Dan Tran dant...@gmail.com wrote: Hi

Re: svn commit: r1671088 - /maven/sandbox/trunk/other/jira/ASF-jira-groups.csv

2015-04-03 Thread Dan Tran
What is the reason for some committers to add the third column? -Dan On Fri, Apr 3, 2015 at 8:21 AM, agud...@apache.org wrote: Author: agudian Date: Fri Apr 3 15:21:49 2015 New Revision: 1671088 URL: http://svn.apache.org/r1671088 Log: added my jira id Modified:

Re: Integration tests on windows: has mvn.bat-mvn.cmd broken verifier?

2015-03-11 Thread Dan Tran
This also breaks plugin line mine, which invokes mvn.bat. Good release notes is needed -Dan On Wed, Mar 11, 2015 at 7:59 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: See https://builds.apache.org/job/maven-3.3-release-status-test-windows/lastCompletedBuild/testReport/

Re: Maven 3.2.6

2015-03-03 Thread Dan Tran
FYI, i think Robert configure wagon to use 2.9-SNAPSHOT to test out ssh hanging issue. We can either release wagon and downgrade wagon back to 2.8 Thanks -D On Tue, Mar 3, 2015 at 7:15 AM, Jason van Zyl ja...@takari.io wrote: Today in the afternoon here I can be around after 20h. Yesterday

Re: Remove M2_HOME setup from download page instructions

2015-01-28 Thread Dan Tran
to rework mvn script to basically relaunch itself from M2_HOME/bin/mvn. -- Regards, Igor On 2015-01-27 18:36, Dan Tran wrote: If your changes are specific to 3.2.6, however If user has M2_HOME point to an older version MAVEN, would that be a problem? Thanks -D On Tue, Jan 27, 2015 at 3

Re: Remove M2_HOME setup from download page instructions

2015-01-28 Thread Dan Tran
manfred Mirko Friedenhagen wrote on 26.01.2015 21:40: Dan, go ahead, I have not set this variable for years. Regards Mirko -- Sent from my mobile On Jan 27, 2015 5:52 AM, Dan Tran dant...@gmail.com wrote: Hi, Any objection to remove

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
ahead, I have not set this variable for years. Regards Mirko -- Sent from my mobile On Jan 27, 2015 5:52 AM, Dan Tran dant...@gmail.com wrote: Hi, Any objection to remove the need to setup M2_HOME env variable at maven download page? Thanks

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
Hi Benson By many tests are you refer to the incident at release plugin 2.5.1, or maven-core IT Thanks -D On Tue, Jan 27, 2015 at 10:28 AM, Benson Margulies bimargul...@gmail.com wrote: On Tue, Jan 27, 2015 at 1:16 PM, Dan Tran dant...@gmail.com wrote: Hi Benson, What is your verdict

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
for years. Regards Mirko -- Sent from my mobile On Jan 27, 2015 5:52 AM, Dan Tran dant...@gmail.com wrote: Hi, Any objection to remove the need to setup M2_HOME env variable at maven download page? Thanks -Dan https://jira.codehaus.org/browse

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
, Dan Tran dant...@gmail.com wrote: Strange I don't have a problem with maven-release build running with -Prun-its -D On Tue, Jan 27, 2015 at 11:20 AM, Benson Margulies bimargul...@gmail.com wrote: On Tue, Jan 27, 2015 at 2:10 PM, Dan Tran dant...@gmail.com wrote: Hi Benson By many

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
...@ifedorenko.com wrote: You sure you linked the right commit? The commit you linked is from my experimental branch and it does not change how mvn* scripts use M2_HOME environment variable. -- Regards, Igor On 2015-01-27 16:26, Dan Tran wrote: Just see this change [1] at Maven core where the 'mvn

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
If your changes are specific to 3.2.6, however If user has M2_HOME point to an older version MAVEN, would that be a problem? Thanks -D On Tue, Jan 27, 2015 at 3:01 PM, Igor Fedorenko i...@ifedorenko.com wrote: On 2015-01-27 17:35, Dan Tran wrote: My bad, it is not obvious it is from

Re: Remove M2_HOME setup from download page instructions

2015-01-27 Thread Dan Tran
Strange I don't have a problem with maven-release build running with -Prun-its -D On Tue, Jan 27, 2015 at 11:20 AM, Benson Margulies bimargul...@gmail.com wrote: On Tue, Jan 27, 2015 at 2:10 PM, Dan Tran dant...@gmail.com wrote: Hi Benson By many tests are you refer to the incident

Remove M2_HOME setup from download page instructions

2015-01-26 Thread Dan Tran
Hi, Any objection to remove the need to setup M2_HOME env variable at maven download page? Thanks -Dan https://jira.codehaus.org/browse/MNGSITE-223

Re: [VOTE] Release Apache Maven Dependency Plugin version 2.10

2015-01-22 Thread Dan Tran
Tested with my internal projects. Tested the source package with maven 2.2.1, 3.1.1, and 3.2.5 with java 6 under windows maven 2.2.1 fails at [ERROR] The following builds failed: [ERROR] * analyze-multimodule-project\pom.xml -D On Wed, Jan 21, 2015 at 1:57 PM, Karl Heinz Marbaise

Re: [CANCELED] [VOTE] Release Apache Maven Dependency Plugin version 2.10

2015-01-22 Thread Dan Tran
, Dan Tran wrote: Tested with my internal projects. Tested the source package with maven 2.2.1, 3.1.1, and 3.2.5 with java 6 under windows maven 2.2.1 fails at [ERROR] The following builds failed: [ERROR] * analyze-multimodule-project\pom.xml -D On Wed, Jan 21

Maven Eclipse Java Formatter and Checkslyle

2015-01-20 Thread Dan Tran
The current maven java formatter [1] keeps fluent statement in one line with size larger than the limit 120 This case where I had to do a few manual hacks to make checkstyle happy for PMD maven plugin Should we fix the formatter? Thanks -D [1]

[ANN] Apache Maven GPG Plugin Version 1.6 Released

2015-01-19 Thread Dan Tran
The Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 1.6 Signs the project artifacts with GnuPG. http://maven.apache.org/plugins/maven-gpg-plugin/ You should specify the version in your project's plugin configuration: plugin

[RESULT] [VOTE] Release Apache Maven GPG Plugin version 1.6 - Take 2

2015-01-19 Thread Dan Tran
Hi, The vote has passed with the following result: +1 (binding): Karl-Heinz Marbaise, Hervé Boutemy, Jason van Zyl I will promote the artifacts to the central repo. PMCs please promote the source release ZIP file and add this release the board report. Thanks -Dan

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6 - Take 2

2015-01-18 Thread Dan Tran
Hi We need a couple more PMC votes Thanks -D On Fri, Jan 16, 2015 at 9:59 AM, Dan Tran dant...@gmail.com wrote: +1 ( none binding). -D On Fri, Jan 16, 2015 at 6:33 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Dan, checked SHA1 Ok. Checked with Maven 3.2.5, 3.1.1, 3.0.5

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6 - Take 2

2015-01-16 Thread Dan Tran
5:26 AM, Dan Tran wrote: Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=11431version=20125 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%20%3D% 20MGPG%20AND%20status%20%3D%20Open%20ORDER%20BY%20key

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6

2015-01-15 Thread Dan Tran
Thanks Dennis -D On Thu, Jan 15, 2015 at 12:09 PM, Dennis Lundberg denn...@apache.org wrote: Hi, I've looked at your modifications and they look good. I found a few more typos in the documentation that I have fixed and checked in. On Tue, Jan 13, 2015 at 6:37 PM, Dan Tran dant

[VOTE] Release Apache Maven GPG Plugin version 1.6 - Take 2

2015-01-15 Thread Dan Tran
hours. [ ] +1 [ ] +0 [ ] -1 Thanks Dan Tran

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6

2015-01-14 Thread Dan Tran
@Karl, can I go ahead to drop the staging repo and the tag? or you must be one to do so? Thanks -D On Tue, Jan 13, 2015 at 9:37 AM, Dan Tran dant...@gmail.com wrote: @Dennis, I committed the fix, Please verify @maven dev, this vote is cancelled @Karl, thank you for last release work, I

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6

2015-01-14 Thread Dan Tran
Thanks, I dropped that tag, the staging is not at repository.apache.org any more. I assume you already dropped it -D On Wed, Jan 14, 2015 at 11:49 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi Dan, On 1/15/15 8:45 AM, Dan Tran wrote: @Karl, can I go ahead to drop the staging repo

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6

2015-01-13 Thread Dan Tran
@Dennis, I committed the fix, Please verify @maven dev, this vote is cancelled @Karl, thank you for last release work, I will go thru the release next time -Dan On Tue, Jan 13, 2015 at 12:52 AM, Dan Tran dant...@gmail.com wrote: Thanks Dennis, the typo is already fixed before the vote

Re: [VOTE] Release Apache Maven GPG Plugin version 1.6

2015-01-13 Thread Dan Tran
Thanks Dennis, the typo is already fixed before the vote. I will rename the passphraseServerKey to passphraseServerId per your suggestion -D On Tue, Jan 13, 2015 at 12:08 AM, Dennis Lundberg denn...@apache.org wrote: Hi, I had a quick look at the fix for

Request to release maven-gpg-plugin 1.6 and wagon-2.8.1

2015-01-12 Thread Dan Tran
Hi Karl, I added a feature at gpg and bug fixes at wagon-ssh Very much appreciated when ever you can release them Thanks -D

Re: Keeping Plexus component states persisted accross plugin executions

2015-01-08 Thread Dan Tran
/files/guest/dantran/p4maven/p4maven-mojo/src/main/resources/META-INF/maven/extension.xml the sample test is at https://swarm.workshop.perforce.com/files/guest/dantran/p4maven/p4maven-mojo/src/it/shelve -Dan On Wed, Sep 10, 2014 at 12:11 PM, Dan Tran dant...@gmail.com wrote: I am going back

Re: [2/2] maven-wagon git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven-wagon

2014-12-28 Thread Dan Tran
Obviously, I am Git newbie, not sure if this causes problem? -D On Sun, Dec 28, 2014 at 3:55 PM, dant...@apache.org wrote: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven-wagon Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit:

Re: maven-wagon git commit: [WAGON-429] add the missing WagonScp.getTransfer() to support 2G file

2014-12-27 Thread Dan Tran
I checked out maven-wagon under windows and commit via my Eclipse Luna, however it seems like I screw up the line ending. It is committed as windows mode at git However do I go about fix this issue? Thanks -D On Sat, Dec 27, 2014 at 3:35 PM, dant...@apache.org wrote: Repository: maven-wagon

Re: Upgrade maven-jar-plugin to have minimum maven 2.2.1 runtime?

2014-11-06 Thread Dan Tran
: Am 2014-10-27 um 21:21 schrieb Karl Heinz Marbaise: Hi Dan, On 10/27/14 9:01 PM, Dan Tran wrote: @Karl Are you planing to release a new maven-jar-plugin? Thanks Yeah...working on a missging single issue...apart from the current down issue of the nexus ... http://jira.codehaus.org

Re: [RESULT] [VOTE] Release Apache Maven Clean Plugin version 2.6.1

2014-11-03 Thread Dan Tran
Roselvold, Olivier Lamy, Karl Heinz Marbaise, Hervé Boutemy +1 non-binding by Mirko Friedenhagen, Dan Tran I will promote the artifact to Maven Central. Kind regards Karl Heinz Marbaise

Re: [RESULT] [VOTE] Release Apache Maven Clean Plugin version 2.6.1

2014-11-03 Thread Dan Tran
It just arrived -D On Mon, Nov 3, 2014 at 8:15 AM, Dan Tran dant...@gmail.com wrote: FYI, maven-clean-plugin 2.6.1 is not at Central yet. http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-clean-plugin/ Thanks -D On Sat, Nov 1, 2014 at 2:58 AM, Karl Heinz Marbaise khmarba

Re: [RESULT] [VOTE] Release Maven Archiver version 2.6

2014-10-31 Thread Dan Tran
Thank Michael, looking forward to the next release of maven-jar-plugin -D On Fri, Oct 31, 2014 at 9:52 AM, Michael Osipov micha...@apache.org wrote: Hi, The vote has passed with the following result: +1 (binding): Karl Heinz Marbaise, Hervé Boutemy, Kristian Rosenvold +1 (non-binding):

Re: [VOTE] Release Maven Surefire Plugin version 2.18

2014-10-31 Thread Dan Tran
+1 ( none binding) tested with internal build with surefire test and report -D On Fri, Oct 31, 2014 at 11:16 AM, tibor17 tibo...@lycos.com wrote: Great job Hevre and Andreas. Here is my voice. +1 - BR, tibor17 -- View this message in context:

Re: [VOTE] Release Apache Maven Clean Plugin version 2.6.1

2014-10-28 Thread Dan Tran
+1 (non binding), tested with my internal builds On Tue, Oct 28, 2014 at 12:33 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, here my +1... Kind regards Karl Heinz Marbaise On 10/26/14 8:48 PM, Karl Heinz Marbaise wrote: Hi, We solved 6 issues:

plexus-utils from maven-surefire-plugin-2.17 was downgraded?

2014-10-27 Thread Dan Tran
Hi, I notice the dependency report shows a downgrade [1] from 3.x ( at surefire 2.12.x) to 1.5.x at surefire 2.17 is it expected? -D [1] http://maven.apache.org/surefire/maven-surefire-plugin/dependencies.html

Upgrade maven-jar-plugin to have minimum maven 2.2.1 runtime?

2014-10-27 Thread Dan Tran
@Karl Are you planing to release a new maven-jar-plugin? Thanks -D

Re: plexus-utils from maven-surefire-plugin-2.17 was downgraded?

2014-10-27 Thread Dan Tran
see is transitively included from the maven core version. Kristian 2014-10-27 20:15 GMT+01:00 Dan Tran dant...@gmail.com: Hi, I notice the dependency report shows a downgrade [1] from 3.x ( at surefire 2.12.x) to 1.5.x at surefire 2.17 is it expected? -D [1] http

Re: plexus-utils from maven-surefire-plugin-2.17 was downgraded?

2014-10-27 Thread Dan Tran
or it is OK to show up since it is used by other dependencies. In this case maven-artifact -D On Mon, Oct 27, 2014 at 1:29 PM, Dan Tran dant...@gmail.com wrote: So I assume it should not show up under http://maven.apache.org/surefire/maven-surefire-plugin/dependencies.html ?? Thanks -D

<    1   2   3   4   5   6   7   8   9   >