| 3 | | <id>src</id> |
| 4 | | <formats> |
| 5 | | <format>zip</format> |
| 6 | | </formats> |
| 7 | | <fileSets> |
| 8 | | <fileSet> |
| 9 | | <includes> |
| 10 | | <include>README*</include> |
| 11 | | <include>LICENSE*</include> |
| 12 | | <include>NOTICE*</include> |
| 13 | | <include>*.xml</include> |
| 14 | | </includes> |
| 15 | | </fileSet> |
| 16 | | <fileSet> |
| 17 | | <directory>src</directory> |
| 18 | | </fileSet> |
| 19 | | </fileSets> |
| | 3 | <id>src</id> |
| | 4 | <formats> |
| | 5 | <format>zip</format> |
| | 6 | </formats> |
| | 7 | <fileSets> |
| | 8 | <fileSet> |
| | 9 | <includes> |
| | 10 | <include>**/src/</include> |
| | 11 | <include>**/README*</include> |
| | 12 | <include>**/LICENSE*</include> |
| | 13 | <include>**/NOTICE*</include> |
| | 14 | <include>**/*.xml</include> |
| | 15 | </includes> |
| | 16 | <excludes> |
| | 17 | <exclude>**/target/</exclude> |
| | 18 | </excludes> |
| | 19 | </fileSet> |
| | 20 | </fileSets> |