Skip to content

Commit e24d891

Browse files
author
Eugen Paraschiv
committed
profile work
1 parent 076de3f commit e24d891

1 file changed

Lines changed: 65 additions & 31 deletions

File tree

pom.xml

Lines changed: 65 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,37 +1384,6 @@
13841384
<module>testing-modules/selenium-junit-testng</module>
13851385
<module>persistence-modules/solr</module>
13861386
<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>
14181387

14191388
</modules>
14201389

@@ -1450,6 +1419,38 @@
14501419
<module>parent-java</module>
14511420
<module>parent-kotlin</module>
14521421

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+
14531454
<module>persistence-modules/spring-data-dynamodb</module>
14541455
<module>persistence-modules/spring-data-keyvalue</module>
14551456
<module>persistence-modules/spring-data-mongodb</module>
@@ -1531,6 +1532,39 @@
15311532
<module>testing-modules/testing</module>
15321533
<module>testing-modules/testng</module>
15331534
<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>
15341568

15351569
<module>xmlunit-2</module>
15361570
<module>struts-2</module>

0 commit comments

Comments
 (0)