Hi!
On 08 Nov 2016, Clemens von Musil wrote:
> I am working on a multimodule maven project consisting of several EJB, WAR
> and an EAR module. The EJB modules contain shared functionality.
>
> To increase development speed, I want the WAR modules build in a way that
> allows me to bundle them in
Hi,
Can you show your pom and what's the result you're getting?
I have just tested with a sample project and it looks fine:
junit
junit
4.11
sources
org.apache.maven.plugins
maven-dependency-plugin
2.10
Command line: mvn dependency:build-classpath -Dmdep.stripClassifier=true
-Dmdep.p
Hello,
I was recently trying the following scenario with JDK 9 and mvn compiler 3.6.0:
A new Maven project, with module-info, running with JDK 9, having a dependency
on one other non-modular project (Weld SE in this case).
Feel free to inspect it on GH -> https://github.com/manovotn/JDK9Playgroun