We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ecd86 commit e74b77dCopy full SHA for e74b77d
scripts/README.txt
@@ -1,5 +1,8 @@
1
This directory is for utilities used for building / packaging / releasing ESAPI.
2
3
+The scripts and configuration files in this directory are mostly used to create ESAPI release notes.
4
+(The 2 'mvnQuietTest' scripts are the major exceptions to that.)
5
+
6
========================
7
8
README.txt -- This readme file.
scripts/esapi4java-core-TEMPLATE-release-notes.txt
@@ -48,6 +48,8 @@ ESAPI ${PREV_VERSION} release:
48
49
ESAPI ${VERSION} release:
50
@@@@ Count them and run 'mvn test' to get the # of tests.
51
+@@@@ Count Java source files by executing:
52
+@@@@ find src/main -type f -name '*.java' | wc -l
53
#### Java source files
54
#### JUnit tests in #### Java source files
55
0 commit comments