I am quite new to Maven and Java EE programming all-together.
I would like to create a stub class for authentication testing which should be activated in the default Ma
It is possible, with some footwork. You will have to put your class(es) in a dependency and use the profiles in this manner:
default ... someotherprofile ...
Also, the classes will have to be in the same package for this to work.
Cheers,