This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch MJAVADOC-618
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/MJAVADOC-618 by this push:
new a57389e Verify argfile
a57389e is described below
commit a57389ee52ae70e51db111c507425ad908124469
Author: rfscholte <[email protected]>
AuthorDate: Fri Aug 27 10:20:15 2021 +0200
Verify argfile
---
src/it/projects/MJAVADOC-618_modular-war/verify.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/it/projects/MJAVADOC-618_modular-war/verify.groovy
b/src/it/projects/MJAVADOC-618_modular-war/verify.groovy
index 7791c69..273c09d 100644
--- a/src/it/projects/MJAVADOC-618_modular-war/verify.groovy
+++ b/src/it/projects/MJAVADOC-618_modular-war/verify.groovy
@@ -17,5 +17,6 @@
* under the License.
*/
+assert new File( basedir, 'target/apidocs/argfile').readLines().size == 4
assert new File( basedir,
'target/apidocs/com.mycompany.lib/com/mycompany/lib/Library.html').exists()
assert new File( basedir,
'target/apidocs/com.mycompany.app/com/mycompany/app/Application.html').exists()