131 Commits

Author SHA1 Message Date
panos-kakos
ec18f709a7 [JAVA-18158] Moved maven-modules to jdk9-and-above profile (#13688)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-22 13:51:17 +05:30
edizor
162317b406 Create README.md
[skip ci]
2023-03-17 00:27:33 +08:00
ukhan1980
d204e587f5 [BAEL-4816] add skeleton code for maven reactor tutorial (#13588)
* [BAEL-4816] add skeleton code for maven reactor tutorial

* [BAEL-4816] fix artifact name

---------

Co-authored-by: uzma <u.khan@proxymity.io>
2023-03-06 07:29:17 -08:00
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
freelansam
74bad6447e JAVA-16264: review module names (#13136) 2022-12-08 18:58:09 +05:30
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
collaboratewithakash
7cd8377a2b backlink removed 2022-11-16 15:01:39 +05:30
collaboratewithakash
09ef06913a backlink 2022-11-16 15:01:13 +05:30
collaboratewithakash
a5284bfabf backlink removed 2022-11-16 14:57:17 +05:30
collaboratewithakash
bfbc585073 backlink added 2022-11-16 14:57:08 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
freelansam
07659219a9 JAVA-13826: Align module names, folder names and artifact id (#12601) 2022-08-19 12:04:58 +05:30
freelansam
06905cce28 JAVA-13736: Fix maven-generate-war parent (#12575) 2022-08-08 19:10:32 +05:30
Asjad J
bf4f89eca5 Updated README.md
added link back to the article: https://www.baeldung.com/maven-snapshot-release-repository
2022-07-28 23:30:32 +05:00
apeterlic
0eee1f5752 Add Maven Snapshot Repository vs Release Repository 2022-07-16 07:46:52 +02:00
sampadawagde
b8205a7b5a JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
Asjad J
748df6f6d4 Updated README.md
added link back to the article: https://www.baeldung.com/maven-encoding
2022-06-14 10:21:02 +05:00
freelansam
75f3eb7e34 JAVA-10605: Move multimodulemavenproject from core-java-modules to (#12309)
* JAVA-10605: Move multimodulemavenproject from core-java-modules to
maven-modules

* JAVA-10605: Move multimodulemavenproject to jdk9 build
2022-06-10 14:07:23 +05:30
Shaun Phillips
58422a6c85 BAEL-4170 add Maven encoding examples (#12332)
* BAEL-4170 add Maven encoding examples

* GTSIS-4170 update name of test class
2022-06-09 14:05:23 -07:00
Loredana Crusoveanu
ef48fe813a Create README.md 2022-05-23 10:12:24 +03:00
Dhawal Kapil
9b0893efb8 Update pom.xml (#12196) 2022-05-10 22:50:02 +05:30
panos-kakos
007fc22de0 [JAVA-10581] Changed PII data to placeholders (#12174)
* [JAVA-10581] Changed PII data to placeholders

* [JAVA-10581] More intuitive properties

* [JAVA-10581] More intuitive properties

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-05-10 20:14:57 +05:30
sampadawagde
aeeedb6fe6 JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
Asjad J
39df9e2739 Updated README.md
added link back to the article: https://www.baeldung.com/maven-disable-parent-pom-plugin
2022-05-03 15:11:53 +05:00
Shaun Phillips
4646f8e7e2 BAEL-4356 add disable-plugins-examples (#12121)
* BAEL-4356 add disable-plugins-examples

* GTSIS-4356 change tabs to four spaces
2022-04-29 09:04:58 +05:30
anuragkumawat
ea443151d5 JAVA-11532 Move maven related modules to maven-modules (#12133)
* JAVA-11532 Move maven related modules to maven-modules

* JAVA-11532 Remove moved module from parent pom
2022-04-28 18:44:01 +05:30
Dhawal Kapil
64b8f3da38 COMAUTO-10561 Fixed parent version 2022-03-16 16:50:55 +05:30
kwoyke
49204f125c Merge pull request #11929 from dkapil/task/JAVA-10561
JAVA-10561 Renamed org.baeldung to com.baeldung at all places
2022-03-16 08:16:11 +01:00
Dhawal Kapil
64733d60ad JAVA-10561 Renamed org.baeldung to com.baeldung at all places 2022-03-15 20:23:29 +05:30
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