A couple more fixes for the release area
This commit is contained in:
@@ -34,18 +34,18 @@
|
||||
</or>
|
||||
<and>
|
||||
<!-- exclude core project derived artifacts -->
|
||||
<filename name="*/docs/**" negate="true"/>
|
||||
<filename name="*/target/**" negate="true" />
|
||||
<filename name="*/build.properties" negate="true" />
|
||||
<filename name="*/lib/**" negate="true" />
|
||||
</and>
|
||||
<and>
|
||||
<!-- exclude sample project derived artifacts -->
|
||||
<filename name="*/*/docs/**" negate="true"/>
|
||||
<filename name="*/*/target/**" negate="true" />
|
||||
<filename name="*/*/build.properties" negate="true" />
|
||||
<filename name="*/*/lib/**" negate="true" />
|
||||
</and>
|
||||
<and>
|
||||
<!-- exclude sample project derived artifacts -->
|
||||
<filename name="*/*/*/docs/**" negate="true"/>
|
||||
<filename name="*/*/*/target/**" negate="true" />
|
||||
<filename name="*/*/*/build.properties" negate="true" />
|
||||
<filename name="*/*/*/lib/**" negate="true" />
|
||||
</and>
|
||||
</and>
|
||||
</or>
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user