Also, When I build the xwiki platform core with maven, I change to this
directory and use the cmd: mvn install
But, I do not see any jar files generated?
Where am I supposed to look for those.
I look in my local folder where I created the settings.xml file and se ethe
repository folder created there. But, that gets updated with :

com\xpn\xwiki\platform\xwiki\14-SNAPSHOT\maven-metadata-xwiki-externals.xml
com\xpn\xwiki\platform\xwiki\14-SNAPSHOT\maven-metadata-xwiki-snapshots.xml

only if I build the xwiki-core inside xwiki-platform-core dir.

Any advise?

Thanks


On 3/27/08, Kamna Jain <[EMAIL PROTECTED]> wrote:
>
> 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-repositories.html>,
>    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
>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to