[M2] site: using variables frrom sub pom in parent pom

2006-10-24 Thread Fred . Hauschel
Hi, for example my distributionManagement is alway the same: ${project.groupId}.${project.artifactId} ${distributionPrefix}sites/${project.groupId}/${project.artifactId}/${p roject.version} so it should be plased in a parent pom and be reused. But the variables like ${pro

Re: [ANN] Maven DOCCK Plugin 1.0-beta-1 for Maven 2 Released

2006-10-24 Thread Wim Deblauwe
It is very nice to see this after there has been much discussion about the quality of the documentation. It shows that the Maven team is really concerned with this. keep up the good work! regards, Wim 2006/10/25, Dennis Lundberg <[EMAIL PROTECTED]>: The Maven team is pleased to announce the

AW: [M2] eclipse plugin ?

2006-10-24 Thread Fred . Hauschel
Yes, there you can download the version 0.0.5. But i know from a version 0.0.9. So the site is not up to date. The PlugIn ist not realy usabe for complex environments. Fredy -Ursprüngliche Nachricht- Von: SoftwareEngineering Hauschel [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Okto

Re: [M2] eclipse plugin ?

2006-10-24 Thread dawn.angelito
Hi, You may refer to this site: http://maven.apache.org/eclipse-plugin.html. I haven't used this plugin yet though. Dawn SoftwareEngineering Hauschel wrote: > > Hey all, > wich m2 eclipse plugIn's do you know and use? > > http://mevenide.codehaus.org/release/eclipse/update/site.xml seems to

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés! Best regards, C. 2006/10/24, Andrés <[EMAIL PROTECTED]>: El 24/10/2006 13:24, Chris Michiels escribió: > Thanks Andrés, > > I've got everything working, and am now facing the velocity template (being > a total newbie at velocity). Care to share your template.vm :o) ? > > I us

[M2] eclipse plugin ?

2006-10-24 Thread SoftwareEngineering Hauschel
Hey all, wich m2 eclipse plugIn's do you know and use? http://mevenide.codehaus.org/release/eclipse/update/site.xml seems to be only for maven1 ?! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

maven 2 build on jetspeed-2 errors

2006-10-24 Thread Bill Bartels
I'm new to maven-2.0.4/jetspeed-2. When I run "mvn compile" (using maven 2.0.4) in jetspeed-2 root directory I got the following error messages. I read some messages saying it has to use maven 1.0 as maven 2.0 doesn't support jetspeed-2 build. The thing is that one week ago I ran "mvn compile, m

RE: cvs.apache.org connection problems

2006-10-24 Thread Scott Ryan
I am having the same issues with my maven 2 repository. I saw a posting last night that some of the apache servers (people and cvs) had gone down but no information on when they were expected back up or any alternative on how to get around the issue. It looks like these servers are embedded in th

Re: changelog-maven-plugin and scm error

2006-10-24 Thread David J. M. Karlsen
Sam Anabtawi wrote: I have followed the instructions in this thread so far; here is a snippet of my pom.xml: apache.snapshots Apache Snapshot Repository http://people.apache.org/repo/m2-snapshot-repository false . . .

Symbolic links

2006-10-24 Thread Uri Moszkowicz
It seems that continuum follows symbolic links when deleting a project, which I discovered the hard way. This is very dangerous behavior - a warning should be added on the download page and this problem should be fixed.

Re: changing war name when installiing to repository

2006-10-24 Thread Allan Ramirez
Hi Marek, when you configure the pom custom_warname and execute "mvn install", the artifact installed in your local repo will still follow the naming convention which is -. But the war generated in your target directory will follow your custom warname. -allan Mark Struberg wrote: if you on

Symbolic links

2006-10-24 Thread Uri Moszkowicz
It seems that continuum follows symbolic links when deleting a project, which I discovered the hard way. This is very dangerous behavior – a warning should be added on the download page and this problem should be fixed.

Continuum Startup error even though JAVA_HOME is set up

2006-10-24 Thread datech
I did find this problem in forums but the resolution specified didn't work for me. I do have JAVA_HOME set up in my system and also I tried modifying the wrapper.conf to specify the absolute path to my JAVA_HOME instead of it using %JAVA_HOME%, but that didn't work too. I am getting this error w

Add Directory to Jar Manifest Classpath

2006-10-24 Thread SingleShot
I am building an executable JAR that depends on a handful of other JARs and a few config files being on the classpath. I want the config files to be editable by the end user, so did not add them as internal JAR resources. I've configured the maven-jar-plugin to generate a manifest and add the depe

[ANN] Maven DOCCK Plugin 1.0-beta-1 for Maven 2 Released

2006-10-24 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven DOCCK Plugin, version 1.0-beta-1 http://maven.apache.org/plugins/maven-docck-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.plugi

Re: changelog-maven-plugin and scm error

2006-10-24 Thread Dennis Lundberg
There is maintenance work going on on the Apache machines. From www.apache.org: "The Apache Software Foundation will be doing some infrastructure work that will cause some public services to be innaccessible from Saturday, October 21st through Monday, October 23rd." -- Dennis Lundberg Sam A

Re: repository down?

2006-10-24 Thread Ming Cheung
Wayne, Thanks. I think I just wait for it. Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] "Wayne Fay" <[EMAIL PROTECTED]> 10/24/2006 04:03 PM Please respond to "Maven Users List"

RE: copying configs from dependencies

2006-10-24 Thread Chen, Anning
Module is equivalent to an application dir with all its sub dirs and files that it needs to run. The dir can also be in tar.gz or zip or whatever other compressed/tar'd format. For example, my simpleWebapp.tar.gz for Tomcat would contain subdirs such as jsps, images, WEB-INF etc... This does

Re: maven-changes-plugin help please

2006-10-24 Thread Dennis Lundberg
The Apache-version of the plugin is a reporting-plugin. This means that it will generate its output during site generation. It also means that configuration should be in the section of your pom. Please see: http://maven.apache.org/plugins/maven-changes-plugin/usage.html -- Dennis Lundberg P

Re: Downloading a non-jar dependancy

2006-10-24 Thread pjungwir
Hello, First, the Dojo zip file must be in a maven remote repository somewhere. If it isn't, you could just put it in private remote repository and point your project at it using the element. There are lots of docs on setting up your own repository. It's just a directory structure like what you

Re: copying configs from dependencies

2006-10-24 Thread SoftwareEngineering Hauschel
How is your definition for module? 2006/10/24, Chen, Anning <[EMAIL PROTECTED]>: If I have 2 modules A and B, and A depends on B, but B has a file config.properties in its conf/ dir. How can I build/package A so that config.properties will be in A also? How can I do it using maven-assembly-plu

Re: copying configs from dependencies

2006-10-24 Thread SoftwareEngineering Hauschel
Have you found the documentation ? http://maven.apache.org/plugins/maven-assembly-plugin/introduction.html Anather way will be a multiModule Project: http://maven.apache.org/guides/getting-started/index.html -> How do I build more than one project at once? Fredy 2006/10/24, Chen, Anning <[EMAIL

Re: repository down?

2006-10-24 Thread Wayne Fay
You will need to ask the people at Apache who manage their infrastructure. I have no idea if there is a backup. I'm not aware of one, and none have been posted over the last few days so I'll assume there isn't one. Wayne On 10/24/06, Ming Cheung <[EMAIL PROTECTED]> wrote: Is there a backup rep

Re: Maven Noobie - How can I just add a directory of jars to my classpat

2006-10-24 Thread SoftwareEngineering Hauschel
I just need a quick and dirty way to compile this project so you should'nt use maven ?! Take ant! Fredy 2006/10/24, Wayne Fay <[EMAIL PROTECTED]>: Some time ago (a few months), a user contributed a shell script (bash iirc) which cycled through a "lib" directory, installed each jar into the use

copying configs from dependencies

2006-10-24 Thread Chen, Anning
If I have 2 modules A and B, and A depends on B, but B has a file config.properties in its conf/ dir. How can I build/package A so that config.properties will be in A also? How can I do it using maven-assembly-plugin? Thanks -

Re: repository down?

2006-10-24 Thread Ming Cheung
Is there a backup repository that I can use while it is down? Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] "Wayne Fay" <[EMAIL PROTECTED]> 10/24/2006 03:44 PM Please respond to "Mav

Re: Creating a common local repository.

2006-10-24 Thread SoftwareEngineering Hauschel
If you have a windows share server, so you can easyly share a 3rdParty Repository. You will also need same jar's that are not available in the 'maven'-web like activation.jar etc. So I haven't the configuration here at home, but it should be something like that: (settings.xml) Test Snap

Re: repository down?

2006-10-24 Thread Wendy Smoak
On 10/24/06, Ming Cheung <[EMAIL PROTECTED]> wrote: Is http://cvs.apache.org/repository down? Yes, though the correct URL is http://people.apache.org/repo/m1-snapshot-repository. That server was part of some ASF infrastructure work that started on Saturday. The original estimate was to be co

Re: repository down?

2006-10-24 Thread Wayne Fay
Pinging cvs.apache.org [140.211.11.3] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 140.211.11.3: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Yes, its down, check again in a few days. Wayne On 10/24/06, Min

Re: Maven Noobie - How can I just add a directory of jars to my classpat

2006-10-24 Thread Wayne Fay
Some time ago (a few months), a user contributed a shell script (bash iirc) which cycled through a "lib" directory, installed each jar into the user's local m2 repo with generated poms, and output a long list of dependencies that could be copied and pasted into your project's pom.xml file to inclu

repository down?

2006-10-24 Thread Ming Cheung
Is http://cvs.apache.org/repository down? I am receiving the following error while doing a maven build. C:\eclipse_workspace\axis2_os_oct\1024a>maven -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true 2>&1 | tee full_build_wrapper.log __ __ | \/ |__ _Apache__ ___ | |\/| / _` \

Downloading a non-jar dependancy

2006-10-24 Thread Bert Lamb
I'm working on a web application projected using a maven 2 build system and I would like to be able to package parts of the Dojo AJAX toolkit into the WAR for this webapp. I'd prefer not to check the Dojo code into my source repository, so what is the best way for me to download the Dojo zip file

Re: JMeterMavenPlugin

2006-10-24 Thread Tom Huybrechts
Never used it before, but the first things the instructions say is: - Create a local Maven repository, if you don't already have one. - Drop in the attached JMeter jarand POM

Re: Creating a common local repository.

2006-10-24 Thread Greg_Vaughn
That's a common situation. We have installed MavenProxy on a server in our company. This acts as a cache of artifacts from ibiblio, but also has a separate internal repository where we deploy artifacts that are not in ibiblio. My understanding is that MavenProxy is no longer being actively deve

Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-24 Thread Dennis Lundberg
Rolf Strijdhorst wrote: Hi, this is the exception i recieve: [INFO] There are 3 checkstyle errors. [WARN] Unable to locate Source XRef to link to - DISABLED [WARN] org.apache.velocity.runtime.exception.ReferenceException: reference : template = org/apache/maven/plugin/checkstyle/checkstyle-rss.

RE: Maven Noobie - How can I just add a directory of jars to my classpat

2006-10-24 Thread Greg_Vaughn
There's the "teach a man to fish" response and the "give a man a fish" response. I'll try to do a bit of both. I think the deeper question is what are your goals in migrating the project to maven? Most users find the dependency management features of Maven to be one of its strongest points. If

Re: [M2] Changelog Plugin and CVS Tags

2006-10-24 Thread Dennis Lundberg
Nate wrote: From your text I understand that you are using Windows as your client OS and the command line CVS client from WinCVS, is that correct? Windows OS (2000) running cygwin WinCVS gui version 2.0.2.4 (Build 4) What CVS server are you using and what OS does it run on? I tried this

RE: Maven Noobie - How can I just add a directory of jars to my classpat

2006-10-24 Thread goatwuss
Hello, Thanks for the reply... the situation is that I am trying to load a project with 100 or so jar files that I need to include in the library... I don't want to have to manually add each one to a repository, and include a separate for each jar... I just need a quick and dirty way to compi

RE: Maven Noobie - How can I just add a directory of jars to my classpath?

2006-10-24 Thread Adam Perry-Pelletier
I'm new too, so just been through this, but no you don't. You create a pom.xml file, or have maven do it for you by using "mvn archetype:create ..". Then you add xml frags that tell what libs your project depends on. Then when you do a "mvn compile" or related goal, maven will download all the

Creating a common local repository.

2006-10-24 Thread Adam Perry-Pelletier
While experimenting with Maven2 I experienced the following error: Missing: -- 1) jsr170:jcr:jar:1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=jsr170 -DartifactId=jcr \

Maven Noobie - How can I just add a directory of jars to my classpath?

2006-10-24 Thread goatwuss
Hello - I am getting started with Maven. I am looking at online guides and literature, and I'm trying to not be retarded All I want to do is somehow point to a directory of jar files (./lib) and add these to the classpath so I can compile my code in maven. I can see that there's this idea of th

RE: download artefacts from managed repositories

2006-10-24 Thread Ryan, Scott D
I am having a similar issue. I have defined several managed repositories but the only ones that are consulted for artifacts are those that have proxies defined. I got around that by creating dummy managed repositories and proxying them out to the real ones but that is not a very secure solution.

Downloading a non-jar dependancy

2006-10-24 Thread Bert Lamb
I'm working on a web application projected using a maven 2 build system and I would like to be able to package parts of the Dojo AJAX toolkit into the WAR for this webapp. I'd prefer not to check the Dojo code into my source repository, so what is the best way for me to download the Dojo zip file

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-10-24 Thread Benoitx
Paul Can you post this on the QALab Users list. We will look into it but could you confirm which JDK you are using? It is the first time we see that one... Regards Benoit Paul Balm wrote: > > > Benoitx wrote: >> >> ObjectLab is pleased to announce the release of version 0.9.1 (slowly >> g

maven including image resources based on profile in webapp

2006-10-24 Thread Attila Mezei-Horvati
Hi, I need to include an image library into the build depending on the deploy destination. If its qa I include it. If its production I do not. If I use the war-plugin webResource it will include all the time. If I use a profile and set it up as resource, it will add it to the web-inf/classes. I

Re: [m2] Maven repositories confusion

2006-10-24 Thread Wayne Fay
Search the poms in your ~/.m2 directory for those repositories. I'd expect you've got an old version of this project's pom installed in your repo with those repositories declared, or they're declared in one of your SNAPSHOT artifacts. Wayne On 10/24/06, Blinker <[EMAIL PROTECTED]> wrote: Hi. I

project.build.finalName incorrect in Clover forked lifecycle

2006-10-24 Thread Chris Tucker
Hi all, I'm having some problems with the maven-clover-plugin and generating resources (in the generate-resources phase) into the appropriate target directory. The clover plugin forks a lifecycle and modifies the build finalName to include the classifier "-clover". I generate a web.xml

[m2] Maven repositories confusion

2006-10-24 Thread Blinker
Hi. I'm struggling to understand how Maven manages its list of repositories. If I take a repository out of the section of my pom.xml, Maven doesn't necessarily start using that repository. I'm using Maven 2.0.4 For example, I have a pom.xml for a project that depends on ActiveMQ. Right now, it h

Re: m2, surefire console output

2006-10-24 Thread pjungwir
I think by default stacktraces do not appear. To see them, you have to add this to the maven-surefire-plugin section of your pom: false Have you done that? If so, then removing it should get you what you want. Paul -- View this message in context: http://www.nabble.com/m2%2C-surefire-con

Re: cvs.apache.org connection problems

2006-10-24 Thread pjungwir
There were a variety of servers out yesterday. This one still isn't responding. -- View this message in context: http://www.nabble.com/cvs.apache.org-connection-problems-tf2499791.html#a6975473 Sent from the Maven - Users mailing list archive at Nabble.com. ---

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-24 Thread pjungwir
Hi Jeff, Could you please post your whole pom, and also the version of maven you're running? Thanks, Paul Jeff Mutonho wrote: > > On 10/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote: >> Fair enough, I hadn't noticed that. >> >> I've only ever used inside a so I figured this >> was the "only" v

Re: problems with offline apache servers

2006-10-24 Thread Carlos Sanchez
Maven does cache snapshots. Run with -o and it won't check the repos. It will fail if you haven't run it before and the snapshots are not cached. On 10/24/06, Henning Sprang <[EMAIL PROTECTED]> wrote: On 10/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Something like Proximity or Archiva? If

download artefacts from managed repositories

2006-10-24 Thread Mohni, Daniel
Hello I was checking the daily build for archiva today and I configured 2 repositories, one proxied to ibiblio and one without proxy. Browsing the repository I can only download artefacts from proxied repositories. Artefacts in managed repositories are not handled. I checked the code and found t

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 13:24, Chris Michiels escribió: Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : My VM g

Re: problems with offline apache servers

2006-10-24 Thread Henning Sprang
On 10/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Something like Proximity or Archiva? If it makes sense, you might also consider doing an 'internal release' of your snapshot dependencies, so that you have a fixed version. Thanks for the reply. So maven is not able to cache these on it's ow

Re: [vote] Re: maven-war-plugin 2.0.2

2006-10-24 Thread Marcel Schutte
I would definitely like to see more plugin releases. Second best would be an overview of what priorities the maven 2 committers follow at the moment. Perhaps they are focusing on maven 2.0.5, maybe 1.1 I don't know, but once I know, I can be a lot more patient. Marcel --- Mark Hobson <[EMAIL PRO

Re: problems with offline apache servers

2006-10-24 Thread Wendy Smoak
On 10/24/06, Henning Sprang <[EMAIL PROTECTED]> wrote: I have some problems with fact that seemingly the apache snapshot servers are offline (some error with qdox-20051211.114207.pom - detailed error log on request, I don't want to spam the list with this long log). In first place, one question

RE: Re: can't remove project

2006-10-24 Thread Brian E. Fox
I did both of those but the projects are still there. In the past the only solution was to completely torch the database but that results in a ton of work. We have several large multimodule builds and we only want to build the parent. It means I have to add the pom, wait for everything to be added,

RE: Problem using Maven2 eclipse plugin

2006-10-24 Thread Kevin Menard
Thanks Wayne. After more digging, it appears in my case, I have Sun to blame. http://access1.sun.com/cgi-bin/rinfo2html?354930.faq It just turns out I didn't run into the problem until trying to use maven. -- Kevin > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sen

problems with offline apache servers

2006-10-24 Thread Henning Sprang
Hi, I have some problems with fact that seemingly the apache snapshot servers are offline (some error with qdox-20051211.114207.pom - detailed error log on request, I don't want to spam the list with this long log). In first place, one question would be if anyone knows a mirror for http://cvs.apac

sendonXXX ignored

2006-10-24 Thread Brian E. Fox
Is it a known problem that continuum ignores the sendOn pom settings (i'm using 1.0.3): mail z false true true true mail y true false false false mail x true false

Re: [M2] maven-changelog-plugin, apache plugin repo down?

2006-10-24 Thread Wendy Smoak
On 10/24/06, CodingPlayer <[EMAIL PROTECTED]> wrote: it seems to me that the apache-snapshot-repo URL has changed, or it is currently down, or the plugin is not supported any more. The snapshot URL is: http://people.apache.org/repo/m2-snapshot-repository It is currently down, the 'people.ap

[M2] maven-changelog-plugin, apache plugin repo down?

2006-10-24 Thread CodingPlayer
Hi, i currently have the following problem: [INFO] snapshot org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT: checking for updates from apache-snapshots [WARNING] repository metadata for: 'snapshot org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT' could not be retrieved

AW: AW: Create only .classpath with eclipse:eclipse?

2006-10-24 Thread Lewis, Eric
Ok, I'll do it, as soon as I find a bit more time :-) Best regards, Eric -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Montag, 23. Oktober 2006 20:40 An: Maven Users List Betreff: Re: AW: Create only .classpath with eclipse:eclipse? Write the code yourse

Re: [m2] How to put Surefire reports in project-reports.html?

2006-10-24 Thread Rémy Sanlaville
Hi Xavier, Just try to add the surfire-report plugin in the reporting section: org.apache.maven.plugins maven-surefire-report-plugin HTH, Rémy 2006/10/24, Xavier Outhier <[EMAIL PROTECTED]>: Hi all, I'm able to put Checkstyle, Xref and

Re: Way to automatically find child pom.xml's instead of defining modules?

2006-10-24 Thread Eric Redmond
Yeah, write a plugin to do it ;) The question is, why? Why can't you just use modules? Eric On 10/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi - Is there a way to have maven recursively search down a directory any call pom.xml's as oppose to having to define every child by using t

Re: selenium plugin?

2006-10-24 Thread Emmanuel Venisse
Can you move this plugin in MOJO project? Emmanuel Prasad Kashyap a écrit : We in Geronimo 1.2 also use Selenium in our testsuite. We have created a selenium-maven-plugin to start selenium. http://geronimo.apache.org/maven/server/maven-plugins/selenium-maven-plugin/index.html We use TestNG

Re: addClassPath issue within EAR

2006-10-24 Thread Alexander Sack
Ahhh you know I was ON THAT EXACT PAGE and I missed the classPathPrefix. Thanks though, much appreciated... -aps On 10/24/06, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: 2006/10/24, Alexander Sack <[EMAIL PROTECTED]>: > > Remy, thanks, that's perfect. I feel dumb. With that said, how do you >

[m2] How to put Surefire reports in project-reports.html?

2006-10-24 Thread Xavier Outhier
Hi all, I'm able to put Checkstyle, Xref and Cobertura reports in the target\site\project-reports.html. For this I have in my pom.xml org.apache.maven.plugins maven-jxr-plugin org.apache.maven.plugins maven-checkstyle-plugin

[M2] plugin repositories

2006-10-24 Thread CodingPlayer
Hi, I use several plugins in my parent-pom. Some of them are release versions, others are snapshot-versions. And they are both, from apache and codehaus. So i configured the pluginRepos for both of them (as well as my internal repo). apache-snapshots Apache snapshots

m2, surefire console output

2006-10-24 Thread infested
Hi Is it possible not to display stacktraces by surefire during tests? Generally I'm looking for some ways of getting maven2's output smaller, easier to read. Maybe velocity logging could I turn off also? Thanks in advance. Lukasz -- View this message in context: http://www.nabble.com/m2%2C-

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Chris Michiels
Thanks Andrés, I've got everything working, and am now facing the velocity template (being a total newbie at velocity). Care to share your template.vm :o) ? I used the one from the repo jars and it produced a launch.jnlp like : TIA! Chris PS : in the past I just rejarred the jars af

Re: addClassPath issue within EAR

2006-10-24 Thread Rémy Sanlaville
2006/10/24, Alexander Sack <[EMAIL PROTECTED]>: Remy, thanks, that's perfect. I feel dumb. With that said, how do you find the classpathPrefix node? I went to the doc on the jar:jar plugin and see nothing. Obviously I'm looking in the wrong spot. I knew about the addClasspath prefix from th

Can continuum solve this ?

2006-10-24 Thread Nicolas DE LOOF
Hello, My (maven1) projet has 15 sub-project. A full build (clean + test + install) takes 40 minutes. I've tried using continuum as a CI tool, but I didn't find a nice configuration : - failing on first error makes the CI build fail (as time required to fix allow new errors to be commited)

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-24 Thread Jeff Mutonho
On 10/23/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Fair enough, I hadn't noticed that. I've only ever used inside a so I figured this was the "only" valid place for it. Next time I'll have to check the entire XSD and not assume... ;-) In that case, I really have no idea why its not recognized.

Re: webstart-maven-plugin needs maven-jar-plugin:jar:2.1-SNAPSHOT

2006-10-24 Thread Andrés
El 24/10/2006 7:15, Chris Michiels escribió: Thanks Paul, Adding additional snapshot repo's did do the job, Any experience with the webstart-maven-plugin ? It worked fine for me. Just beware with something a little strange: Velocity templates (.vm) must be in src/jnlp, while additional reso

RE: [m204] deploy fails if directory exists using file

2006-10-24 Thread Dave Hoffer
Paul, Correct you are. I meant to say I have switched from wagon-ftp to wagon-file. Here is the corrected post. [I have recently tried to switch from using wagon-ftp when deploying (and publishing site) to using wagon-file because ftp does not support directory copying, but wagon-file seems to

Re: addClassPath issue within EAR

2006-10-24 Thread Alexander Sack
Remy, thanks, that's perfect. I feel dumb. With that said, how do you find the classpathPrefix node? I went to the doc on the jar:jar plugin and see nothing. Obviously I'm looking in the wrong spot. I knew about the addClasspath prefix from the mailing list as well as the BetterBuilds book. B

RE: [M2] maven-cargo-plugin, no longer supported?

2006-10-24 Thread Vincent Massol
> -Original Message- > From: CodingPlayer [mailto:[EMAIL PROTECTED] > Sent: mardi 24 octobre 2006 11:44 > To: users@maven.apache.org > Subject: [M2] maven-cargo-plugin, no longer supported? > > > Hi, > > I lately started with my first webapp using Maven2. > > And i heard that the mave

jmeter

2006-10-24 Thread Jeff Mutonho
Anyone using m2 with JMeter? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Nabble

2006-10-24 Thread Arnaud HERITIER
FYI, I asked to add archiva mailing lists on Nabble : http://www.nabble.com/Archiva-f16425.html Cheers Arnaud -- View this message in context: http://www.nabble.com/Nabble-tf2500275.html#a6969939 Sent from the archiva-users mailing list archive at Nabble.com.

[M2] maven-cargo-plugin, no longer supported?

2006-10-24 Thread CodingPlayer
Hi, I lately started with my first webapp using Maven2. And i heard that the maven-cargo-plugin would work best, but the website seems to be down: http://cargo.codehaus.org/Maven2+plugin has the plugin moved? Or is it no longer supported? Which other plugins work good for developing webapps

JMeterMavenPlugin

2006-10-24 Thread Jeff Mutonho
Anyone successfully using this plugin from http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin I'm trying to build and install it by running 'mvn install' as per instructions , but I'm getting stumped by the error message : [INFO] Using default encoding to copy filtered resources. Downloadin

[vote] Re: maven-war-plugin 2.0.2

2006-10-24 Thread Mark Hobson
On 17/10/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: the more releases the better +1 Any more takers?! I've added [vote] to the subject in the hope of enticing some more positive numbers.. :) Mark - To unsubscribe, e-mail:

Re: [M1] QALab 0.9.1 and Maven plugin released

2006-10-24 Thread Paul Balm
Benoitx wrote: > > ObjectLab is pleased to announce the release of version 0.9.1 (slowly > getting closer to v 1.0) of QALab and its Maven 1.x plugin. > I'm trying to use this plug-in under Maven 1.1-beta2, to agregate stats from Cobertura and PMD, I'm getting parser errors on the XML output o

Re: looking for a repository with doxia-maven-plugin?

2006-10-24 Thread MartinAhrer
Sorry for the misleading term 'repository'. I was thinking of a maven repository for downloading maven plugins... I'd like to use doxia for generating PDF from my existing APT documents! Thanks Martin Gisbert Amm-3 wrote: > > What do you mean by "playing with doxia-maven-plugin"? Is > http

Re: addClassPath issue within EAR

2006-10-24 Thread Rémy Sanlaville
Did you have a look to classpathPrefix node ? true lib HTH, Rémy

Re: cannot undeploy archiva

2006-10-24 Thread Emmanuel Venisse
Please, file an issue. Emmanuel Nicolas DE LOOF a écrit : I'm running Archiva webapp under tomcat 5.5 I'd like to undeploy without restarting Tomcat (as I don't have admin acces to the server). When I undelploy archiva webapp using tomcat manager, the webapp/archiva directory is not removed

cvs.apache.org connection problems

2006-10-24 Thread Gareth Tilley
Hi All, I'm trying to compile a plugin I've written, and am having some trouble with Maven attempting to download the required dependencies. The build just hangs when it tries to get things like: Downloading: http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/maven-error-diagnostic

Re: Maven Plugins for reporting

2006-10-24 Thread Gisbert Amm
Open http://maven.apache.org/plugins/index.html and search for "report". -Gisbert Morgovsky, Alexander (US - Glen Mills) wrote: Hi. What are all the available maven plugins which can be used to generate reports? Thanks. This message (including any attachments) contains confidential inform

Re: looking for a repository with doxia-maven-plugin?

2006-10-24 Thread Gisbert Amm
What do you mean by "playing with doxia-maven-plugin"? Is http://svn.apache.org/repos/asf/maven/doxia probably wat you are looking for? -Gisbert Martin Ahrer wrote: I'd like to start playing with doxia-maven-plugin. Is there any public repository hosting the required maven plugins? --