notifier email address as property giving error

2008-02-13 Thread treese
With Continuum 1.1, I have two build definitions for one project - one for hourly builds and the other for a daily full build. We want different email addresses for each build definition. We tried configuring the notifier address in the pom as a property ${smx.project.build.email} and then

RE: changes to surefire output with testng

2008-02-13 Thread Dan Fabulich
Jason Chaffee wrote: I am pretty familiar with testng code, so I would like to look into this further. Is it a correct statement to say that the output we are seeing on the console is coming directly from testng? No... Console output in Surefire is a bit strange. :-) By default, Surefire

Re: PDE Plugin

2008-02-13 Thread amit kumar
Pardon me Dan, but I did not get it? IT tests? On Feb 13, 2008 1:27 PM, Dan Tran [EMAIL PROTECTED] wrote: are you able to try other IT tests? On Feb 12, 2008 11:17 PM, amit kumar [EMAIL PROTECTED] wrote: Hi, No one has any idea of the problem? I am still awfully stuck with PDE plug in

RE: dependency:unpack vs. eclipse:eclipse

2008-02-13 Thread Michael Heß
Sure, here you go, I hope it somehow survives the transfer to the list. If it's completely garbled I can also send you the file directly as an attachment. Furthermore I'd like to add the error I'm getting when binding the dependendy-plugin unpack goal to a specific phase: ERROR -

Re: Setup Help - you have entered an incorrect username and/or password

2008-02-13 Thread Björn Stenersen
Hi, i got the same problem, and it does not matter wether i use a legal password or not when creating the user. 'Resend Validation' is not possible to use for me because our smtp-server rejects the mail due to security-reasons, too. Every time i try to create an user the exception below is logged

RE: wher do we define maven properties ?

2008-02-13 Thread Beelen, M. - SPLXL
Hello San, When you are new to maven, perhaps you start by using Maven 2.0.x (2.0.8 as the current latest release) Maven 2 has a lot of improvements over Maven 2 and the documentation on the maven site, which is quite good for getting started, is mainly about Maven 2 these days. Most of your

Re: PDE Plugin

2008-02-13 Thread Dan Tran
IT = integration test try this http://mojo.codehaus.org/pde-maven-plugin/examples/m2eclipse.html On Feb 13, 2008 12:54 AM, amit kumar [EMAIL PROTECTED] wrote: Pardon me Dan, but I did not get it? IT tests? On Feb 13, 2008 1:27 PM, Dan Tran [EMAIL PROTECTED] wrote: are you able to try

error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Silvio Arcangeli
Hi all, I'm running Maven 2.0.8 on Linux (Ubuntu 7.10), and I'm having the following error when i run mvn site on all of my projects: [INFO] Generating Checkstyle report. [INFO] [ERROR] BUILD ERROR [INFO]

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread Marco Huber
I got the similar error this morning, after starting a normal clean install of my project. As I see from the error message the maven-compiler-plugin 2.1-SNAPSHOT tried to use the 1.6-SNAPSHOT of the plexus-compiler. I nailed the version of the maven-compiler-plugin to 2.0.2 and all works.

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi John, It's amazing that we had the same problem yesterday. It seems that it comes from filter but not sure for the moment. I will try to create a simple example project in order to can reproduce the problem. Rémy

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread Hendrik Busch
Hi! We are experiencing the same problem. After adding the codehaus snapshot repository to our Artifactory server the plexus-compiler could be downloaded but we still get build errors. Caused by: java.lang.NullPointerException at

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread Martin Höller
On Wednesday 13 February 2008 wrote Hendrik Busch: Is there any way to prevent Maven from using snapshot versions of plugins? Just disabling the repos does not seem to suffice. That's because you already have them in your local repo (~/.m2/repository/). Along with disabling the snapshot repo,

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread David Larsson
I have the same problem as Hendrik but I really need to use maven-compiler-plugin 2.1-SNAPSHOT. Is there anything I can do to fix this problem? Regards David Martin Höller wrote: On Wednesday 13 February 2008 wrote Hendrik Busch: Is there any way to prevent Maven from using snapshot

The PluginDescriptor for the plugin Plugin [...] was not found

2008-02-13 Thread Simon Oldham
Hi, I hope this is the right place to post this. I have been trying to configure a code-coverage plugin for my Maven project but keep getting the same error (I have tried using both Emma and Cobertura): [ERROR] FATAL ERROR [INFO]

Eclipse project dependency no set up on WTP project

2008-02-13 Thread rmatthews
I am using Maven (2.0.7) to set up Eclipse with a multi-module project. Two of the seven modules are wars and using the following settings I am able to import into them both into Eclipse as WTP projects: plugin

Dependencies in builds

2008-02-13 Thread Ken Turner
I have an SOA project which is deployed in three chunks: * GUI * Services * BPEL's I therefore have three Continuum Shell projects, each of which uses a .BAT file to call an ANT build.xml file to build and deploy the relevant chunk. At present all my builds are manually triggered, on demand,

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Andrew Hughes
Hi Silvio, ${user.home} should be coming from the JVM. I have also tried to use this as a token in my site documentation, but the reference didn't stick. According to this: http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide Environment variables Environment variables can be

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Andrew Hughes
Unless it's a linux daemon running the maven process, I dont know what that would do to this property. On Feb 13, 2008 8:14 PM, Silvio Arcangeli [EMAIL PROTECTED] wrote: Hi all, I'm running Maven 2.0.8 on Linux (Ubuntu 7.10), and I'm having the following error when i run mvn site on all

Re: Eclipse project dependency no set up on WTP project

2008-02-13 Thread Jan Torben Heuer
rmatthews wrote: When I come to run them (Run As/On a Server) I have classpath problems, i.e. class not found. If I change the J2EE Module Dependencies (in the properties for the project) by ticking the the projects that I have just imported then all will be fine. check where your project

Re: m2: I know profiles are not inherited, but...

2008-02-13 Thread Andrew Hughes
I know there are some sensible limitations to profiles... see http://maven.apache.org/guides/introduction/introduction-to-profiles.html applicable section : * Which areas of a POM can be customized by each type of profile? Why?* hope that helps a bit... On Feb 12, 2008 10:36 PM, Amshoff

RE: damage image files

2008-02-13 Thread John Coleman
When I switch filtering off it's fine. The filtering needs patching, I think this is in the JIRA already. I'm not sure how Maven should discern text and binary files though, you can't always depend on file extensions. I think the filter needs to have a file extension ignore element for

RE: damage image files

2008-02-13 Thread John Coleman
I think we will try something like this resource directorysrc/main/resources/cfg/directory filteringtrue/filtering /resource resource directorysrc/main/resources/bin/directory /resource This

Re: Dependencies in builds

2008-02-13 Thread Emmanuel Venisse
it will be probably in a future version - can you be more specific? I don't think we'll can add it before the next major version 2.x. I don't have a date for the release. Emmanuel

Re: Dependencies in builds

2008-02-13 Thread Emmanuel Venisse
Actually, it isn't possible to add some build rules, it will be probably in a future version. A workaround for your issue would be to create only one shell project that will run your 3 builds with a check of the result of each. Emmanuel On Feb 13, 2008 12:17 PM, Ken Turner [EMAIL PROTECTED]

Re: Dependencies in builds

2008-02-13 Thread Ken Turner
Thanks, Emmanuel, I kind of guessed this was the case. it will be probably in a future version - can you be more specific? -- View this message in context: http://www.nabble.com/Dependencies-in-builds-tp15455354p15456465.html Sent from the Continuum - Users mailing list archive at Nabble.com.

NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
Guys, We have a local repository where we put all the artifacts that we need in our project. Recently though I added a new version of the maven-release plugin and, when I try to use it, I'm getting a NullPointerException as follows: [EMAIL PROTECTED] trunk]$ mvn -X release:branch

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread David Larsson
Solved it by setting plugin artifactIdmaven-compiler-plugin/artifactId version2.1-20080129.223043-7/version and cleaning my repository from maven-compiler-plugin 2.1-SNAPSHOT /Dave David Larsson wrote: I have the same problem as Hendrik but I really need to use maven-compiler-plugin

Re: Eclipse project dependency no set up on WTP project

2008-02-13 Thread Michael Heß
Hi Robert, I had this problem as well, but I think this is more eclipse's fault. Right know as far as I know this currently is possible in two ways: 1. Use Milestone Build of Eclipse 3.4 / WTP 3.0 - is has the ability to do this via the expected masks. 2. (and probably more likely in your case)

RE: NullPointerException in maven

2008-02-13 Thread nicklist
We have a local repository where we put all the artifacts that we need in our project. Do you mean the local repository each developer has? Normally user_home/.m2/repository . Or do you mean an internal remote repository on a server? With what command did you install the artifacts into your

archiva proxy [Virus checked]

2008-02-13 Thread Wolfgang . Schrecker
Hi all, having configured an company specific remote repository, I can not download any artifact from there. I can connect from a brower and inspect the repository. The only obvious difference is, there are just the pom and the jar, no metadata. While downloading I can see in the

Re: Junit report and surefire plugin

2008-02-13 Thread VUB Stefan Seidel
* maven-surefire-report-plugin * dashboard-maven-plugin Stefan Bala Rajamani wrote: Currently generating junit reports (*.txt and *.xml files) using maven-surefire-plugin. wondering is there way to display these reports in HTML format and a dash report within Maven? Thanks in advance, Bala.

Re: Eclipse project dependency no set up on WTP project

2008-02-13 Thread Michael Heß
Sorry Robert, I misunderstood your problem. Just ignore my posting. bye, Michael Michael Heß schrieb: Hi Robert, I had this problem as well, but I think this is more eclipse's fault. Right know as far as I know this currently is possible in two ways: 1. Use Milestone Build of Eclipse 3.4

Re: archiva proxy [Virus checked]

2008-02-13 Thread Brett Porter
have you configured the repository-purge consumer? It should only affect snapshots, but it might do something like that if misconfigured. On 13/02/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, having configured an company specific remote repository, I can not download any artifact

Antwort: Re: archiva proxy [Virus checked]

2008-02-13 Thread Wolfgang . Schrecker
No. What is a repository-purge consumer and how do I best configure that guy ? mit freundlichen Grüßen/best regards Wolfgang Schrecker MODEL-DRIVEN DESIGN demands that the model stay in lockstep with the implementation, but it allows freedom to choose any implementation that faithfully captures

Re: Re: archiva proxy [Virus checked]

2008-02-13 Thread Brett Porter
No worries, it's off by default - so if you haven't turned it on (details of which are on the website), it's probably not at fault. I should have read it in more detail - it appears this is probably because the checksums are not matching. Check the prox settings - if the checksum is set to fail

Re: NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
Sorry, I wasn't clear enough.. It's an internal remote repository on a server. I uploaded the artifacts using the deploy plugin. (we did that for all our artifacts and it's working just fine..) The only problem was with this specific plugin. On Feb 13, 2008 2:26 PM, [EMAIL PROTECTED] wrote:

RE: NullPointerException in maven

2008-02-13 Thread nicklist
It was more a been there, done that story. Whenever I see someone talking about we are using a local repository or such, horrid images from the past gets in my head. ;) If you try to get http://ecm-maven-repo.itcnetworks:8081/maven_repo/org/apache/maven/plugins/maven-metadata.xml.sha1 from a

Antwort: Re: Re: archiva proxy [Virus checked]

2008-02-13 Thread Wolfgang . Schrecker
Thanks Brett! It did the trick. mit freundlichen Grüßen/best regards Wolfgang Schrecker MODEL-DRIVEN DESIGN demands that the model stay in lockstep with the implementation, but it allows freedom to choose any implementation that faithfully captures the meaning of the model from Eric Evans:

Re: NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
Nope, it doesn't. On Feb 13, 2008 3:16 PM, [EMAIL PROTECTED] wrote: It was more a been there, done that story. Whenever I see someone talking about we are using a local repository or such, horrid images from the past gets in my head. ;) If you try to get

RE: NullPointerException in maven

2008-02-13 Thread nicklist
First, I see I forgot a space, so my url was bogus, it should be: http://ecm-maven-repo.itcnetworks:8081/maven_repo/org/apache/maven/plugins/maven-metadata.xml.sha1 Second, do you use any repository software, like archiva or proximity, or is it just a remote filesystem? With regards, Nick

Re: damage image files

2008-02-13 Thread Stephen Connolly
I use resource directorysrc/main/resources/filtered/directory filteringtrue/filtering /resource resource directorysrc/main/resources/verbatim/directory filteringfalse/filtering /resource As it

RE: not able to deploy using webdav

2008-02-13 Thread Richard Chamberlain
It's not possible to use webdav by default. There's some useful information on how to enable it in this link: http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With +WebDAV -Original Message- From: Savita_p_m [mailto:[EMAIL PROTECTED] Sent: 13 February 2008 06:54 To:

RE: damage image files

2008-02-13 Thread John Coleman
It proved to be a little troublesome to tease out the different resource types, so I had to compromise with... resources resource directorysrc/main/resources/directory filteringtrue/filtering excludes

Re: NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
I understood what you wanted and I modified the url accordingly.. No, it's not there. Our repository software is a simple remote filesystem.. we don't use either archiva or proximity. On Feb 13, 2008 3:27 PM, [EMAIL PROTECTED] wrote: First, I see I forgot a space, so my url was bogus, it

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread David Larsson
You will find it if you add: repository idcodehausSnapshots/id nameCodehaus Snapshots/name releases enabledfalse/enabled updatePolicyalways/updatePolicy checksumPolicywarn/checksumPolicy /releases

Re: NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
So you think this is the problem ? How come other mvn commands are working ? Shouldn't they have the same problem ? On Feb 13, 2008 4:00 PM, [EMAIL PROTECTED] wrote: I know that central is also just a filesystem, and I once saw a few shell scripts to repair metadata and checksums, IIRC. I

RE: NullPointerException in maven

2008-02-13 Thread nicklist
I've looked at the metadata file and it is to map prefixes, like release, eclipse, all the shorthand forms, to plugins. Could you compare http://ecm-maven-repo.itcnetworks:8081/maven_repo/org/apache/maven/plugins/maven-metadata.xml with

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Silvio Arcangeli
Thanks a lot Andrew, that gave me some more idea. In my case i'm running maven manually, no daemon. I tested my JVM (Sun 1.5.0_13) with a very simple Java class that prints all the system properties, and user.home is indeed there: user.home = /home/silvio So the JVM system property is present

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread Tobias Gierke
Hi, The reason it is failing is because you are trying to utilize SNAPSHOT artifacts and yet you have not configured a Snapshot repository in your pom.xml. It looks like you're trying to compile Maven itself, or something along those lines? Why are you doing this? This is generally something

RE: NullPointerException in maven

2008-02-13 Thread nicklist
I know that central is also just a filesystem, and I once saw a few shell scripts to repair metadata and checksums, IIRC. I don't know who had them or if they still exist. Some of maven 2 developers are often on IRC, maybe you could ask them if they still have those scripts. Hth, Nick

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Your solution seems to be good. But with war overlays mechanism (cf [1] and [2]) it's not possible to specify the path of the directory resources because it is generated at runtime. I don't know for the moment how to solve this case. Rémy 1.

RE: damage image files

2008-02-13 Thread John Coleman
Oh that's a shame. I'm keen to put a change into the resource plugin so that it can optionally try and only filter text files. I have an idea to do this, how can I contribute to the project? Regards, John -Original Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent:

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Doug Knesek
How are the e-mail addresses of the latest committers determined? Emmanuel Venisse wrote: Actually, continuum can send mail only to notifiers defined on the project. In 1.1, you can choose if you want to use the actual mode or send mail to latest committers Emmanuel [EMAIL

RE: Nexus repository manager

2008-02-13 Thread Hayes, Peter
I did not know Nexus was going to be commercial. Thanks for the info. Pete -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 5:30 PM To: Maven Users List Subject: Re: Nexus repository manager Nexus is a commercial product from Sonatype,

Re: NullPointerException in maven

2008-02-13 Thread Ionut Scutaru
Well.. we don't have either a .sha nor an .md5 file on the internal maven repository. So I copied all 3 files there and tried again. Now I got rid of the first error message but the one with NullPointerException still remains. Here's the new exception that I'm getting: [EMAIL PROTECTED] trunk]$

Reset continuum admin password

2008-02-13 Thread Bala Rajamani
We have lost continuum admin id password? Is there a way to reset the password to new value? We are running continuum-1.0.3. Thanks in advance

Working around MNG-2261 (How can I manually download and install artifact)

2008-02-13 Thread kroe
MNG-2261 is making creating projects using an archetype difficult. I have an archetype I created. I want the archetype:create command to download my archetype from an internal repository. The internal repository is specified in my settings.xml file. Due to MNG-2261, the settings.xml

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi John I'm keen to put a change into the resource plugin so that it can optionally try and only filter text files. I have an idea to do this, how can I contribute to the project? (Even if I am not a commiter) Your help and contribution is welcome . You can get the source code of the plugin

multi-module bootstrap/release in a flat directory hierarchy (using ClearCase)

2008-02-13 Thread torsten . reinhard
Hi, I have a flat directory hierarchy like: my-module-parent my-module-A my-module-B my-module-parent defines ... modules modulemy-module-Amodule modulemy-module-Bmodule /modules ... With ClearCase, the scm section of the 3 modules looks like: scm

Re: Surefire plugin 2.3 - 2.4.1 not working.

2008-02-13 Thread Wayne Fay
The root cause of the problem seems to be: Bad version number in .class file; nested exception is java.lang.UnsupportedClassVersionError This usually happens when you're running an older JVM with a Jar file that was compiled with/against a much newer one. But you claim that you're running JDK

Re: damage image files

2008-02-13 Thread Stuart McCulloch
On 13/02/2008, John Coleman [EMAIL PROTECTED] wrote: Oh that's a shame. I'm keen to put a change into the resource plugin so that it can optionally try and only filter text files. I have an idea to do this, how can I contribute to the project? raise an issue at

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Wendy Smoak
On Feb 13, 2008 8:22 AM, Doug Knesek [EMAIL PROTECTED] wrote: How are the e-mail addresses of the latest committers determined? I'm going to guess it's from the list of developers in the pom. The id there will need to match the svn id on the commit. -- Wendy

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Emmanuel Venisse
If the latest commiter is defined in the pom as a developer, we take his email address in the pom; Emmanuel On Feb 13, 2008 4:22 PM, Doug Knesek [EMAIL PROTECTED] wrote: How are the e-mail addresses of the latest committers determined? Emmanuel Venisse wrote: Actually, continuum can

Re: Nexus repository manager

2008-02-13 Thread Rémy Sanlaville
Neither me but I hope that Proximity 2.0 will be release soon. Rémy

NoSuchMethod analysis

2008-02-13 Thread Ben Tatham
Does anyone know of a maven plugin that will analyze dependencies and verify that all jars are compatible? This would catch NoSuchMethod errors from being thrown later...the best case is that all of these will be caught in junit...but not always since the unit tests will only cover the top

Re: damage image files

2008-02-13 Thread Olivier Lamy
Hi, What about a configuration parameter in the mojo (maven-resources-plugin) like : filteringIgnoreExtensionsjpg,jpeg,pdf/filteringIgnoreExtensions Currently adding this in the resource configuration in the pom needs some core changes. Remy, I'm sure you can load an issue in MWAR concerning

Re: Nexus repository manager

2008-02-13 Thread VUB Stefan Seidel
We're using archiva now. It's much easier to set up than proximity, but awfully slow (similar to continuum). So we only use it for repo cleanup, but for repo cacheproxy we stick with maven-proxy 0.2 - it has never let us down ;) With nexus, it seems, the situation is similar to HURD - it's

Re: Reset continuum admin password

2008-02-13 Thread Emmanuel Venisse
You can follow this manual process: - shutdown Continuum - connect a SQL client like SquirrelSQL on the db - change the password (can't remember the table name, probably users or something like that), the password is encrypted with sha1 if I remember it correctly Emmanuel On Feb 13, 2008 4:34

Re: Working around MNG-2261 (How can I manually download and install artifact)

2008-02-13 Thread Wayne Fay
One easy method is to simply make a pom, specify your artifact as a dependency, and run mvn dependency:go-offline. IIRC, someone wrote a little shell script to create a pom.xml and then run go-offline against it, then delete it for this exact purpose and sent it to the list, but I don't remember

Archiva and Oracle App Server

2008-02-13 Thread Osborne, Schevus W SrA USAF AMC 375 CSPTS/SCES
Does anyone have experience deploying Archiva to Oracle? If so, can you please provide instructionss? Thanks! Schevus W Osborne, SrA, USAF Application Development Programmer 375 CSPTS/SCEA

RE: multi-module bootstrap/release in a flat directory hierarchy (using ClearCase)

2008-02-13 Thread Barrett Nuzum
Torsten: You said : = How can I solve this problem, when I don´t want to change the flat hierarchy into a directory tree Much to my dismay, you can't. http://jira.codehaus.org/browse/MRELEASE-261 http://jira.codehaus.org/browse/MRELEASE-261 http://jira.codehaus.org/browse/MRELEASE-225

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread John Casey
Nope, they're both on public repositories, but the compiler plugin may not have a repository entry pointing where the plexus-compiler- javac snapshot was deployed. I'll fix that and redeploy. -john On Feb 13, 2008, at 4:39 AM, Marco Huber wrote: I got the similar error this morning, after

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread John Casey
If you have a test project I can use to verify, debug, and fix the error, that would help immensely. I tested the plugin before I deployed it yesterday, but apparently didn't have the configuration needed to express this problem. Thanks, -john On Feb 13, 2008, at 5:48 AM, David Larsson

Re: Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-13 Thread John Casey
It's a good practice to pin down the specific version of a plugin you want to use. In this case, specifying version2.0.2/version for the compiler plugin would avoid the issue for you. I'm looking into the NPE, but if you had a test project that displayed the error, it would help me a lot

regenerate directory structure

2008-02-13 Thread gmehta
hello, I currently have a project that is of packagingjar/packaging .. however NOW i need this project to be web enabled and hence need the directory structure to reflect a web application. So I thought that if I change to packagingwar/packaging and from the command line do 'mvn

Sample usage of RPM plugin

2008-02-13 Thread /U
What is the status of RPM plugin? I followed the sample usage in http://mojo.codehaus.org/rpm-maven-plugin/usage.html and found that it does not work. Does anyone have a working example of RPM plugin usage? Thanks /U -- View this message in context:

Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-13 Thread Mac-Systems
Anyone can point to to a Version which allows to use Generics with XDoclet ? regards, Jens - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: regenerate directory structure

2008-02-13 Thread Wayne Fay
Two options off the top of my head: 1. Set packaging to war and add the src/main/webapp directory etc yourself. 2. Create a new project with the proper archetype, then paste your src/ directory over and let it overwrite stuff. Wayne On 2/13/08, gmehta [EMAIL PROTECTED] wrote: hello, I

Re: not able to deploy using webdav

2008-02-13 Thread Savita_p_m
Hi, Thanks for the pointer... However my issues was related to hudson configuration as it was working fine with command line. Hudson job configuration using Build a maven2 project (beta) doesn't work with webdav where as same thing worked for me when I configured the job using Build a

RE: Nexus repository manager

2008-02-13 Thread Yoav Landman
You might also want to try out Artifactory. It has auto snapshots cleanup + a range of other advanced features. See: http://www.jfrog.org/confluence/display/RTF/Welcome+to+Artifactory%21 (as the project lead I am of course biased ;) Hayes, Peter wrote: I did not know Nexus was going to be

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Eric Pugh
Do you have any guidance for projects that don't have a POM? I am building some .NET code via the shell script approach... Is there a way for me to create a POM? Or some sort of rule that appends something to SVN id's for sending email? Eric On Feb 13, 2008, at 10:31 AM, Wendy Smoak

Re: cannot use -Darchetype(GroupId/ArtifactId) with maven-archetype-plugin 2.0-alpha-1

2008-02-13 Thread Stefan Hübner
Hi Stuart, On 13/02/2008, Stuart McCulloch [EMAIL PROTECTED] wrote: I think you've picked up the new release of the archetype plugin which by default runs in interactive mode, with choices from an internal catalog (even when the archetype groupId and artifactId are already selected) Thats

Re: damage image files

2008-02-13 Thread Rémy Sanlaville
Hi Olivier, What about a configuration parameter in the mojo (maven-resources-plugin) like : filteringIgnoreExtensionsjpg,jpeg,pdf/filteringIgnoreExtensions good idea. Currently adding this in the resource configuration in the pom needs some core changes. Remy, I'm sure you can load an

RE: not able to deploy using webdav

2008-02-13 Thread Brian E. Fox
I haven't had much luck with the build in maven support, but you can set it up very easily as a freestyle project. Hudson is rock solid and the only thing I use. -Original Message- From: Savita_p_m [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 12:22 PM To:

[IMPORTANT] For users of maven-compiler-plugin 2.1-SNAPSHOT

2008-02-13 Thread John Casey
Hi, As I'm sure you've noticed, I broke the deployed version of maven- compiler-plugin 2.1-SNAPSHOT yesterday. For those of you who use this plugin, I've since re-deployed a fixed version, complete with its own reference to the Plexus snapshot repository to help resolve the

Re: Site Plugin 2.0-beta-6 site.xml Relative/Absolute URL's Disappearing href's

2008-02-13 Thread Andrew Hughes
Further more I have tested a non staging deploy, and this works perfect. This problem seems to be limited to the stage-deploy. On Feb 13, 2008 5:26 PM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi Gang, Im trialing the 2.0-beta-6 site plugin. The problem I am having is with the site.xml

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Andrew Hughes
This is purely speculation, but the properties that *made* are available to the checkstyle plugin are most likely limited. So checkstyle is handed only selected properties and not all (including the system properties). I can't say anymore than this being speculation, but it would explain the

Re: [IMPORTANT] For users of maven-compiler-plugin 2.1-SNAPSHOT

2008-02-13 Thread Siarhei Dudzin
This actually forced me to close access (should have done it long time ago) to plugin snapshot repo in artifactory and deploy really needed plugin snapshots (maven-eclipse-plugin-2.5-SNAPSHOT) to a separate and more controllable repository, which is a good thing. Siarhei On Feb 13, 2008 11:15

Re: not able to deploy using webdav

2008-02-13 Thread Stephen Connolly
I keep on telling everyone to use freestyle. It's a running joke between myself and Peter Reilly (of ANT fame) that 90% of the issues with Hudson are the Maven project type! On a side note I have a plan for giving people what they like of the Maven project type (i.e. modularised sub-reports) with

eclipse source export order

2008-02-13 Thread Matthew Shaw
Hi Guys, Is there a way to set the export order of the source folders within a project in eclipse? I thought there may be a way to do it with the maven eclipse plugin, but have had no luck. At the moment I have to go in manually via the project/properties/build path menu option and

Re: Working around MNG-2261 (How can I manually download and install artifact)

2008-02-13 Thread kroe
That'll work, but with the added complexity of a hack like is less than appealing. It would not take much more effort to write a script or some java code to create template projects without the archetype plugin. Anyone willing to apply the patch and post a jar with the patch applied? Thanks,

java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
I have a multi-module project that begins with java, needs to generate a wsdl, and then from that wsdl needs to generate more java. The plugin I'm using for this is the axistools-maven-plugin. Unfortunately this approach does not play well with the release plugin. It works fine until it comes

Re: Working around MNG-2261 (How can I manually download and install artifact)

2008-02-13 Thread Wendy Smoak
On Feb 13, 2008 9:00 AM, kroe [EMAIL PROTECTED] wrote: MNG-2261 is making creating projects using an archetype difficult. I have an archetype I created. I want the archetype:create command to download my archetype from an internal repository. The internal repository is specified in my

The list of maven plug-ins that are used by maven during the build

2008-02-13 Thread Ryan H.
Hello Folks, A quick question: is there a way to get the list of ALL maven plug-ins and their versions that are used by maven build life cycle? Maven uses tons of standard plug-ins explicitly and inexplicitly. Is there a way to get the whole list of it for a given build? Thanks Ryan

RE: java - java2wsdl - wsdl2java

2008-02-13 Thread Heck, Joe
We've had a similar problem with some of our multimodule projects. We found adding this additional configuration for the release plugin helped resolve the issue: plugin artifactIdmaven-release-plugin/artifactId configuration

Re: java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
This doesn't seem to have any effect in my case. On Feb 13, 2008 4:57 PM, Heck, Joe [EMAIL PROTECTED] wrote: We've had a similar problem with some of our multimodule projects. We found adding this additional configuration for the release plugin helped resolve the issue: plugin

Re: java - java2wsdl - wsdl2java

2008-02-13 Thread deckrider
My apologies, I was looking at the wrong build output. This does appear to work around my problem. However, I can't help but wonder if it is a bug that this must be done, but perhaps I just don't understand yet. Anyway, thanks much for the help! On Feb 13, 2008 5:50 PM, deckrider [EMAIL

RE: The list of maven plug-ins that are used by maven during the build

2008-02-13 Thread Holt, Jack C.
You could run maven with the -X parameter and scan all the debug messages and look for the names of all the plugins used. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan H. Sent: Wednesday, February 13, 2008 3:58 PM To: Maven Users List Subject: The

Re: double build

2008-02-13 Thread Trevor Torrez
how do you do this if you need both? do you have to run maven twice, once for each profile? Thanks On Jan 29, 2008 8:24 AM, Erez Nahir [EMAIL PROTECTED] wrote: Hi supareno, Maven profile is your friend in this case, see

Re: surefire-report-plugin running tests of all dependent modules again?

2008-02-13 Thread Trevor Torrez
I would like to second this sentiment. Is there a plugin that can add the current plugin version information to the pom? I also definately think this information should be added to poms processed with the release plugin (if it isn't already). Thanks On Jan 29, 2008 5:49 PM, Joerg Hohwiller

  1   2   >