Hi,

I have WebStart project, where I have two modules:

root
+-- client-jar
|     +-- pom.xml
+-- server-war
|    +-- pom.xml
+--pom.xml

How can I specify that I want to pack client-jar.jar into
server-war.war as resource not as library?  i.e. I don't want to be
included in server classpath but only kept as files, that can be
served to client.

Should it be done with maven-war-plugin webResource configuration or
there is more general way to do it?
Can you give me some examples, how can it be done?


--
Muntis

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

Reply via email to