maven-nar-plugin (http://duns.github.com/maven-nar-plugin)

2010-02-10 Thread Karl Heinz Marbaise
Hi to all, my first question: Is someone else using the above plugin ? I've started to examine the nar plugin, cause i have a large nunber of modules (ca. 150) which comprise of C++ code...I'm already using the rpm-maven-plugin which works very good...but under the hood i'm currently using cmake

Re: Having problems parsing profiles.xml

2010-02-10 Thread rsaddey
Justin Edelson wrote: > > [...] > According to > http://maven.apache.org/guides/introduction/introduction-to-profiles.html, > only repositories, pluginRepositories, and properties can be in profiles > defined in the profiles.xml file. > [...] > Yes, there's a xsd for profiles too: http://v

Accessing Properties in site.xml?

2010-02-10 Thread mfs
Hi Guys, Is there a way to access the properties defined in pom.xml from within site.xml ?. I am creating some custom menu items and would like the "href" for each of the items to be constructed dynamically based on some properties in pom or within some profiles. Is that possible ? Thanks in ad

Inject a new menu-item to the "Project Documentation" Menu

2010-02-10 Thread mfs
Hi Guys, Is there a way to inject a new menu-item to the "Project Documentation" menu generated by default by the site-plugin. I know one can add the Project documentation section by the tag "" in the src/site.xml, but I not only want to add these existing report menus, but also want to inject

Re: Logging

2010-02-10 Thread mfs
Point noted. Also, If lets say I use the linux "tee" command to stream the output to the log file as well, is there any mean to direct this log file to the site directory (or may be target directory) without hardcoding the path of it at the command line. I would like to have a link to this genera

Re: Logging

2010-02-10 Thread Brett Porter
On 11/02/2010, at 12:33 PM, mfs wrote: > > Hello Guys, > > I am using maven 2.2.1 and wondering if there has been any support added to > stream the build output to a file in addition to the console ?. Doesn't seem > to be the case taking a look at the JIRA issues, but just wanted to be sure. >

Re: Logging

2010-02-10 Thread mfs
Hello Guys, I am using maven 2.2.1 and wondering if there has been any support added to stream the build output to a file in addition to the console ?. Doesn't seem to be the case taking a look at the JIRA issues, but just wanted to be sure. We would like to publish the build logs to a centraliz

SureFire: "parallel" attribute

2010-02-10 Thread Douglas Ferguson
Can anybody shed light on this comment? .. parallel String 2.2 (TestNG only) When you use the parallel attribute, TestNG will try to run all your test methods in separate threads, except for methods that depend on each other, which will be run in the same thread in order

Re: JavaDoc ./src/main/javadoc/doc-files/**/* get flattened.

2010-02-10 Thread Andrew Hughes
Correction... my bad! They are flattened to the ./target/site/ directory (not src as stated). Apologies. On Thu, Feb 11, 2010 at 12:55 AM, Andrew Hughes wrote: > Following: > > > http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html > > > >

Re: Getting the Profile Name From A Property

2010-02-10 Thread Stephen Connolly
you can have multiple profiles active at the same time, so you need to ask a slightly different question: either how do I tell if profile A is active? have profile A define a property eg profile-A-active=true how do I get a list of all the active profiles? (I'm not sure about this one)

Getting the Profile Name From A Property

2010-02-10 Thread Neil Chaudhuri
Is there a built-in Maven property for obtaining the name of the profile currently active? Thanks. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

RE: unwanted repository, how does maven locate it

2010-02-10 Thread Todd Thiessen
A pom you depend on my have defined it in its pom. To be absolutely sure you only reference the repos you want, you would need to mirror all repos to your own trusted local repository using a repo manager. Good discussion about that here: http://www.sonatype.com/people/2009/02/why-putting-repos

unwanted repository, how does maven locate it

2010-02-10 Thread Reto Bachmann-Gmür
hello I have the following problem using maven 2.2.1 (on minerva.apache.org): maven continuos to download a broken jar and pom from https://maven-repository.dev.java.net/nonav/repository/com.sun.jmx/jars/ Th epatch to the dependency is as follows: [INFO] +- com.hp.hpl.jena:tdb:jar:0.8.4:compile [

Re: adding a project for debugging

2010-02-10 Thread Wayne Fay
> Hi I'm trying to understand wicket a bit more, and I would like it to add it > as source tree to my project, but for for some reason I cant make it happen. You're trying to understand Wicket, and you thought the Maven Users list would be the right place to ask about it? ::confused:: Wayne

adding a project for debugging

2010-02-10 Thread Jeroen Dijkmeijer
Hi I'm trying to understand wicket a bit more, and I would like it to add it as source tree to my project, but for for some reason I cant make it happen. I have myproject-web, myproject-domain and myproject-parent. The latter specifying the former 2 as modules. I'm running myproject-web in

Re: jboss console output

2010-02-10 Thread Baptiste MATHUS
Hi Emir, I'm trying to understand what makes you think there's any link between maven-eclipse-plugin and jboss? Btw, are you refering to maven-eclipse-plugin, or to m2eclipse? Could you rephrase your need a bit so that we can try and help you? Cheers 2010/2/10 Emir Ibrahimbegovic > Hi, > > I'm

jboss console output

2010-02-10 Thread Emir Ibrahimbegovic
Hi, I'm using maven eclipse plugin, its works great. Is it possible to maven or eclipse print out the output of jboss console either in eclipse or elsewhere?

JavaDoc ./src/main/javadoc/doc-files/**/* get flattened.

2010-02-10 Thread Andrew Hughes
Following: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html I have a directory structure under the doc-files directory that I want to maintain... ./src/main/javadoc/resourc

Re: Problem with wsdl2code

2010-02-10 Thread Baptiste MATHUS
Well, Have you double-checked the environment is the same: same vm? same settings.xml? And so on. Compare also the output on both machines for mvn help:effective-settings and mvn help:effective-pom And also, wipe out the local maven repository before doing all these tests. This will get you a fr

Problem with wsdl2code

2010-02-10 Thread Harlan Gray
Hi, I am building a web service project using Maven 2.0.9 and Netbeans IDE 6.8. When I run my project I get the following log with an error at the end. The same project builds properly on another machine without an issue. Can someone tell me why this is? Appreciate your help very much. thanks Har

Re: Need Urgant help regarding Wsmx installing through maven

2010-02-10 Thread Wayne Fay
> Note: I have downloaded the SAWSDL4J-M3.jar file=2C but i dont know where t= > o save this file inorder to work properly. If you simply READ the output, you'll see what to do with this jar file. I know this is expecting a lot out of the users, but I think you will get it with a little bit of eff

Re: Release schedule for ear plugin version 2.4.1

2010-02-10 Thread Stephane Nicoll
On Tue, Jan 19, 2010 at 4:58 PM, Wayne Fay wrote: > > What is plan for releasing version 2.4.1 of ear plugin? All issues for > this > > release are resolved. > > Version 2.4 was just released in late Oct 2009. Are you having > specific problems related to a Jira issue that has been resolved, or >