G Brinkmann
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Maven war module artifact not working
AnsweredHello, I'm on 2022.1.3 and using the Maven Helper plugin. My problem: The war artifact of a Maven war project build is not showing up in project settings / artifacts. When I test to add it manually... -
Edited [invalid] Insert setter proposal
CompletedIt should be possible to create "Builder" setters like "withFoo(Type foo)" instead of "setFoo(Type foo)". Maybe as a changeable default configuration. When I insert builder setters I always change ...