Re: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3

2008-01-28 Thread Fred Zhang
/org/springframework/ Hope it helps. Best Regards Fred Zhang -邮件原件- 发件人: Jacob Bergoo [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月29日 8:09 收件人: users@maven.apache.org 主题: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3 Hi, I am beginner with maven and now I am trying to create a

答复: how to use maven project properties in other configuration files?

2008-01-07 Thread Fred Zhang
Kalle, Thanks a lot! -邮件原件- 发件人: Kalle Korhonen [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月7日 11:47 收件人: Maven Users List 主题: Re: how to use maven project properties in other configuration files? On 1/6/08, Fred Zhang <[EMAIL PROTECTED]> wrote: > > My project is a multi-module p

Re: how to use maven project properties in other configuration files?

2008-01-06 Thread Fred Zhang
module or from the project root pom in maven? Best Regards Fred Zhang -Original message--- From: Kalle Korhonen [mailto:[EMAIL PROTECTED] Sent: Jan.04.2008 16:31 To: Maven Users List Subject: Re: how to use maven project properties in other configuration files? Make your configuration

how to use maven project properties in other configuration files?

2008-01-03 Thread Fred Zhang
e for JNDI-lookup. But how can I use the maven property ${project.version} in configuration files? Is there any plug-in that can make the job done? Thanks in advance! Fred Zhang - To unsubscribe, e-mail: [EMAIL PROTECTED] For

how to set subversion authentication information into settings.xml (instead of writing it into project pom)

2007-12-14 Thread Fred Zhang
Hi there, I'm working on configuring maven-scm plugin to use maven to do daily update/commit jobs. A problem is that I don't want to write my authentication information (username/password) into the project pom file (otherwise it will be shared through subversion). Neither want I use subversion

答复: How does maven find the "real" central repository even when I overrided the "centra l" repository in my profile

2007-12-09 Thread Fred Zhang
Hi Wendy, Thanks a lot for the reponse! Regards Fred Zhang -邮件原件- 发件人: Wendy Smoak [mailto:[EMAIL PROTECTED] 发送时间: 2007年12月10日 10:11 收件人: Maven Users List 主题: Re: How does maven find the "real" central repository even when I overrided the "central" repository in

How does maven find the "real" central repository even when I overrided the "central" repository in my profile

2007-12-09 Thread Fred Zhang
Hi there, I set up a mirror of repo1.maven.org/maven2 for my group and added the following profile to the settings.xml file. The key point here is that I overrided the "central" repository with my mirror, so that the "maven"s using this profile will go to myrepo instead of repo1.maven.org/maven