Hi Arik, So does the Maven version: 2.0-alpha-3 support the java part?
Well I want to build an application in java, which could build the code Of the project - nightly builds by using maven and programmatically Generate project reports - by using maven. Ie.. the necessary Project.properties and project.xml etc shall be included. Is it possible by using the maven 1.0.2 or with maven 2.0 alpha 3. i.e. to call maven inside java code and not rather from the command line. If its not clear till please ask me, I shall try to explain it in more clear way. Sreenivas. -----Ursprüngliche Nachricht----- Von: Arik Kfir [mailto:[EMAIL PROTECTED] Gesendet: Montag, 4. Juli 2005 20:45 An: Maven Users List Betreff: Re: hello. (Maven generate reports ) Hi Sreenivas, Activating Maven (1.x) from Java is a bit cumberstone, as it was designed as a commandline app. Maven 2 is a lot better in that, but it is not released yet (alpha-3). There are parts of it, however, that can be utilitzed in another app's context - we do that in Mevenide. If you can define your needs perhaps I can be of some assistance. Cheers, Arik Kfir. Dário Luís Coneglian Oliveros wrote: >Hi Sreenivas, > >Unfortunately I don´t know the answer for your first question. >Regarding the second one, you can disable the download from internet by setting the property 'maven.mode.online' to false. Another option is to create a mirror of ibiblio in your intranet and then donwload the artifacts from the new remote repository by pointing the 'maven.repo.remote' to your web server, e.g., http://www.intland.com/repository/ibiblio. > >Dário > > > >-----Original Message----- >From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED] >Sent: segunda-feira, 4 de julho de 2005 09:43 >To: 'Maven Users List' >Subject: AW: hello. (Maven generate reports ) > > >Hi Dário, > >I would like to know a few more things. Please let me know about it. > >How can maven be started from Java? Are there examples how to integrate >maven into java applications? i.e, do we have any APIs so that we call >Maven from a java program etc. > > >Can we stop maven from not downloading the plugins during a goal completion. >Since we need to integrate into a product, where it can be a local >Installation without an internet connection. > >Shall be thankful for any ideas / suggestions.Thanks. > >Sreenivas. > > > >-----Ursprüngliche Nachricht----- >Von: Dário Luís Coneglian Oliveros [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 4. Juli 2005 14:31 >An: Maven Users List >Betreff: RE: hello. (Maven generate reports ) > >Hi Sreenivas, > >You will be able to find these reports in XML format in the >'generated-xdocs' directory. >Maven actually creates the xml documents first and then convert them to >html. >Hope it helps. > >Dário > >-----Original Message----- >From: Sreenivas Mangasandra [mailto:[EMAIL PROTECTED] >Sent: segunda-feira, 4 de julho de 2005 07:18 >To: [email protected] >Subject: hello. (Maven generate reports ) > > >Hello !!! > > > >The reports such as CheckStyle, Javadocs etc generated by the Maven is in >the html format. > >Does any body know if we can we generate reports using maven into xml >format, > >So that I can store them onto a database and later use them for some >processing. > >Thanks. > > > >With Best regards / Mit freundlichen Grüßen > >Sreenivas Mangasandra (mksreenivas), > >Intland Software GmbH, Wankel Str. 3, > >D-70563 Stuttgart, Germany. > >Tel.: +49 711 722 1834 > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
