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-2Lines changed: 2 additions & 2 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.42</version>
12
+
<version>1.3.43-SNAPSHOT</version>
13
13
14
14
<packaging>pom</packaging>
15
15
<name>ZeroCode TDD Parent</name>
@@ -329,7 +329,7 @@
329
329
-
330
330
- How to check or reproduce this javadoc error?
331
331
- From your local laptop
332
-
- 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
332
+
- 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
333
333
-
334
334
- 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