Hi Alexander,
2011/1/14 Alexander Vaysberg <[email protected]>: > > 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. > > ... > <properties> > <jmockit-ver>0.998</jmockit-ver> > <junit-ver>4.8.2</junit-ver> > <test>bla</test> > </properties> > ... with the "test" property you (accidentally?) set a parameter of the surefire-plugin[1]. Remove or rename your property and it should work :-) [1] http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#test -- Have fun, Siegmar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
