|
1384 | 1384 | <module>testing-modules/selenium-junit-testng</module> |
1385 | 1385 | <module>persistence-modules/solr</module> |
1386 | 1386 | <module>spark-java</module> |
1387 | | - <module>spring-4</module> |
1388 | | - <module>spring-5-data-reactive</module> |
1389 | | - <module>spring-5-reactive</module> |
1390 | | - <module>spring-5-reactive-security</module> |
1391 | | - <module>spring-5-reactive-client</module> |
1392 | | - <module>spring-5-mvc</module> |
1393 | | - <module>spring-5-security</module> |
1394 | | - <module>spring-activiti</module> |
1395 | | - <module>spring-akka</module> |
1396 | | - <module>spring-amqp</module> |
1397 | | - <module>spring-all</module> |
1398 | | - <module>spring-amqp-simple</module> |
1399 | | - <module>spring-apache-camel</module> |
1400 | | - <module>spring-batch</module> |
1401 | | - <module>spring-bom</module> |
1402 | | - <module>spring-boot-keycloak</module> |
1403 | | - <module>spring-boot-bootstrap</module> |
1404 | | - <module>spring-boot-admin</module> |
1405 | | - <module>spring-boot-camel</module> |
1406 | | - <module>persistence-modules/spring-boot-persistence</module> |
1407 | | - <module>spring-boot-security</module> |
1408 | | - <module>spring-boot-mvc</module> |
1409 | | - <module>spring-boot-logging-log4j2</module> |
1410 | | - <module>spring-boot-disable-console-logging</module> |
1411 | | - <module>spring-cloud-data-flow</module> |
1412 | | - <module>spring-cloud</module> |
1413 | | - <module>spring-cloud-bus</module> |
1414 | | - <module>spring-core</module> |
1415 | | - <module>spring-cucumber</module> |
1416 | | - <module>spring-ejb</module> |
1417 | | - <module>spring-aop</module> |
1418 | 1387 |
|
1419 | 1388 | </modules> |
1420 | 1389 |
|
|
1450 | 1419 | <module>parent-java</module> |
1451 | 1420 | <module>parent-kotlin</module> |
1452 | 1421 |
|
| 1422 | + <module>spring-4</module> |
| 1423 | + <module>spring-5-data-reactive</module> |
| 1424 | + <module>spring-5-reactive</module> |
| 1425 | + <module>spring-5-reactive-security</module> |
| 1426 | + <module>spring-5-reactive-client</module> |
| 1427 | + <module>spring-5-mvc</module> |
| 1428 | + <module>spring-5-security</module> |
| 1429 | + <module>spring-activiti</module> |
| 1430 | + <module>spring-akka</module> |
| 1431 | + <module>spring-amqp</module> |
| 1432 | + <module>spring-all</module> |
| 1433 | + <module>spring-amqp-simple</module> |
| 1434 | + <module>spring-apache-camel</module> |
| 1435 | + <module>spring-batch</module> |
| 1436 | + <module>spring-bom</module> |
| 1437 | + <module>spring-boot-keycloak</module> |
| 1438 | + <module>spring-boot-bootstrap</module> |
| 1439 | + <module>spring-boot-admin</module> |
| 1440 | + <module>spring-boot-camel</module> |
| 1441 | + <module>persistence-modules/spring-boot-persistence</module> |
| 1442 | + <module>spring-boot-security</module> |
| 1443 | + <module>spring-boot-mvc</module> |
| 1444 | + <module>spring-boot-logging-log4j2</module> |
| 1445 | + <module>spring-boot-disable-console-logging</module> |
| 1446 | + <module>spring-cloud-data-flow</module> |
| 1447 | + <module>spring-cloud</module> |
| 1448 | + <module>spring-cloud-bus</module> |
| 1449 | + <module>spring-core</module> |
| 1450 | + <module>spring-cucumber</module> |
| 1451 | + <module>spring-ejb</module> |
| 1452 | + <module>spring-aop</module> |
| 1453 | + |
1453 | 1454 | <module>persistence-modules/spring-data-dynamodb</module> |
1454 | 1455 | <module>persistence-modules/spring-data-keyvalue</module> |
1455 | 1456 | <module>persistence-modules/spring-data-mongodb</module> |
|
1531 | 1532 | <module>testing-modules/testing</module> |
1532 | 1533 | <module>testing-modules/testng</module> |
1533 | 1534 | <module>video-tutorials</module> |
| 1535 | + </modules> |
| 1536 | + |
| 1537 | + </profile> |
| 1538 | + |
| 1539 | + <profile> |
| 1540 | + <id>integration-lite-third</id> |
| 1541 | + |
| 1542 | + <build> |
| 1543 | + <plugins> |
| 1544 | + <plugin> |
| 1545 | + <groupId>org.apache.maven.plugins</groupId> |
| 1546 | + <artifactId>maven-surefire-plugin</artifactId> |
| 1547 | + <configuration> |
| 1548 | + <excludes> |
| 1549 | + <exclude>**/*ManualTest.java</exclude> |
| 1550 | + <exclude>**/*LiveTest.java</exclude> |
| 1551 | + </excludes> |
| 1552 | + <includes> |
| 1553 | + <include>**/*IntegrationTest.java</include> |
| 1554 | + <include>**/*IntTest.java</include> |
| 1555 | + </includes> |
| 1556 | + </configuration> |
| 1557 | + </plugin> |
| 1558 | + </plugins> |
| 1559 | + </build> |
| 1560 | + |
| 1561 | + <modules> |
| 1562 | + <module>parent-boot-1</module> |
| 1563 | + <module>parent-boot-2</module> |
| 1564 | + <module>parent-spring-4</module> |
| 1565 | + <module>parent-spring-5</module> |
| 1566 | + <module>parent-java</module> |
| 1567 | + <module>parent-kotlin</module> |
1534 | 1568 |
|
1535 | 1569 | <module>xmlunit-2</module> |
1536 | 1570 | <module>struts-2</module> |
|
0 commit comments