Greetings all,

I've used Maven on a couple projects -- just enough to get by and
build a webapp -- and I've got an issue I can't find a solution to. I
have a non-maven project (Shindig in Apache incubator) that contains
implementations in various languages (Java and PHP so far). They all
share common HTML and JavaScript files in parallel directories, and
the Java implementation is Mavenized:

  shindig/
    html/
    javascript/
    java/
      pom.xml
      src/
        main/
          webapp/
    php/

When building the java webapp, I'd like some HTML and JS files to be
packaged into the WAR, but those files live in the "html" and
"javascript" directories instead of in "java/src/main/webapp". What's
the appropriate plugin to use in this case?

On a side note, there are other JavaScript files from those same
directories that get packaged into "WEB-INF/classes" since they need
to be available as resources to the Java code and not as files via
HTTP. This works great, and I want something similar that makes them
available via HTTP instead of to the Java code.

Thanks,
Dave

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

Reply via email to