Re: Can I access timestamp version of SNAPSHOT dependency within a build?

2009-08-07 Thread Arnaud HERITIER
The timestamp is generated when maven deploys the artifact and it doesn't keep this info.I don't think you can do better. Arnaud On Fri, Aug 7, 2009 at 3:08 AM, Stephen Duncan Jr stephen.dun...@gmail.comwrote: On Fri, Jul 31, 2009 at 10:53 AM, Stephen Duncan Jr stephen.dun...@gmail.com

Re: Hibernate reveng

2009-08-07 Thread Uff2
Hi Karl, Thank you for your suggestion about directory convention of generated files. Karl Heinz Marbaise wrote: Hi, extensions extension groupIdpostgresql/groupId artifactIdpostgresql/artifactId version8.3-603.jdbc4/version /extension Why

RE: Why is maven looking for snapshot plugins ?

2009-08-07 Thread JeremieB
Sorry if I did not precise it exhaustively, but in fact taglist 2.3 is declared in pluginManagement, in plugins, in dependencies, in dependencyManagement and in reporting sections as well... (in the corporate pom). maven-site-plugin is declared only in pluginManagement section. I also deleted

RE: Why is maven looking for snapshot plugins ?

2009-08-07 Thread Mohan KR
Can you paste the surrounding context around the log message or attach the whole log? Some plugins still go outside (is the log from the project-info plugin by any chance?) Thanks, mohan kr -Original Message- From: JeremieB [mailto:jeremie.bousq...@gmail.com] Sent: Friday, August 07,

Re: Why is maven looking for snapshot plugins ?

2009-08-07 Thread JeremieB
Logs won't be necessary, I must say I feel quite stupid right now ... :/ Have a closer look at my description : JeremieB wrote: [...] 5- install corporate pom [...] 9- deleted my local repository [...] So, I happily deleted my local repository, including the correct corporate pom I

Site generation - no index.html for modules.

2009-08-07 Thread David C. Hicks
I still haven't figured out why I get no index.html files for my sub-modules (or even if I should). It seems to me like it was working fine just a week or two ago, then something changed to cause it not to work. Anyway, I started creating index.apt files in all of my modules (bowing to the

Re: Wix

2009-08-07 Thread Wendy Smoak
On Mon, Mar 12, 2007 at 12:23 PM, Libby, Cynthiacynthia_li...@intuit.com wrote: Anyone using Maven and Wix to create install packages? This is an old post, but for the benefit of the archives... I'm working on a WiX plugin for NPanday (continuation of NMaven) at CodePlex and would welcome help

jaxws-maven-plugin issues

2009-08-07 Thread monkeyden
Does anyone have working example of the jaxws-maven-plugin? I have seen many posts on the web and all seem to have problems with it. They all seem to relate to a version problem with the jaxws-api dependency and the repository in which it is found. The central repo apparently has an incorrect

Transitive runtime dependencies

2009-08-07 Thread Renato K. Araujo
Hi! I am using Maven 2.0.10 and I have in my project a dependency of the dbunit 2.4.5 jar. In dbunit's pom it declares a runtime dependency. When I run mvn test the dbunit runtime dependency is not included by Maven in my project. In this case, when a dependency declares a runtime dependency in

Re: jaxws-maven-plugin issues

2009-08-07 Thread monkeyden
So now I'm getting this error, which I think is fixable. [INFO] [jaxws:wsgen {execution: default}] Class not found: com.mycompany.intouch.test.HelloWorld How do I go about running the compiler in a phase prior to the jaxws-plugin running, so the class is available for WS wiring? monkeyden

Re: Transitive runtime dependencies

2009-08-07 Thread Renato K. Araujo
Sorry, I didn´t see the optional tag in the dependency I wanted. Now I understood why the dependency was not there. On Fri, Aug 7, 2009 at 2:54 PM, Renato K. Araujorkara...@gmail.com wrote: Hi! I am using Maven 2.0.10 and I have in my project a dependency of the dbunit 2.4.5 jar. In

Re: jaxws-maven-plugin issues

2009-08-07 Thread Wes Wannemacher
Try attaching it to a phase that happens after compile, maybe process-classes - plugin groupIdorg.codehaus.mojo/groupId artifactIdjaxws-maven-plugin/artifactId version1.7/version executions execution goals goalwsgen/goal

Re: jaxws-maven-plugin issues

2009-08-07 Thread Stephen Connolly
have a look at the vi-api module in the vcc thirdparty folder at https://vcc.dev.java.net that has a working jaxws which builds completely from central (as vcc.dev.java.net is deploying to central all its dependencies must be on central) Sent from my [rhymes with myPod] ;-) On 7 Aug 2009,

Limiting menu ref=reports

2009-08-07 Thread daniel.green
In a site descriptor (site.xml) menu ref=reports/ generates two children with many items: Project Information and Project Reports. I am only interested in displaying the Project Reports. How would I go about excluding one or only including the other? -- View this message in context:

Re: jaxws-maven-plugin issues

2009-08-07 Thread monkeyden
Thanks for the reply Wes. I'm not completely in business, but I think I've progressed thanks to you. At least it's trying to execute wsgen. I now get this error, which I've seen elsewherealso without a solution. Embedded error: javax/jws/WebService [INFO]

Re: jaxws-maven-plugin issues

2009-08-07 Thread Wes Wannemacher
I think it means that you have to add the jax-ws runtime as a dependency in your project. -Wes On Fri, Aug 7, 2009 at 3:48 PM, monkeydenmonk...@monkeyden.com wrote: Thanks for the reply Wes.  I'm not completely in business, but I think I've progressed thanks to you.  At least it's trying to

deploying project jars on maven repo

2009-08-07 Thread Ricky
Hi, What is the process a project has to go through if it wants to get its jars deployed on a maven repo? (so that they can then be referenced on POM using dependency / tag). Any guidelines / suggestions? Rick

RE: deploying project jars on maven repo

2009-08-07 Thread Todd Thiessen
Simply issue a mvn deploy command. Have you read through the definitve guide? http://www.sonatype.com/books/maven-book/reference/ --- Todd Thiessen -Original Message- From: Ricky [mailto:ricky...@gmail.com] Sent: Friday, August 07, 2009 4:39 PM To: Maven Users List Subject:

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
I knew I would that response :) sorry i wasn't clear enough, I meant deploying to: http://repo1.maven.org/ repository ... http://repo1.maven.org/Rick On Fri, Aug 7, 2009 at 4:42 PM, Todd Thiessen thies...@nortel.com wrote: Simply issue a mvn deploy command. Have you read through the definitve

RE: deploying project jars on maven repo

2009-08-07 Thread Todd Thiessen
There is a guide here: http://maven.apache.org/guides/mini/guide-central-repository-upload.html --- Todd Thiessen -Original Message- From: Ricky [mailto:ricky...@gmail.com] Sent: Friday, August 07, 2009 4:45 PM To: Maven Users List Subject: Re: deploying project jars on maven

Re: deploying project jars on maven repo

2009-08-07 Thread Ricky
Just what I needed, your the man! Rick On Fri, Aug 7, 2009 at 4:46 PM, Todd Thiessen thies...@nortel.com wrote: There is a guide here: http://maven.apache.org/guides/mini/guide-central-repository-upload.html --- Todd Thiessen -Original Message- From: Ricky

problem with maven-changes-plugin in a multi-module project

2009-08-07 Thread David C. Hicks
Hi folks, I've got a multi-module project in which I'm using the Changes plugin to publish both a page in the site and an announcement email at release time. However, I only have a changes.xml file at the Parent project level. My release blows up because it cannot find changes.xml in the

Re: [Solved] Re: [Maven assembly plugin] Error using the assembly plugin on CentOs4.7

2009-08-07 Thread Arnaud HERITIER
I'm just having the same issue on MacOS after upgrading the assembly plugin from 2.1 to 2.2-beta-4 I think we could consider that it is a regression ? In my case the build hangs and I have to do a CTRL+C to have the error. Googling it I found this thread. Even if it took for me only few minutes to

Re: deploying project jars on maven repo

2009-08-07 Thread David Weintraub
If you want, you can deploy JARs in your own Maven repository. There are several public Maven repositories out there which are more or less open to any open source project. The biggies like Codehaus or maven.org have there own projects. You can see how to make your project a CodeHaus