Re: example for settings.xml

2009-03-01 Thread linchongsu
you can get reference from http://maven.apache.org/settings.html Best Regards! On Sun, Mar 1, 2009 at 3:21 PM, nani2ratna nani2ra...@gmail.com wrote: Hi, Thank you very much for your replies. Actually i didnt understand properly about settings.xml. I didnt put anything in that file. Thats

[ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven Doxia and Doxia Sitetools, version 1.0. http://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 1.0 ** Task * [DOXIA-254] - Using the last version of modello-maven-plugin Release Notes - Maven Doxia Sitetools -

Re: example for settings.xml

2009-03-01 Thread Ian Petzer
Ratna, Now that you have a better understanding of the settings.xml file, I would recommend that you specify a mirror for the main maven site that is located close to you geographically. Encourage the rest of your team to do the same, or even think about putting in a local repository for your

Re: Eclipse and maven

2009-03-01 Thread John Wooten
Made change suggested to targetJdk, and yes I am running 1.5 as the default. Got the following: [INFO] Generating PMD Report report. [WARNING] Unable to locate Source XRef to link to - DISABLED [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is

Re: Un-mavenize a Maven2 project ?

2009-03-01 Thread Mark Struberg
All they have to do is unziping the maven.zip and set the PATH. Really, all other options - _including_ manual eclipse project config and ANT setup - are _much_ more time consuming than this. You don't even have to give them a share and create a logon for each of the students. Simply direct

Re: Un-mavenize a Maven2 project ?

2009-03-01 Thread David Weintraub
On Fri, Feb 27, 2009 at 1:44 PM, Mark Struberg strub...@yahoo.de wrote: but ant must be installed also before it can be used. And installing ant is the same effort than installing maven. So this will not add anything to his problem. Ant is included when you install Eclipse. It's one of the

Re: example for settings.xml

2009-03-01 Thread Rusty Wright
And here are some instructions for that: http://maven.apache.org/guides/mini/guide-mirror-settings.html Ian Petzer wrote: Ratna, Now that you have a better understanding of the settings.xml file, I would recommend that you specify a mirror for the main maven site that is located close to

Re: Maven reporting

2009-03-01 Thread Rusty Wright
For example, the version of a plugin can be overridden but the configuration for the plugin isn't? EJ Ciramella wrote: OY - gotcha. Some maven 2 things work such that any configuration in a child pom overwrites what's in a parent, just not in the reporting stanzas? H. Thank you!

Re: Database plugin

2009-03-01 Thread Rusty Wright
Try looking here: http://mojo.codehaus.org/plugins.html You could also suggest to the Scriptella folks that they provide maven plugin functionality. Sommers, Elizabeth wrote: Before I reinvent the wheel, does anybody have a good plugin for JDBC? I am going to be mining data from attached

Re: Maven reporting

2009-03-01 Thread Stephen Connolly
but the first version of a plugin used in a reactor is the one that gets used, so if the parent is part of the same reactor, *and* gets built first, your override of the version in the child will be ignored Sent from my [rhymes with myPod] ;-) On 1 Mar 2009, at 19:59, Rusty Wright

Re: Modules navigation area empty with generated content when site:site is run on an aggregator POM

2009-03-01 Thread Dennis Lundberg
The Site Plugin doesn't add links to modules by default. This is something you have to configure. Add a small site.xml to your aggregator project like this: project body menu ref=modules / /body /project See more about the site descriptor here:

Re: [ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Borut Bolčina
Congratulations. Now, how do I use confluence wiki format for generating my maven project docs? http://maven.apache.org/doxia/modules/index.html#Confluence I posted a question two days ago with a subject Generating site with confluence markup. Cheers, Borut Which version of maven, site-plugin

RE: [ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Mohan KR
So will the site plugin automatically pick this up? Thanks, mohan kr -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: Sunday, March 01, 2009 6:43 AM To: annou...@maven.apache.org; Maven Users List Cc: Maven Developers List Subject: [ANN] Maven Doxia and Doxia

Re: Maven-bundle-plugin Scala

2009-03-01 Thread Stuart McCulloch
2009/3/1 Josh Suereth joshua.suer...@gmail.com Apache Felix Users - I'm currently working om a scalac (the scala compiler) plugin that enforces all package imports within a scala module either come from that module or are exported by another module on its classpath. I'd like to integrate

Re: Generating site with confluence markup

2009-03-01 Thread Dirk Olmes
Borut Bolčina wrote: Hello, I am trying to generate a site with doxia confluence format, but getting an error. [...] [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin manager executing goal

Re: Maven-bundle-plugin Scala

2009-03-01 Thread Mark Derricutt
I've used the scala plugin and the felix bundle plugin together in the past with no problems, everything seemed to work perfectly normal, and the bnd tool used by the bundle plugin operates on class files). ...and then Buffy staked Edward. The End. On Mon, Mar 2, 2009 at 8:14 PM, Stuart

Re: Generating site with confluence markup

2009-03-01 Thread Lukas Theussl
You can't use version 1.1-SNAPSHOT of the confluence module with site-plugin-2.0-beta-7 (doxia.logging is only available in doxia 1.1). The site plugin has to be updated first to use doxia 1.1 which is scheduled to happen in version 2.1 [1]. HTH, -Lukas [1]