Thanks guys..
with all your suggestions, I was finally able to run Maven :-)))
Now, my next question is regarding the following :
Building with Maven
Execute mvn install in any module you wish to build. This will build that
module and all children modules. The build result is placed in two places:
- the local maven
repository<http://maven.apache.org/guides/introduction/introduction-to-r…ml>,
for making the module available to other projects or modules using maven
(even other XWiki modules take the needed libraries from this repository,
and not directly from a "neighbor" directory)
- and in a subdirectory of that module, called target.
I can not see the build result? I do not see any "target" subdir.
Please advise.
Thanks