thomasduxbury
b684a59392
BAEL-4801: Copying Files with Maven ( #10758 )
...
* BAEL-4801: Copying files with Maven
* Removing unused file
* Removing src/main dirs from each sub-module, added unit tests and changed phase of plugins to 'generate-sources' so that the file is copied before unit tests execute
2021-05-13 13:05:17 -07:00
makapszenna
3b9d30d26b
BAEL-4796 How to display a message in Maven ( #10731 )
...
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2021-05-12 22:47:03 -05:00
sampadawagde
40772fadc0
JAVA-5223: Fix formatting of POMs (Part 9)
2021-05-09 17:29:24 +05:30
Krzysztof Woyke
5e1f1518ae
JAVA-3578: Verify sub-modules - maven-modules
2021-03-30 21:05:21 +02:00
johnA1331
f31bbf290d
Create README.md
2021-03-10 22:55:00 +08:00
Eric Martin
1df7c8a287
Merge pull request #10524 from saleco/master
...
BAEL-4362 - Generate WSDL Stubs with Maven
2021-03-08 19:13:11 -06:00
Sallo Szrajbman
dddfc05349
BAEL-4362 - Generate WSDL Stubs with Maven
...
Removing blank lines
Fixing test names to BDD-style
2021-03-08 21:15:42 +00:00
Sallo Szrajbman
422d2359e5
BAEL-4362 - Generate WSDL Stubs with Maven
...
Fixing identation on new lines
2021-03-01 10:06:40 +00:00
Sallo Szrajbman
7c4fd01620
BAEL-4362 - Generate WSDL Stubs with Maven
...
Initial version of the codebase
2021-02-27 17:19:33 +00:00
johnA1331
7575a64d7e
Update README.md
2021-02-24 22:48:42 +08:00
Adina Rolea
ddaaffe55c
Feature/bael 4712 maven override parent config ( #10459 )
...
* BAEL-4712: added maven example with override
* BAEL-4712: added grandchild
* BAEL-4712: updated PR
* BAEL-4712: updated project structure
* BAEL-4712: removed target
* BAEL-4712: added extra property
* BAEL-4712: added extra property
* BAEL-4712: added extra property
* BAEL-4712: added another example for combine attributes
Co-authored-by: adina <roleaa.adina@gmail.com>
2021-02-23 20:07:52 +00:00
Sallo Szrajbman
a50909b228
BAEL-4362 - Generate WSDL Stubs with Maven
...
Initial version of the codebase
2021-02-14 19:27:43 +00:00
Krzysztof Woyke
d8c26b6adb
JAVA-3586: Get rid of the overriden commons-lang3.version property
2021-01-04 23:01:41 +01:00
Krzysztof Woyke
5f78600cf7
JAVA-3586: Fix versions-maven-plugin pom.xml
2021-01-04 13:33:47 +01:00
Krzysztof Woyke
3cb1b8536f
JAVA-3586: Use commons-lang3.version property
2021-01-04 12:50:24 +01:00
johnA1331
d5f9419cab
Update README.md
2020-11-18 17:03:03 +08:00
amit.pandey
599a6c45fc
fixing build issue
2020-09-20 15:58:04 +05:30
amit.pandey
e756edec92
add modules in parent pom build
2020-09-13 21:05:10 +05:30
johnA1331
e87597b5b1
Update README.md
2020-08-20 18:09:18 +08:00
mikr
1ba940679a
Java-1460 Reduce logging created by the maven-help plugin
2020-08-15 22:18:01 +02:00
johnA1331
972db91cd9
Delete README.md
2020-08-11 18:38:42 +08:00
Jonathan Cook
932ca7da9e
Merge pull request #9766 from j0rdanit0/BAEL-4352
...
BAEL-4352: Added project hierarchy to exemplify the <optional> tag.
2020-08-07 11:25:40 +02:00
Jordan Simpson
4367410910
Added pom packaging to module's pom
2020-08-05 10:47:13 -05:00
amit.pandey
314910468f
used release repository
2020-08-02 03:47:35 +05:30
Jordan Simpson
d52bb494e1
Added project hierarchy to exemplify the <optional> tag.
2020-07-25 11:41:20 -05:00
johnA1331
77f89e8b5b
Update README.md
2020-07-23 22:17:28 +08:00
johnA1331
8d04aa3205
Create README.md
2020-07-23 21:18:07 +08:00
Loredana Crusoveanu
7a75ba5c17
Merge pull request #9746 from johnA1331/master
...
BAEL-26336 github-related test fix (results: 18.07.2020)
2020-07-23 11:43:39 +03:00
Greg
f28757b256
Merge pull request #9628 from aurasphere/master
...
[BAEL-4074] Accessing Maven properties in Java
2020-07-22 08:56:50 -04:00
Maciej Glowka
38ccd9faaf
BAEL-3347: moved version collision submodule from maven-all to maven-modules
2020-07-21 20:53:03 +02:00
johnA1331
f79593c266
Create README.md
2020-07-21 22:25:59 +08:00
johnA1331
3abe375ad2
Update README.md
2020-07-21 22:15:03 +08:00
Donato Rimenti
50859c8d16
Fixed modules orders.
2020-07-20 21:29:10 +02:00
Mona Mohamadinia
fc6dc42152
Run a Java Main Method in Maven ( #9636 )
2020-07-13 17:14:30 +01:00
Donato Rimenti
6bd023a04d
Fixed pom formatting.
2020-07-12 11:47:27 +02:00
Donato Rimenti
637f81023d
Moved and renamed maven-all/maven-2 to maven-modules/maven-properties
2020-07-12 11:45:26 +02:00
Maciej Główka
5839d7dbf4
BAEL-3347: example of version collision in Maven ( #9644 )
...
* BAEL-3347: example of version collision in Maven
* BAEL-3347: created multi-module example of version collision in Maven
* BAEL-3347: fixed placement of the dependencyManagement section, added maven-enforcer-plugin
2020-07-10 08:26:23 +01:00
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00