[M2]Site internationalisation error!

2005-11-02 Thread Hong Xing
When I wanted to generate a Chinese site use M2, I got the folowing exceptions. My pom.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId configuration localesen,zh/locales outputEncodingGB2312/outputEncoding

Re: [M2]Site internationalisation error!

2005-11-02 Thread Hong Xing
Help!!! 2005/11/2, Hong Xing [EMAIL PROTECTED]: When I wanted to generate a Chinese site use M2, I got the folowing exceptions. My pom.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId configuration

[M2]How to get more details(such as exception stack) when unit tests fail?

2005-11-01 Thread Hong Xing
When I used -e parameter, stack information looks not enough. org.apache.maven.lifecycle.LifecycleExecutionException: There are some test failure. at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:544) at

Does CruiseControl support M2?

2005-10-28 Thread Hong Xing
Does CruiseControl support M2?

Re: How do I search for an issue in maven mailing list?

2005-10-26 Thread Hong Xing
You can use a Gmail account to store Maven's mail list, and use Gmail's search function. 2005/10/25, Jason van Zyl [EMAIL PROTECTED]: On Tue, 2005-10-25 at 19:21 +0530, [EMAIL PROTECTED] wrote: Hi , There is no search facility in maven mailing list. If I have to look for an issue do I

Re: Problems creating a site archetype

2005-10-26 Thread Hong Xing
Add a parameter -DarchetypeVersion=1.0-alpha-2 2005/10/26, Jorg Heymans [EMAIL PROTECTED]: This came up a few weeks ago already, search the mailinglist. In short: you forgot to specify -DarchetypeVersion, which is default set to RELEASE. Neil Blue wrote: Hello I am just looking at

Re: [M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-24 Thread Hong Xing
/war-mojo.html warSourceDirectory is the configuration element to set to WebRoot. On 10/23/05, Hong Xing [EMAIL PROTECTED] wrote: Hi all, In my previous projects, I have the following project layout: my-webapp |-- pom.xml |-- WebRoot | |-- index.jsp | `-- WEB-INF | `-- classes

[M2]How to change the m2's defalut webapp dir to my own webroot dir?

2005-10-23 Thread Hong Xing
Hi all, In my previous projects, I have the following project layout: my-webapp |-- pom.xml |-- WebRoot | |-- index.jsp | `-- WEB-INF | `-- classes | `-- lib `-- src When I used mvn package to package my war, it can't find my WebRoot and failed. So how can I change the m2's

[m2]scp deploy help!

2005-10-20 Thread Hong Xing
When I deploy my artifact to the remote repository, I got the following exception. Caused by: com.jcraft.jsch.JSchException: reject HostKey: 61.135.154.158 at com.jcraft.jsch.Session.checkHost(Unknown Source) at com.jcraft.jsch.Session.connect(Unknown Source) at