you can use a copy task.

I ran into the same problem during war building phase. I used the copy task like
copy {
  from 'src/main/clojure/views'
  into 'src/main/webapp/WEB-INF/classes/views'
}

More details on how I used it for my case.

http://m.3wa.com/?p=472

On Thu, Aug 19, 2010 at 2:32 PM, Dillon Sellars <[email protected]> wrote:
> I know non-code files should generally go into src/main/resources, but for
> Wicket it's nice to have the html next to the .java files. How can I include
>  **/*.html resources from src/main/java and have them go into the classes
> directory?



-- 
Omnem crede diem tibi diluxisse supremum.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to