Hi everybody. I'm trying to build apache-solr webapp (not the whole project) using maven . Also want to reuse the build.xml ant file.
The directory structure is:
+build
+client
+contrib
.....
+src
+webapp/src --webapp code
+dist --generated artifacts by the ant script
--must be copied to the webapp WEB-INF/lib
--some of them are also needed for webapp code compilation
I've successfully called the ant target that compiles and populates the dist dir.
What I need is to:
1) Include some of the jars that reside in the dist directory to compile the webapp code.
2) Package some of the jars in the war artifact maven builds.
Any help would be much appreciated