Re: Problem with running Spring Integration Tests with mvn verify

2019-01-14 Thread a . tokarev90
On 2019/01/13 12:17:14, Robert Kleinschmager wrote: > Your configuration looks fine for your task, but I’m sorry - I have no hint, > why IntelliJ is faster. > > At first: it depends on, how your 500 Tests are organised. How many > test-classes, how many methods do they have? > Are you

exec-maven-plugin Could not find or load main class

2019-01-14 Thread Liang, Yashu
I want to execute a java program during my maven build, so I have in my POM: org.codehaus.mojo exec-maven-plugin java true -classpath com.mycodegenerator.MyCodeGeneratorApplication

Re: Supporting custom "Scopes" and Maven support for "Non-Java" languages (WAS: Re: Any update on "polyglot" Maven?)

2019-01-14 Thread Christofer Dutz
Hi Herve, well I know for example that I have some libraries, that are statically linked and some expect libraries to be installed on the host system. I had the exact same problem with Flex in the past ... here I could also have dynamically linked versions of libraries, then I had to also