Include All Jars In Directory At Compile Time

2019-07-29 Thread Tom Va
Hi, Is it possible to include all non-manenized jars in a given directory without listing the specific jar names?

Custom resource filters; multiple filters

2019-07-29 Thread Kyle Marek
Hello Maven Users, Some context: We are developing a webapp which utilizes React for our UI component. It is an known/open issue that React applications need to know their deployment location when built, because resource paths are embedded into the build output. See: