Commit Graph

102 Commits

Author SHA1 Message Date
Dhawal Kapil
95dc0a1c4f JAVA-10358 Removed explicit groupId declaration from submodules 2022-03-15 19:49:00 +05:30
Dhawal Kapil
973c60b57d JAVA-10358 Extracted versions to properties 2022-03-15 17:15:19 +05:30
Dhawal Kapil
87dabeffa7 JAVA-10358 changes done to include maven-multi-module changes 2022-03-14 22:58:20 +05:30
kwoyke
3921fdbdb3 Merge pull request #11920 from freelansam/JAVA-10138
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde
6b1dd1563d JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
kwoyke
a3a0b05edc JAVA-10130: Add/enable missing modules (#11887)
* JAVA-10130: Add apache-pot-2 module to the main pom.xml

* JAVA-10130: Add missing core-java-* modules to the main pom.xml

* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml

* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml

* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml

* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml

* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml

* JAVA-10130: Enable spring-cloud-openfeign module

* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml

* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml

* JAVA-10130: Add aws-app-sync to the integration-lite-first profile

* JAVA-10130: Add core-java-string-algorithms-3

* JAVA-10130: Add graphql/graphql-dgs

* JAVA-10130: Add spring-di-3 and spring-threads

* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml

* JAVA-10130: Add language-interop and libraries-rpc

* JAVA-10130: Disable spring-cloud-openfeign module

* JAVA-10478: Add docker module to the main pom.xml

* JAVA-10478: Move docker module to jdk9+ profile

* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
2022-03-11 21:39:33 +05:30
kwoyke
84cd9d8fdc Merge pull request #11881 from dkapil/task/JAVA-10352
JAVA-10352 Updated versions of various libraries and standardised pom…
2022-03-03 11:16:26 +01:00
Dhawal Kapil
181b4c0c91 JAVA-10352 Updated versions of various libraries and standardised pom version to 1.0.0-SNAPSHOT 2022-03-03 13:35:05 +05:30
Asjad J
73bad70d1b Created/Updated README.md
added link back to the article: https://www.baeldung.com/maven-artifact-classifiers
2022-03-01 09:50:13 +05:00
Sameer
e2ad950617 Maven Classifier (#11833)
* maven classifier

* static imports

* bumped up plugin versions

Co-authored-by: s9m33r <no-reply>
2022-02-26 17:25:31 +05:30
sampadawagde
fe5deb1362 JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
upgrade log4j for them
2022-02-22 21:53:39 +05:30
Dhawal Kapil
dfb7c6f953 JAVA-7535 Pom formatting 2022-02-09 01:03:55 +05:30
Dhawal Kapil
0f952b5656 JAVA-7535 Pom formatting 2022-02-09 01:00:12 +05:30
Dhawal Kapil
e8b711ca1d JAVA-7535 Added code for maven-multi-module 2022-02-09 00:56:36 +05:30
Dhawal Kapil
fbd81bd1b1 JAVA-7535 Moved ebook specific code snippets to maven-simple module 2022-02-04 19:08:59 +05:30
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
kwoyke
c732e28fcb Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
chaos2418
d7675ddc05 JAVA-1673: removing junit and surefire configs from maven-modules 2021-11-09 22:12:33 +05:30
freelansam
2dd519f647 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde
67a62f842c fix build 2021-11-09 16:38:07 +05:30
sampadawagde
2982c91e7d JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418
f13b9a96a4 JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
kwoyke
638fd0b646 JAVA-7661: Upgrade logback to 1.2.6 (#11325)
* JAVA-7661: Upgrade logback version to 1.2.6 in the main pom.xml

* JAVA-7661: Use logback.version property from the main pom.xml

* JAVA-7661: Fix maven-exec-plugin setup
2021-10-25 01:37:41 +05:30
freelansam
38b09bf2ab JAVA-7782: Align module names, folder names and artifact id (#11361)
* JAVA-7782: Align module names, folder names and artifact id

* JAVA-7782: Align module names, folder names and artifact id
2021-10-25 01:36:50 +05:30
johnA1331
ca407e03a8 Create README.md 2021-10-13 23:45:08 +08:00
davidmartinezbarua
f02c82fb54 Merge pull request #11232 from Anuradhe007/master
Maven - Generate War File
2021-10-07 09:05:51 -03:00
anuradha
bb77b7a207 Added space indents 2021-10-05 09:30:15 +05:30
anuradha
4a07997266 Added space indents 2021-10-05 09:19:36 +05:30
anuradha
fc42d4ad1b Refactored code 2021-10-01 23:55:41 +05:30
johnA1331
4f2d4be3d8 Create README.md 2021-09-22 22:48:30 +08:00
Kayvan Tehrani
85186f9505 adding new module (#11199) 2021-09-19 14:55:13 -05:00
freelansam
23fec3d8a7 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
anuradha
636e45e97b Refactored code 2021-09-17 00:40:11 +05:30
johnA1331
08661be9cc Update README.md 2021-09-16 20:04:12 +08:00
johnA1331
1df64e6ec0 Update README.md 2021-09-15 21:58:26 +08:00
Ralf Ueberfuhr
537e50094d BAEL-5083: Rename projects to make the example simpler (#11196)
* BAEL-5083: renamed projects for better understanding

* BAEL-5083: change version from 1.0-SNAPSHOT to 1.0.0-SNAPSHOT
2021-09-03 08:50:16 -07:00
Ralf Ueberfuhr
ccebc84ca1 BAEL-5083: add Maven parent POM resolution samples (#11182)
Co-authored-by: Ralf Ueberfuhr <ralf.ueberfuhr@ars.de>
2021-08-31 19:22:43 -07:00
johnA1331
82ac83eeb9 Create README.md 2021-08-25 21:45:20 +08:00
davidmartinezbarua
32d634c3b0 Merge pull request #11050 from thomasduxbury/BAEL-4797
BAEL-4797: Default Values for Maven Properties
2021-08-24 13:02:23 -03:00
Kai Yuan
ad177564e0 first commit (#11118) 2021-08-21 10:18:36 -05:00
johnA1331
bae9b23996 Create README.md 2021-08-11 11:41:11 +08:00
johnA1331
f5c9bdd04b Update README.md 2021-08-05 00:56:55 +08:00
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Sagar Verma
44c76b1beb Changes for hosting maven repo on github by sgrverma23 (#11080)
Co-authored-by: Sagar Verma <SVerma2@amdocs.com>
2021-07-31 16:14:16 +02:00
freelansam
56aea7e8a4 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
johnA1331
f2c07ba373 Create README.md 2021-07-22 01:22:46 +08:00
Thomas Duxbury
20ccf521b2 BAEL-4797: Default Values for Maven Properties 2021-07-18 14:25:34 +01:00
johnA1331
ae310ee106 Create README.md 2021-07-15 01:21:54 +08:00
Haroon Khan
d39675c2f5 [BAEL-4823] Maven plugin management (#10957)
* [BAEL-4823] Maven plugin management

* [BAEL-4823] Minor code cleanup
2021-07-13 13:34:34 +01:00