|
Change by Robin Shen [30/Jan/07 12:05 AM]
|
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
1.2.x
[ 10380
]
|
|
Change by Robin Shen [27/Feb/07 01:18 AM]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Change by Robin Shen [27/Feb/07 06:02 PM]
|
|
Fix Version/s
|
|
1.2.3 (build 73)
[ 10508
]
|
To implement the feature described above by Matthew one would simply apply a '**/* style exclude filter.
We will use this functionality to exclude any 'child' maven projects which we prefer to build as their own configurations. Thus we could specify something like:
<exlcudeDirectories>**/pom.xml</exlcudeDirectories>
And not have any subdirectories that include a pom.xml file, no matter how deep they are found included in the svn checkout/status/log.