On Fri, Jan 14, 2011 at 9:08 AM, Alexander Vaysberg <[email protected]> wrote: > I think, that I a one problem with properties in maven found. The > problem in pom with properties. If any know any other properties, which > worked same. Please say. Thank you. > > The Problem can you reproduce with maven 2.2.1 and maven 3.0.1 in > plug-in surefire. I create the property test: > ... > <properties> > <jmockit-ver>0.998</jmockit-ver> > <junit-ver>4.8.2</junit-ver> > <test>bla</test> > </properties>
Can you post more of the pom? Where in the pom are the properties defined, and how are you using the properties elsewhere in the pom? If you can create a simple example project that demonstrates the problem, that's probably the quickest way to get someone to take a look. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
