Jira ChangeLog
Ivy-related improvements
- Allow to set password for accessing Ivy repository TW-2393 and
- Do not provide generated ivy.xml if ivy.xml already exists in published artifacts TW-2392
Build management
- Assign next build to specific agent (including disabled ones):
- Possibility to enforce clean checkout for a project on all build agents http://www.jetbrains.net/jira/browse/TW-1836
- Support wildcards in artifact paths and possibility to specify target directory
- Match and does not match requirement types support
Upgrade svnkit library to 1.1.2
Build process
- Classpath order for IPR builds was wrong TW-2225
Ability to Collapse Mini-Stack from Failed Tests
Line numbers in Duplicates view on the Web
Maven runner reworked
Maven runner has been totally reworked. Maven is now launched directly using 'mvn' executable, not using Maven embedder. It allows TeamCity not to be tied to a set of specific Maven versions anymore. A hard trial for the new implementation would be really appreciated.