Is it possible to package several applets into a war and overlay with webapp war

2012-04-23 Thread wzhao6898
Hi there, I have a maven project with several modules, one of them being applet module, where I'll build several jars, later on package them into zip file using assembly plugin, and use it (applet zip file) as one of the dependencies in the webapp module pom.xml. Is there better way of doing

how to resolve missing maven-junction-plugin dependency: junction.exe?

2012-04-19 Thread wzhao6898
Hi there, I'm trying to set up clean phase to use maven-junction-plugin as I'm building the project from both Linux and Windows. Here is my pom.xml section for junction plugin: plugin groupIdcom.pyx4j/groupId artifactIdmaven-junction-plugin/artifactId

if condition in pom.xml

2012-04-13 Thread wzhao6898
Hi there, Is there a way for me configure maven-war-plugin (or any plugin in general) to execute conditionally? e.g.: I want to configure to exclude a js directory if property notExclude set to false, and skip if property notExclude set to true: plugin