You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Maven POM updated to module-info.java in source artifact.
4
+
- Maven POM updated to fix/remove maven-javadoc-plugin not creating package-list.
5
+
- Maven POM updated for known issue with maven-surefire-plugin; exceptions occurring when module-info.java file is in the path and/or reuseForks is false.
6
+
- Updated archived artifact entries in production jar file (including fields in manifest file).
7
+
- Updated read me with correct Maven execution for creating/installing artifacts to local repository.
Copy file name to clipboardExpand all lines: readme.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,15 @@ The ZoftWhere Mutable Library provides mutable classes for scopes where final ar
12
12
13
13
## Compiling and Installing the Library
14
14
15
-
The source code can be compiled with Java language version 8. It has been tested with Oracle JDK8, JDK11 and JDK12.
15
+
The source code can be compiled with Java language version 8. It has been tested with Oracle JDK8, JDK11 and JDK12. The test sources are compiled against JDK 11.
16
16
17
-
The project is Maven based, so executing the ```mvn install``` should install the library to the local repository. It has been tested with Apache Maven v3.6.1
17
+
The project is Maven based, so executing the ```mvn install``` should install the library to the local repository (Requires at least JDK11). It has been tested with Apache Maven v3.6.1.
18
+
19
+
If the project needs to be installed against JDK8, it can be accomplished by calling the following Maven command:
0 commit comments