RE: Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
d change folder permission when using maven site deploy plugin On 2/3/16 8:13 PM, Tim Wu T wrote: > Hi All, > > > When we deploy the site to our Linux server, I found maven will > execute "chmod -Rf g+w,a+rX " in the log folder every time, and this > will takes very lo

Avoid change folder permission when using maven site deploy plugin

2016-02-03 Thread Tim Wu T
Hi All, When we deploy the site to our Linux server, I found maven will execute "chmod -Rf g+w,a+rX " in the log folder every time, and this will takes very long time (Maybe 5-6 minutes) Is there any way to avoid this? Thanks very much. Br, Tim

RE: Surefire and testing plugin issue

2014-09-28 Thread Tim Wu T
Never used maven "testng" plugin to run the test case, maybe you mean the dependency is testng? Surefire plugin could support different test engine, testng/junit3/junit4. Br, Tim -Original Message- From: Subramanian Olagappan [mailto:osu...@gmail.com] Sent: den 27 september 2014 17:08

RE: Try to find 2.0.11-SNAPSHOT-site_en.xml

2014-05-16 Thread Tim Wu T
I send this post two days ago, just received it :) The problem already been solved, I created an empty site in the parent pom.xml and deploy it. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 14 maj 2014 20:48 To: Maven Users List Subject: Try to

Try to find 2.0.11-SNAPSHOT-site_en.xml

2014-05-16 Thread Tim Wu T
Hi there, I met a tricky question, I just transfer from nexus to artifactory, and I met this problem when I build our project: It show me missing this file: in artifactory, 2.0.11-SNAPSHOT-site_en.xml, then report a error, is true, we don't have this site file, why I have to keep a site descri

RE: Maven sure fire plugin npe problem.

2014-04-27 Thread Tim Wu T
signup process on the RoW On Saturday, 26 April 2014, Tim Wu T wrote: > Not sure if anyone could show me how to create a TR for this, I don't > have a JIRA account. > > Br, > Tim > > -Original Message- > From: Tim Wu T [mailto:tim.t...@ericsson.com ] > Se

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
Not sure if anyone could show me how to create a TR for this, I don't have a JIRA account. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 26 april 2014 22:53 To: Maven Users List Subject: RE: Maven sure fire plugin npe problem. Hi, After d

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
se of the failure. You might want to try a few different testNG versions to see if this is a recently introduced regression. Surefire should probably not NPE on this, but gaining some insight into the root cause is probably a good thing (tm). Kristian 2014-04-24 21:57 GMT+02:00 Tim Wu T :

Maven sure fire plugin npe problem.

2014-04-24 Thread Tim Wu T
Hi everyone, I am not sure if some of you met this problem before, we have some smoke test in Jenkins sever, which will run some test case through maven sure fire plugin, version is 2.17 But it will always throw an exception like this: java.lang.NullPointerException at org.apache.maven.su

RE: Rule for maven plugin inheritance

2014-02-24 Thread Tim Wu T
Hi Wayne, Thanks, will try today. Br, Tim -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: den 24 februari 2014 23:11 To: Maven Users List Subject: Re: Rule for maven plugin inheritance > At first, I define two maven java doc plugin inside the reporting tag > and u

Rule for maven plugin inheritance

2014-02-24 Thread Tim Wu T
Hi there, Met an interesting question recently about plugin inheritance and hope you could give me some feedback :) At first, I define two maven java doc plugin inside the reporting tag and used to generate different type of javadoc, one for standard javadoc and for customize one. Later, I wa

RE: Maven Assembly plugin is not working when install

2013-09-01 Thread Tim Wu T
Looks like your bind works well. The assembly was called when the package phase was arrived. Br, Tim -Original Message- From: Baptiste Mathus [mailto:bmat...@gmail.com] Sent: Monday, September 02, 2013 2:47 PM To: Maven Users List Subject: Re: Maven Assembly plugin is not working when i

RE: Maven assembly single goal not works.

2013-07-31 Thread Tim Wu T
rated and attached. Hence the error message. mvn package single:assembly (which is needless with your configuration if you don't remove the executions part) Cheers, Rotsch 2013/7/31 Tim Wu T > HI there, > > I try to use the assembly single goal to generate a jar with > d

Maven assembly single goal not works.

2013-07-30 Thread Tim Wu T
HI there, I try to use the assembly single goal to generate a jar with dependencies, my config looks like this: maven-assembly-plugin 2.3

RE: How to curtomize the maven release plugin upload jars?

2013-04-01 Thread Tim Wu T
Hi Barrie, Thanks. Br, Tim -Original Message- From: Barrie Treloar [mailto:baerr...@gmail.com] Sent: Tuesday, April 02, 2013 12:35 PM To: Maven Users List Subject: Re: How to curtomize the maven release plugin upload jars? On 2 April 2013 13:53, Tim Wu T wrote: > Hi there, >

How to curtomize the maven release plugin upload jars?

2013-04-01 Thread Tim Wu T
Hi there, We met an issue recently and maybe you could provide some help for me. We have project name "A", and we have a branch called branchA except the mater branch for this project. In sometimes, we also want to release the branchA, but it will cause the confusion when it was upload the nex

RE: Release:perform failing on git ...

2013-03-07 Thread Tim Wu T
Mar 7, 2013 at 8:49 PM, Tim Wu T wrote: > I think it should better for you to provide more stacktrace. > > [ERROR] The git-clone command failed. This message is too limited to find > the root cause. > > Br, > Tim > -Original Message- > From: Benson Margulies [ma

RE: Release:perform failing on git ...

2013-03-07 Thread Tim Wu T
I think it should better for you to provide more stacktrace. [ERROR] The git-clone command failed. This message is too limited to find the root cause. Br, Tim -Original Message- From: Benson Margulies [mailto:bimargul...@gmail.com] Sent: Friday, March 08, 2013 9:47 AM To: Maven Users Li

RE: Multi-module site problems: parent pom not downloaded

2012-07-02 Thread Tim Wu T
Hi Maybe you can try adding mirror to make it download only though your repo. Br, Tim -Original Message- From: Laird Nelson [mailto:ljnel...@gmail.com] Sent: Tuesday, July 03, 2012 6:25 AM To: Maven Users List Subject: Multi-module site problems: parent pom not downloaded My apologies

RE: Code coverage report for multi module maven project reports zero in some modules

2012-07-01 Thread Tim Wu T
Hi, I met the same problem with you, now, I use jenkins cobuertural plugin, which will help me generate a whole report, not only include some packages :) Br, Tim -Original Message- From: kfmoh...@uci.edu [mailto:kfmoh...@uci.edu] Sent: Sunday, July 01, 2012 9:51 AM To: Maven Users List

RE: How to run parallel test suite files in Maven

2012-06-25 Thread Tim Wu T
It seems threadcount and parallel tag is not a correct choice, it only include "method, classes and test. Try this: 2 Br, Tim -Original Message- From: kristian.rosenv...@zenior.no [mailto:kristian.rosenv...@zenior.no] On Behalf Of Kristian Rosenvold Sent: Tuesday, June 26, 2012 1:44 PM

RE: maven dependency plugin and maven 3

2012-06-04 Thread Tim Wu T
meone else's thread. Start a new thread instead. Also, this question is much more appropriate on the Nexus users mailing list. This is a generic Maven mailing list. /Anders On Mon, Jun 4, 2012 at 11:19 AM, Tim Wu T wrote: > Do you know if there is any small tool for us to deploy the 3pp jar int

RE: maven dependency plugin and maven 3

2012-06-04 Thread Tim Wu T
Do you know if there is any small tool for us to deploy the 3pp jar into nexus in additional to the nexus gui? Br, Tim Ericsson TIM WU Software Designer CBC/XIT/J 100102, China Phone 84768153 (13153) SMS/MMS +86 13810715183 tim.t...@ericsson.com www.ericsson.com This Communication is Conf

RE: Unable to update index for central|http://repo1.maven.org/maven2

2012-03-30 Thread Tim Wu T
Hi, Pls check the network connection using ping repo1.maven.org Maybe there are some changes in your network. If the result of ping is failure, you need add a proxy in your settgins.xml. Br, Tim -Original Message- From: zhangwujun [mailto:zhangwu...@neusoft.com] Sent: Saturday, March

RE: Avoid constant manual artifact installation in Netbeans

2012-03-15 Thread Tim Wu T
Hi, Maybe you can try assembley plugin, like this: maven-assembly-plugin GG

RE: Maven 2 can not use Alternate Doclets

2012-03-12 Thread Tim Wu T
jar I just curious, if I do not add this, what will happen? Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t

RE: Release perform met exception because of strange project structure.

2012-01-20 Thread Tim Wu T
Hi Wayne, I had changed the project structure now, it works well. Thanks for your comments. Brs, Tim -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Saturday, January 21, 2012 12:30 AM To: Maven Users List Subject: Re: Release perform met exception because of stran

Release perform met exception because of strange project structure.

2012-01-19 Thread Tim Wu T
Hi there, I met a tricky problem about release. I used jenkins release plug in to do the release, in the past, everything is ok. However, yesterday, there is a new project, the project structure like this: Project -.git --myproject pom.xml -