Re: Multiple build profiles with 1 global

2023-04-16 Thread Kevin Huntly
Okay, here's my pom:

https://pastebin.com/dAE45yvB

When I run with the WebSphere profile, all of the dependencies in both
profiles are included. When I run with the tomcat profile, none of them
are. What am I doing wrong?


Kevin Huntly
Email: kmhun...@gmail.com
Cell: 716/424-3311


-BEGIN GEEK CODE BLOCK-
Version: 1.0
GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E---
W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+)
PGP++(+++) t+ 5-- X-- R+ tv+ b++  DI++ D++
G++ e(+) h--- r+++ y+++*
--END GEEK CODE BLOCK--


On Sun, Apr 16, 2023 at 8:33 AM Nils Breunese  wrote:

> Kevin Huntly  wrote:
>
> > I want to set up multiple build profiles for my app but I'm kindof
> > confused. I have the idea of 1 global build profile that always gets
> used,
> > plus smaller build profiles that get activated by the -P flag. Is this
> > possible?
>
> Anything that is not defined in a profile is always used.
>
> Nils.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Multiple build profiles with 1 global

2023-04-16 Thread Nils Breunese
Kevin Huntly  wrote:

> I want to set up multiple build profiles for my app but I'm kindof
> confused. I have the idea of 1 global build profile that always gets used,
> plus smaller build profiles that get activated by the -P flag. Is this
> possible?

Anything that is not defined in a profile is always used.

Nils.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Multiple build profiles with 1 global

2023-04-16 Thread Kevin Huntly
Hi Everyone,

I want to set up multiple build profiles for my app but I'm kindof
confused. I have the idea of 1 global build profile that always gets used,
plus smaller build profiles that get activated by the -P flag. Is this
possible?


Kevin Huntly
Email: kmhun...@gmail.com
Cell: 716/424-3311


-BEGIN GEEK CODE BLOCK-
Version: 1.0
GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E---
W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+)
PGP++(+++) t+ 5-- X-- R+ tv+ b++  DI++ D++
G++ e(+) h--- r+++ y+++*
--END GEEK CODE BLOCK--