I'm trying to write a java app that will publish artifacts from one repository
to another. The problem I'm running into seems to be caused by the
PublishEngine behavior with respect to revision. Specifically, in my first
repository, the revision is the build number. In my second repository, t
I have the following situation:
Build file 1:
...
...
Build file 1 in directory subproject:
I'd like the property, "junit.fail" to be visible in the first build
file. In other words, I want the property to propagate upwards. Is
this possible?
Thank you