|
26 | 26 | <parent> |
27 | 27 | <groupId>com.soebes.smpp</groupId> |
28 | 28 | <artifactId>smpp</artifactId> |
29 | | - <version>7.0.8</version> |
| 29 | + <version>7.0.9</version> |
30 | 30 | <relativePath /> |
31 | 31 | </parent> |
32 | 32 |
|
|
210 | 210 | <groupId>org.apache.rat</groupId> |
211 | 211 | <artifactId>apache-rat-plugin</artifactId> |
212 | 212 | <configuration> |
213 | | - <excludes combine.children="append"> |
214 | | - <exclude>.github/ISSUE_TEMPLATE/feature_request.md</exclude> |
215 | | - <exclude>.github/ISSUE_TEMPLATE/bug_report.md</exclude> |
216 | | - <exclude>.github/ISSUE_TEMPLATE/config.yml</exclude> |
217 | | - <exclude>IDEASetup.xml</exclude> |
218 | | - <exclude>**/.invisible-file</exclude><!-- Only used in ITs. --> |
219 | | - <exclude>.repository/**</exclude><!-- Jenkins job with local Maven repository --> |
220 | | - <exclude>.repo/**</exclude><!-- Jenkins job with local Maven repository --> |
221 | | - <exclude>.mvn/**</exclude><!-- Maven Configuration Directory --> |
222 | | - <exclude>.maven/spy.log</exclude><!-- Hudson Maven3 integration log --> |
223 | | - <exclude>.mvn/*</exclude><!-- Maven Configuration --> |
224 | | - <exclude>dependency-reduced-pom.xml</exclude><!-- Maven shade plugin --> |
225 | | - <exclude>.asf.yaml</exclude><!-- GitHub Support --> |
226 | | - <exclude>.java-version</exclude> |
227 | | - <exclude>src/test/resources/**</exclude> |
228 | | - </excludes> |
| 213 | + <inputExcludes combine.children="append"> |
| 214 | + <inputExclude>.github/ISSUE_TEMPLATE/feature_request.md</inputExclude> |
| 215 | + <inputExclude>.github/ISSUE_TEMPLATE/bug_report.md</inputExclude> |
| 216 | + <inputExclude>.github/ISSUE_TEMPLATE/config.yml</inputExclude> |
| 217 | + <inputExclude>IDEASetup.xml</inputExclude> |
| 218 | + <inputExclude>**/.invisible-file</inputExclude><!-- Only used in ITs. --> |
| 219 | + <inputExclude>.repository/**</inputExclude><!-- Jenkins job with local Maven repository --> |
| 220 | + <inputExclude>.repo/**</inputExclude><!-- Jenkins job with local Maven repository --> |
| 221 | + <inputExclude>itf-examples/src/test/resources-its/**</inputExclude> |
| 222 | + <inputExclude>itf-examples/src/test/resources/example-files/.gitattributes</inputExclude> |
| 223 | + <inputExclude>.mvn/**</inputExclude><!-- Maven Configuration Directory --> |
| 224 | + <inputExclude>.maven/spy.log</inputExclude><!-- Hudson Maven3 integration log --> |
| 225 | + <inputExclude>.mvn/*</inputExclude><!-- Maven Configuration --> |
| 226 | + <inputExclude>dependency-reduced-pom.xml</inputExclude><!-- Maven shade plugin --> |
| 227 | + <inputExclude>.asf.yaml</inputExclude><!-- GitHub Support --> |
| 228 | + <inputExclude>.java-version</inputExclude> |
| 229 | + <inputExclude>src/test/resources/**</inputExclude> |
| 230 | + </inputExcludes> |
229 | 231 | </configuration> |
230 | 232 | <executions> |
231 | 233 | <execution> |
|
0 commit comments