[Ivyplugins-user] Project specific basedir?
Brought to you by:
ulsa
From: Jan B. <Jan...@ar...> - 2009-06-17 21:16:24
|
Hello everyone, In our setup all projects except one have their ivy.xml file at the root of their project folder. So we've set up IvyPublisher in our CC config file as <plugin name="ivypublisher" classname="net.sf.ivyplugins.ivypublisher.IvySuccessPublisher" project="${project.name}" basedir="${ccwork}/checkout/${project.name}" /> Works fine - except for one .. funny .. project, that liked to have it's ivy.xml in a subdirectory checkout/${project.name}/Build I was wondering if you can specify the basedir (or ivy.xml) location on a project-level? Maybe by setting a local property in the project a la <ivypublisher> <property name="ivy.conf.basedir" value="${ccwork}/checkout/${project.name}/Build" /> </ivypublisher> or something similar? Thanks, Jan |