> I'm not quite sure I understand what you mean...  It's not really sample
> code; it is the jsp code for the application that I am building.  Currently
> just the compiled jsp's are being included in the source jar.  I'd like the
> original source jsps to be included as well.

For some reason, and I think it goes back to your original posting, I
was under the impression this was sample code that wasn't actually
part of your project etc. I guess it was just a misunderstanding on my
part.

So what you're saying is the following:
1. You have a <packaging>war</packaging> project.
2. You have JSP files in src/main/webapp.
3. You're using the m-source-p to package up your source code.
4. Those JSP files are not being added to the source code jar.
Instead, they are coming in as Java files after being compiled by
Jspc.

Is that correct? If so, it sounds like a bug in the m-source-p plugin
to me, or perhaps a new feature that should be added to the Jspc
plugin (do not remove Jsp files after compiling to Java).

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to