Hi, if there´s someone who´s using Base ClearCase with Maven: How do you release your multi-module Builds with all the actually given limitations like
- only one loadrule in Auto-generated configSpec - checking out from a tag is currently not supported - branch types aren´t supported - http://jira.codehaus.org/browse/MRELEASE-261 could someone give me an example? Thanx, Torsten Hi, actually there are two ways of specifying configSpec in ClearCase <scm> section: a) User-supplied configSpec b) Auto-generated config spec Because of the limitations at User-supplied configSpecs ( checking out from a tag (which is used by the maven-release-plugin) is currently not supported for user-supplied config specs ), I want to go for auto-generated config spec - but I need more than one loadRule, to load my module complete. => is there any way of doing this, without reorganizing my directory structure, just for release and scm purposes ? Thanx, Torsten
