Re: maven setting.xml properties can not use in dependency

2013-06-17 Thread Russell Gold
Your profile is not active, so maven ignores it. You need to add something like: broada-nexus after your profile to make it usable. On Jun 17, 2013, at 6:48 AM, 吴靖 wrote: > hi,everyone > i use the maven ,but here is the problem, > my maven setting xml file is like this: > > broada-

Re: maven setting.xml properties can not use in dependency

2013-06-17 Thread Thomas Broyer
Yes, same for me, trying to use a property as a path prefix in a systemPath (using system scope as a temporary measure while migrating from ant to maven) Le 17 juin 2013 17:09, "吴靖" a écrit : > hi,everyone > i use the maven ,but here is the problem, > my maven setting xml file is like this: >

maven setting.xml properties can not use in dependency

2013-06-17 Thread 吴靖
hi,everyone i use the maven ,but here is the problem, my maven setting xml file is like this: broada-nexus 1.0.0.M1-SNAPSHOT and I have active this profile. I use the property ${broada.bsp.gene.version} in my maven dependency, but error comes.It cannot reslove the property; dos