RE: M2: Setting up remote/internal repository

2005-12-30 Thread Law Green-A20134
Tim, Can you check ~/.m2/settings.xml file? I guess modify mirrors section. Regards, Green -Original Message- From: Tim Davies [mailto:[EMAIL PROTECTED] Sent: Friday, December 30, 2005 9:24 PM To: users@maven.apache.org Subject: M2: Setting up remote/internal repository Hi, I have

[m2] NTLM proxy setting

2005-12-16 Thread Law Green-A20134
Hi, I am behind NTLM proxy. Although I managed to make it possible to access central repository with the special version of maven-proxy provided by Daniel Beland [EMAIL PROTECTED], I am blocked by [INFO] Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : www.apache.org

[m2] WebApp Directory Layout

2005-12-15 Thread Law Green-A20134
Hi, I am trying to use M2 for webapp (plain Servlet+velocity application) development. Is there any suggestion for the directory layout? Also I found the recommended directory layout page on the maven site: src/main/javaApplication/Library sources src/main/resources

RE: [m2] can't read url exception

2005-12-15 Thread Law Green-A20134
directory are you generating using the command ? I used on maven-site and I got it to generate the site successfully. Law Green-A20134 wrote: When I running mvn -U site:site to generate offline document for maven2, I got the following error: [INFO

RE: [m2] WebApp Directory Layout

2005-12-15 Thread Law Green-A20134
Users List Subject: Re: [m2] WebApp Directory Layout Law Green-A20134 wrote: Hi, I am trying to use M2 for webapp (plain Servlet+velocity application) development. Is there any suggestion for the directory layout? Also I found the recommended directory layout page on the maven site: src/main

RE: [m2] can't read url exception

2005-12-15 Thread Law Green-A20134
your browser? -j Law Green-A20134 wrote: Exactly, I am behind NTLM proxy. No idea how to workaround it. Edwin, I am generating site for maven project. Regards, Green -Original Message- From: John Allen [mailto:[EMAIL PROTECTED] Sent: 2005年12月16日 1:36 To: 'Maven Users List

RE: [m2] WebApp Directory Layout

2005-12-15 Thread Law Green-A20134
Directory Layout Hi, Green I fond following rules. src/main/resources --ROOT_DIRWEB-INF/classes in war file src/main/webapp/ --ROOT_DIR in war file Thanks, Keisuke Law Green-A20134 wrote: Hi, I am trying to use M2 for webapp (plain Servlet+velocity application) development

[m2] can't read url exception

2005-12-13 Thread Law Green-A20134
When I running mvn -U site:site to generate offline document for maven2, I got the following error: [INFO] - --- [INFO] Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : www .apache.org [INFO]

[M2]offline documentation

2005-12-11 Thread Law Green-A20134
Hi, Does anyone know where can I get the offline maven2 documentation? Regards, Green

[M2] Plugin error

2005-12-11 Thread Law Green-A20134
Sometimes I got the following error information: [INFO] The plugin 'org.apache.maven.plugins:maven-deploy-plugin' does not exist or no valid version could be found I am running mvn in online mode, why does not mvn download proper version of plugins from the repository? Regards, Green

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Law Green-A20134
Frank, Have you tried mvn -o which proceed with offline build? Best Regards, Green -Original Message- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: 2005年11月28日 22:57 To: Maven Users List Subject: RE: Repost: Weird behavior on central repository for a local resource It's still not

RE: Setting up repositories

2005-11-28 Thread Law Green-A20134
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]---End Message--- ---BeginMessage--- Title: Re: [M2] Repository Law Green-A20134 wrote: Hi, Can anyone give me a clear description

[M2] Repository

2005-11-27 Thread Law Green-A20134
Hi, Can anyone give me a clear description of the following concepts and their role in M2 build system: 1. remote repository 2. central repository 3. snapshot repository 4. local repository 5. private repository 6. intranet repository 7. distribution repository Regards, Green

RE: [M2] Repository

2005-11-27 Thread Law Green-A20134
designed for this? But does that mean I have to distribute my released artifacts to a proxy which seems weird to me? Regards, Green -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 2005年11月28日 11:59 To: Maven Users List Subject: Re: [M2] Repository Law Green-A20134

RE: [M2] Repository

2005-11-27 Thread Law Green-A20134
Jason,It's almost done, really appreciate! The only thing I want to make clear is the maven-proxy deployment,Do you suggest we deploy maven-proxy as follows:Regards,Green-Original Message-From: Jason van Zyl [mailto:[EMAIL PROTECTED]]Sent: 2005年11月28日 12:53To: Maven Users

RE: [M2] Repository

2005-11-27 Thread Law Green-A20134
Jason,Thank you so much for your patient reply! I have updated the diagram as per your comments, please let me know if it need further update. And I guess it would be better tofake a sample suite to reflect the topology, including settings.xml, pom.xml, maven-proxy.properties. I would

[M2] Where to find POM specification?

2005-11-25 Thread Law Green-A20134
Hi, I have read http://maven.apache.org/guides/introduction/introduction-to-the-pom.html , it's pretty simple and clear. But can anyone tell me where to find detailed POM specification? For I cannot find the information about tags like pluginManagement and dependencyManagement. Thanks, Green

RE: [M2] Where to find POM specification?

2005-11-25 Thread Law Green-A20134
Thanks a million! Regards, Green -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 2005年11月25日 16:40 To: Maven Users List Subject: Re: [M2] Where to find POM specification? http://maven.apache.org/maven-model/maven.html Emmanuel Law Green-A20134 a écrit : Hi

[M2] maven generated Eclipse project not build

2005-11-25 Thread Law Green-A20134
Hi, I issue the following command to generate eclipse project: mvn -o eclipse:add-maven-repo -Declipse.workspace=W:\myproj\impl eclipse:eclipse Then I started eclipse and try to import the project it generated, and I got two problems: 1. the parent project cannot be imported into eclpse

[M2]Where can I get sun released jars?

2005-11-24 Thread Law Green-A20134
Hi, I encountered the following error running maven: Downloading: http://cd706:/repository/javax/resource/connector/1.0/connector http://cd706:/repository/javax/resource/connector/1.0/connector -1.0.jar [WARNING] Unable to get resource from repository central (http://repo1.maven.org

RE: m2: how to generate an eclipse project

2005-11-23 Thread Law Green-A20134
http://maven.apache.org/plugins/maven-eclipse-plugin/ Regards, Green -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 2005年11月23日 16:32 To: users@maven.apache.org Subject: m2: how to generate an eclipse project Hey all, how can i generate an eclipse project

RE: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Law Green-A20134
in the properties file proxy.one.domain=XXX I can send you the compiled jar by email if you wish? Daniel On 11/22/05, Law Green-A20134 [EMAIL PROTECTED] wrote: Hi, my maven-proxy.properties file has configured proxy server as follows: proxy.one.host=proxy_server proxy.one.port=1080

Help! - maven-proxy encountered NTLM authentication problem

2005-11-22 Thread Law Green-A20134
Hi, my maven-proxy.properties file has configured proxy server as follows: proxy.one.host=proxy_server proxy.one.port=1080 proxy.one.username=user proxy.one.password=password Unfortunately, the maven-proxy console report the following error while maven start download from central repository:

RE: [m2] can't reach maven-proxy

2005-11-21 Thread Law Green-A20134
Didier, The problem is in your settings.xml file, u should not touch profilesprofilerepositories.../profiles section, please use mirrors section: mirrors !-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that | this mirror

How to use M2 with AspectJ?

2005-11-21 Thread Law Green-A20134
Hi, Anyone has the idea of using M2 along with aspectJ since there is no aspectJ plug-in for M2. Thanks Green