[xwiki-devs] Re. Problems with setting up Maven
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
it means it doesn't compile... what do you see in your console? from what module do you launch maven? On Thu, Mar 27, 2008 at 3:30 PM, 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 >
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
but what happens in your console exactly? any error message? don't you have a trace of your "maven install"? Apparently I would say your maven blocks or stops (for info, this morning maven.xwiki.org had some problem so maven couldn't synchronize with this repository) Pascal On Thu, Mar 27, 2008 at 4:45 PM, Kamna Jain <[email protected]> wrote:
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.htm... , 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
participants (2)
-
Kamna Jain -
Pascal Voitot