Hi all,

One of our new project require that we have an applet in one web application.
Our directory structure is :

root folder
|
|--- applet (pom.xml > jar)
|--- webapp-war (pom.xml using war-maven-plugin)
|--- ...

Each module has its proper pom.xml file and the question is how to integrate the generated applet.jar in the webapp.war under the path /applet ? Copy the applet.jar during the "package" (with a dependency) phase would be the best way?

Thanks in advance for any helps !
ML



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to