|
9 | 9 |
|
10 | 10 | <artifactId>zerocode-tdd-parent</artifactId> |
11 | 11 | <groupId>org.jsmart</groupId> |
12 | | - <version>1.3.38-SNAPSHOT</version> |
| 12 | + <version>1.3.43-SNAPSHOT</version> |
13 | 13 |
|
14 | 14 | <packaging>pom</packaging> |
15 | 15 | <name>ZeroCode TDD Parent</name> |
|
26 | 26 | <url>https://github.com/authorjapps/zerocode</url> |
27 | 27 | < connection>scm:git: [email protected]:authorjapps/zerocode.git</ connection> |
28 | 28 | < developerConnection>scm:git: [email protected]:authorjapps/zerocode.git</ developerConnection> |
29 | | - </scm> |
| 29 | + <tag>HEAD</tag> |
| 30 | + </scm> |
30 | 31 |
|
31 | 32 | <modules> |
32 | 33 | <module>core</module> |
|
316 | 317 | </dependencies> |
317 | 318 | </dependencyManagement> |
318 | 319 |
|
| 320 | + <!-- |
| 321 | + - Commented to avoid javadoc error during maven release to Nexus central. |
| 322 | + - Uncomment this only when needed or if any other module dependent on this section |
| 323 | + - Check, if the CI build is fine, no need to uncomment this section. |
| 324 | + - |
| 325 | + - How to check or reproduce this javadoc error? |
| 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 | + - |
| 329 | + - Note: or remove the specific plugins from the build section and try dry-run and prepare stages, if full "commenting out" has issues |
| 330 | + --> |
319 | 331 |
|
320 | 332 | <build> |
321 | 333 | <pluginManagement> |
|
329 | 341 | <target>${java-compiler-target.version}</target> |
330 | 342 | </configuration> |
331 | 343 | </plugin> |
332 | | - <plugin> |
| 344 | + <!--<plugin> |
333 | 345 | <groupId>org.apache.maven.plugins</groupId> |
334 | 346 | <artifactId>maven-assembly-plugin</artifactId> |
335 | 347 | <version>${maven-assembly-plugin.version}</version> |
336 | | - </plugin> |
| 348 | + </plugin>--> |
337 | 349 | <plugin> |
338 | 350 | <groupId>org.apache.maven.plugins</groupId> |
339 | 351 | <artifactId>maven-source-plugin</artifactId> |
340 | 352 | <version>${maven-source-plugin.version}</version> |
341 | 353 | </plugin> |
342 | | - <plugin> |
| 354 | + <!--<plugin> |
343 | 355 | <groupId>org.apache.maven.plugins</groupId> |
344 | 356 | <artifactId>maven-javadoc-plugin</artifactId> |
345 | 357 | <version>${maven-javadoc-plugin.version}</version> |
346 | | - </plugin> |
| 358 | + </plugin>--> |
347 | 359 | <plugin> |
348 | 360 | <groupId>org.apache.maven.plugins</groupId> |
349 | 361 | <artifactId>maven-gpg-plugin</artifactId> |
350 | 362 | <version>${maven-gpg-plugin.version}</version> |
351 | 363 | </plugin> |
352 | | - <plugin> |
| 364 | + <!--<plugin> |
353 | 365 | <groupId>org.apache.maven.plugins</groupId> |
354 | 366 | <artifactId>maven-release-plugin</artifactId> |
355 | 367 | <version>${maven-release-plugin.version}</version> |
356 | | - </plugin> |
| 368 | + </plugin>--> |
357 | 369 | <plugin> |
358 | 370 | <groupId>org.apache.maven.plugins</groupId> |
359 | 371 | <artifactId>maven-surefire-plugin</artifactId> |
|
367 | 379 | </plugins> |
368 | 380 | </pluginManagement> |
369 | 381 |
|
370 | | - <!-- Uncomment this for uber jar --> |
| 382 | + |
| 383 | + <!-- Uncomment this for uber jar --> |
371 | 384 | <!-- |
372 | 385 | <plugins> |
373 | 386 | <plugin> |
|
385 | 398 | </execution> |
386 | 399 | </executions> |
387 | 400 | </plugin> |
388 | | - </plugins> |
389 | | - --> |
390 | | - |
| 401 | + </plugins> |
| 402 | + --> |
391 | 403 | </build> |
392 | 404 | </project> |
0 commit comments