|
Session has been added, so you can do something like this:
session.currentProject.properties['myproperty'] = 'something' Which will set the property in the project as expected. There is also a session hidden in the project adapter, so you could also have done: project.session.currentProject.properties['myproperty'] = 'something' But I think that it would be nicer to just have the adapter set properties via the normal route, will try to get that working.
Added support for:
This allows the pom's properties to be changed and used in any execution. |
||||||||||||||||||||||||||||||||||||||||||||
Also, It would be good to have 'session'.