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
Copy file name to clipboardExpand all lines: pom.xml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
<artifactId>zerocode-tdd-parent</artifactId>
11
11
<groupId>org.jsmart</groupId>
12
-
<version>1.3.43-SNAPSHOT</version>
12
+
<version>1.3.43</version>
13
13
14
14
<packaging>pom</packaging>
15
15
<name>ZeroCode TDD Parent</name>
@@ -324,8 +324,7 @@
324
324
-
325
325
- How to check or reproduce this javadoc error?
326
326
- From your local laptop
327
-
- Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set
328
-
-
327
+
- Option-1 : Run a maven "dry run" <- Results in error e.g. javadoc error due to JAVA_HOME not set - Option-2 : Run a maven "prepare" run <- Results in error e.g. javadoc error due to JAVA_HOME not set -
329
328
- Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues
0 commit comments