Online report URL

2008-01-28 Thread Hemant Malik
Hi, All the notifiers receive the online report link as below ( localhost??). http://localhost:8080/continuum/buildResult.action?buildId=16projectId=6. While I want to replace localhost with the IP address of the machine, so that notified people can view the report. Any idea how to change that?

Re: release prepare and release perform ?

2008-01-28 Thread Kalle Korhonen
Move - you mean change? If so, that's completely dependent on your scm. With svn, one of the easiest ways to accomplish that is with permissions; simply make it read-only. Kalle On 1/28/08, Benoit Decherf [EMAIL PROTECTED] wrote: Ok, thanks, but how do you prevent that nobody will move the

Re: release prepare and release perform ?

2008-01-28 Thread Benoit Decherf
Ok, thanks, but how do you prevent that nobody will move the tag after the release:perform is executed ? Is there a way to do that ? Benoit Kalle Korhonen wrote: You can of course run it at once by putting the two commands together if you so wish. But normally it's extremely useful to run

'org.apache.maven.plugins:maven-site-plugin'

2008-01-28 Thread bobin1986
Hi, I'm a chinese boy! When I trace the hello-world example,I get a error. The error code is like this: C:\Documents and Settings\张波\hello-worldmvn site [INFO] Scanning for projects... [INFO] - --- [INFO] Building

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Kalle Korhonen
Congrats and big thanks! I'm sure there's been a lot of people waiting for this plugin release, especially those interested in the dashboard, me included. Kalle On 1/25/08, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency

Snapshots with and without timestamps

2008-01-28 Thread Dietrich Schulten
Hi, Maybe there is a missing feature in archiva in the support for timestamped snapshots, or I have missed a configuration option, or I have found a bug in maven-ant-tasks-2.08. Well I thought I start on this forum to find out what the problem is. I use the maven-ant tasks together with archiva.

[ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Brian Fox
The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin: http://maven.apache.org/plugins/maven-dependency-plugin This release fixes many issues and introduces several new goals for dependency analysis and output. Release Notes - Maven 2.x Dependency Plugin - Version

Re: Online report URL

2008-01-28 Thread Emmanuel Venisse
We already answer (lot of time) to this question on this list. You can change it in the configuration page. Emmanuel On Jan 28, 2008 9:04 AM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, All the notifiers receive the online report link as below ( localhost??).

RE: pom.xml jar scope

2008-01-28 Thread nicklist
Try with scope 'provided'. See [1] for a explanation of the different scopes. Hth, Nick Stolwijk [1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -Original Message- From: faisalloe [mailto:[EMAIL PROTECTED] Sent: Mon 1/28/2008 10:08 AM To:

Re: pom.xml jar scope

2008-01-28 Thread MK Tan
try change it to scopeprovided/scope HTH, On Jan 28, 2008 5:08 PM, faisalloe [EMAIL PROTECTED] wrote: i have a problem with pom file. i have servlet.jar which is already available in tomcat lib folder, i want to use this jar only to compile and produce class files but not in project's

pom.xml jar scope

2008-01-28 Thread faisalloe
i have a problem with pom file. i have servlet.jar which is already available in tomcat lib folder, i want to use this jar only to compile and produce class files but not in project's lib folder. i think there is tag named scopecompile/scope but it didn't worked it still copy jar file into lib

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Erez Nahir
Cograts !! that is great. Erez. On Jan 28, 2008 10:56 AM, Kalle Korhonen [EMAIL PROTECTED] wrote: Congrats and big thanks! I'm sure there's been a lot of people waiting for this plugin release, especially those interested in the dashboard, me included. Kalle On 1/25/08, Brian Fox [EMAIL

Re: Mavn compile download every time pom files

2008-01-28 Thread faisalloe
thanks alot it worked for me. Wayne Fay wrote: Use mvn install:install-file to install those jar files in your local repo cache, and specify -DgeneratePom=true to automatically create a proper pom.xml file for each jar file when it is installed. This will stop Maven from attempting to

Re: release prepare and release perform ?

2008-01-28 Thread Benoit Decherf
If it's read-only you won't be able to make some changes after release:prepare. Don't you ? I probably missed something. To make a release: 1 - execute release:perform 2 - check if everything is ok, if not correct the problems. 3 - re-execute release:perform to take the correction 4 - execute

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Olivier Lamy
Hi, In order to save your fingers :-), you can use -DskipTests (with surefire 2.4) This will compile test classes but not execute units. -- Olivier 2008/1/28, Steinar Bang [EMAIL PROTECTED]: Olivier Lamy [EMAIL PROTECTED]: * [MJAR-90] - when maven.test.Skip is set, the test-jar artifact

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Stephen Connolly
I'd love if there was a dependency:list-plugins though (that showed the plugin versions) On Jan 28, 2008 9:42 AM, Simon Kitching [EMAIL PROTECTED] wrote: Many thanks. I think dependency:tree is possibly the best feature since maven 2.0.0. Erez Nahir [EMAIL PROTECTED] schrieb: Cograts

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Simon Kitching
Many thanks. I think dependency:tree is possibly the best feature since maven 2.0.0. Erez Nahir [EMAIL PROTECTED] schrieb: Cograts !! that is great. Erez. On Jan 28, 2008 10:56 AM, Kalle Korhonen [EMAIL PROTECTED] wrote: Congrats and big thanks! I'm sure there's been a lot of

Re: Online report URL

2008-01-28 Thread Hemant Malik
Thanks and apologies. On Jan 28, 2008 2:22 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: We already answer (lot of time) to this question on this list. You can change it in the configuration page. Emmanuel On Jan 28, 2008 9:04 AM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, All the

Re: release prepare and release perform ?

2008-01-28 Thread Benoit Decherf
oups... I make some mistakes... please read: 1 - execute release:prepare 2 - check if everything is ok, if not correct the problems. 3 - re-execute release:prepare to take the correction 4 - execute release:perform Benoit Decherf wrote: If it's read-only you won't be able to make some changes

Managing WebSphere with Maven

2008-01-28 Thread Thomas Tardy
Hi all, can anybody give me some information about managing WebSphere with Maven. We are using WebSphere 6.1. Does anybody have some useful links? Is there a maven plugin? Thanks and Regards, Thomas

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Steinar Bang
Olivier Lamy [EMAIL PROTECTED]: * [MJAR-90] - when maven.test.Skip is set, the test-jar artifact is empty The fix is to make no test-jar on maven.test.skip. This fix may have created a new bug, but I'm unsure of which plugin has the bug (ie. what plugin to report it on). Is it

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Olivier Lamy [EMAIL PROTECTED]: In order to save your fingers :-), you can use -DskipTests (with surefire 2.4) This will compile test classes but not execute units. Thanx! In addition to saving my fingers from typing, it seems to have the effect that I

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Steinar Bang
Olivier Lamy [EMAIL PROTECTED]: In order to save your fingers :-), you can use -DskipTests (with surefire 2.4) This will compile test classes but not execute units. Thanx! In addition to saving my fingers from typing, it seems to have the effect that I don't get the dependency failures.

archiva.xml on JBoss

2008-01-28 Thread Martin Hoeller
Hi all! As discussed in another thread [0], I deployed archiva successfully to JBoss 4.2.2.GA. However, when configuring repositories archiva complains that it cannot write configuration and a number of exceptions are thrown. The reason seems to be that JBoss' home directory is (by intention)

I cannot write a mail to the maven-users mailing list

2008-01-28 Thread VUB Stefan Seidel
Hi, can anyone help me? My totally normal mail is regarded as spam. Why? Just because I have a complaint about maven? Stefan Seidel -- best regards, Stefan Seidel software developer VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel. +49 (341) 9 60 50

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Locking maven-jar-plugin to version 2.1 seems to be the least intrusive approach. I'll try that first. But how do I do that. Just putting plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId

RE: Snapshots aren't updated!

2008-01-28 Thread nicklist
If I understand you correctly, you're using the maven-install-plugin to install files into the remote repository? This way the metadata in the remote repository is not correctly being updated, so that causes the snapshot not to be updated in the local repository. Use the maven-deploy-plugin for

Re: Snapshots aren't updated!

2008-01-28 Thread DCVer
But I install the jar from the remote server and the jar is installed directly to the Maven repository, which is in fact the remote repository to my local machine and the repository from where snapshots are downloaded (but not updated...) Jeff MAURY wrote: The install plugin updates your

Archiva getting very slow

2008-01-28 Thread Papapara Tudu
Hello, we are running our internal Maven repository on Archiva and have encountered the problem that it starts taking a very long time to download any new project dependencies from it. What could the reasons be for that? Thanks, Papapara Tudu -- View this message in context:

Re: I cannot write a mail to the maven-users mailing list

2008-01-28 Thread Jeff MAURY
What mail tool and anti spam are you using ? gmail is fine for me. Jeff On Jan 28, 2008 12:17 PM, VUB Stefan Seidel [EMAIL PROTECTED] wrote: Hi, can anyone help me? My totally normal mail is regarded as spam. Why? Just because I have a complaint about maven? Stefan Seidel -- best

Re: how to replace a java file

2008-01-28 Thread Rex Huang
when I doing a migration project, I found that many places using filter and replace to replace java in ant scripts, so It's necessary to have a plugin to replace java code. Does anyone knows how to do it? BR//Rex On Jan 22, 2008 5:50 PM, Wayne Fay [EMAIL PROTECTED] wrote: When Maven builds a

Re: Resource collections and -X mode

2008-01-28 Thread robert . egan
Ah, the dangers of cut and paste programming. :( I wish the Maven reactor had been nice enough to state that Element include does not support the 'name' attribute, instead of just ignoring it. Anyway, chalk this one up to user error, and consider beefing up the -X capabilities of the resource

Re: I cannot write a mail to the maven-users mailing list

2008-01-28 Thread VUB Stefan Seidel
Well, I don't use anything. The problem is the apache mail server rejecting my message body. I think I'll just have to try changing the message text until it is accepted... Stefan Jeff MAURY wrote: What mail tool and anti spam are you using ? gmail is fine for me. Jeff On Jan 28, 2008

Re: Managing WebSphere with Maven

2008-01-28 Thread Jeff MAURY
I know cargo (http://cargo.codehaus.org) for managing application servers. However, it does not support WebSphere but I can remember someone working on extensions for WebSphere but don't know the version of WebSphere supported by the work. Jeff On Jan 28, 2008 10:36 AM, Thomas Tardy [EMAIL

Re: [ANN] Maven Jar Plugin 2.2 for Maven 2 Released

2008-01-28 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: Steinar Bang [EMAIL PROTECTED]: Olivier Lamy [EMAIL PROTECTED]: In order to save your fingers :-), you can use -DskipTests (with surefire 2.4) This will compile test classes but not execute units. Thanx! In addition to saving my fingers from typing, it

Files copied from basedir to target/classes

2008-01-28 Thread John Coleman
Hi, Maybe I'm not understanding something basic here, but in my JAR project I am finding that folders in my basedir are getting copied into target/classes when I compile. I really didn't expect this behaviour. I thought target/classes only loaded up with stuff under src? Any ideas please? TIA

maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
With recent dependency plugin, I get an error (below) for this configuration. This used to work with version 2.0-alpha-4 Please advise, Thanks, Erez. pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId

How to change workingDirectory for release:perform?

2008-01-28 Thread torsten . reinhard
Hi, any solution in sight? I have exactly the same problem, using maven-release-plugin:2.0-beta-7 C:\LocalViewsMaven\gide-common-main\pdv_cms\GDCAMS\src\gide-commonmvn -Dbasedir=C:\Release -DworkingDirectory=C:\Release -X release:perform [DEBUG] Configuring mojo

Re: A Hello World in ejb3

2008-01-28 Thread Daniele De Francesco
Hi, may you supply the pom.xml? cheers Daniele On Jan 28, 2008 2:09 PM, Angelo Chen [EMAIL PROTECTED] wrote: Hi Wayne, Thanks for the reply, actually the calculator sample's maven project compiles, problem is running: I started the Genonimo server, went to the console, choose 'deploy

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
Is there a way to workaround this issue? Thanks, Erez. On Jan 28, 2008 5:09 PM, Brian E. Fox [EMAIL PROTECTED] wrote: This seems to be an issue in the newer maven-archiver in the way it handles the tars, nothing changed in the dependency plugin related to how it unpacks, but we needed a newer

RE: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Brian E. Fox
It's only the new tree goal that requires 2.0.8. Everything else should work fine on older versions. Since the tree goal is most often used via the command line for debugging purposes, I chose not to require 2.0.8 for the entire plugin and leave out the majority of the users. If you use the tree

Experience in maven-release-plugin using ClearCase SCM

2008-01-28 Thread torsten . reinhard
Hi, I´m trying to establish our ReleaseBuild with the maven-release-plugin and ClearCase (using Snapshot views) I´m using maven-release-plugin:2.0-beta-7 The first Snapshotview (Developer SnapshotView) actually resides at C:\LocalViews\username_pcname_viewname\VOB_name\projectname In the

maven-compiler-plugin 2.1-el4j_20080110_1520

2008-01-28 Thread Danilo Tuler
Hi, We are experiencing problems with Maven for a couple of weeks now. It's happening on all Maven installations, and I don't have a clue why. The problem is with the compiler plugin. If we do a 'mvn package' we get the following exception: [INFO] Internal error in the plugin manager executing

RE: Files copied from basedir to target/classes

2008-01-28 Thread John Coleman
igore this post ty Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of Eurobase. Eurobase will not enter into

Re: A Hello World in ejb3

2008-01-28 Thread Angelo Chen
Hi Daniele, there are several pom.xml files, very long, you can browse them from the zip file here: http://www.sonatype.com/book/examples/book-j2ee.zip the readme in the zip give svn url: http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/calculator-stateless-pojo/ I checked out

RE: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Brian E. Fox
This seems to be an issue in the newer maven-archiver in the way it handles the tars, nothing changed in the dependency plugin related to how it unpacks, but we needed a newer version of the archiver to support the filtering. -Original Message- From: Erez Nahir [mailto:[EMAIL PROTECTED]

Re: A Hello World in ejb3

2008-01-28 Thread Angelo Chen
Hi Wayne, Thanks for the reply, actually the calculator sample's maven project compiles, problem is running: I started the Genonimo server, went to the console, choose 'deploy new', selected the EAR file, and got following error: Manifest class path entries must be a valid jar file (JAVAEE 5

Re: How to report Mangled MD5 file in http://repo1.maven.org/maven/batik/jars/

2008-01-28 Thread Ian Springer
File a bug under http://jira.codehaus.org/browse/MEV. sebb wrote: The directory of http://repo1.maven.org/maven/batik/jars/ looks like this to me: ... batik-1.5-fop-0.20-5.jar 22-Jan-2004 08:37 2.0M batik-1.5-fop-0.20-5.jar.md5 22-Jan-2004 08:37 33 ... However, when the md5

How to report Mangled MD5 file in http://repo1.maven.org/maven/batik/jars/

2008-01-28 Thread sebb
The directory of http://repo1.maven.org/maven/batik/jars/ looks like this to me: ... batik-1.5-fop-0.20-5.jar 22-Jan-2004 08:37 2.0M batik-1.5-fop-0.20-5.jar.md5 22-Jan-2004 08:37 33 ... However, when the md5 is downloaded, it is exactly the same as the jar - i.e. not the 33

Re: maven-compiler-plugin 2.1-el4j_20080110_1520

2008-01-28 Thread Danilo Tuler
Danilo Tuler wrote: [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile': Unable to find the mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.1-el4j_20080110_1520:compile' in the plugin

Re: A Hello World in ejb3

2008-01-28 Thread Wayne Fay
Are you sure this is a Maven problem and not a defect in Geronimo? Given that the Geronimo team is the creator of this sample, I think its best to ask them why its broken, and what you should do to fix it. Wayne On 1/28/08, Angelo Chen [EMAIL PROTECTED] wrote: Hi Daniele, there are several

M2 multi-project site build is broken

2008-01-28 Thread VUB Stefan Seidel
Hi, I don't know if anyone else noticed this, but the mvn site keeps on getting worse. It first started out with the following phenomenon: during site build, for each project _all_ the projects were iterated, usually saying [INFO] No goals needed for project - skipping Then, we started using

Re: [ANN] Maven Dependency Plugin 2.0 Released

2008-01-28 Thread Arnaud HERITIER
FYI, this version is no more compatible with maven 2.0.5. It's working with 2.0.7. I didn't test with 2.0.6 I opened MDEP-136. Arnaud On Jan 25, 2008 11:45 PM, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the 2.0 release of the Maven Dependency Plugin:

Re: running a specific plugin only while deploying ; running multiple times a same plugin while varying its parameters

2008-01-28 Thread shep
I try this and I get the following: One or more required plugin parameters are invalid/missing for 'exec:exec' [0] Inside the definition for plugin 'exec-maven-plugin' specify the following: configuration ... executableVALUE/executable /configuration -OR- on the command line, specify:

Re: Adding includes in jar plugin

2008-01-28 Thread Wayne Fay
Easiest thing would be to move them to src/main/resources/META-INF. Any reason they're not there already? Wayne On 1/28/08, Jeudy, Guillaume [EMAIL PROTECTED] wrote: Hi, I'm trying to add some files to under META-INF directory with the jar plugin. Can someone help me? It doesn't seem to

Re: Maven java2wsdl...

2008-01-28 Thread Fernando da Motta Hildebrand
No one? Please? 2008/1/11, Fernando da Motta Hildebrand [EMAIL PROTECTED]: Hi, I'm using Maven 1.x with Axis 1, here's below my maven.xml ?xml version=1.0 encoding=UTF-8? project xmlns:j=jelly:core xmlns:maven=jelly:maven xmlns:ant=jelly:ant xmlns:u=jelly:util default=radar:build

Adding includes in jar plugin

2008-01-28 Thread Jeudy, Guillaume
Hi, I'm trying to add some files to under META-INF directory with the jar plugin. Can someone help me? It doesn't seem to work. Here's what I'm using: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId

maven-jar-plugin location

2008-01-28 Thread Martin Gainty
I see the following error while building with maven-2.0.8 [INFO] The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist or no valid version could be found [INFO] [INFO] Trace

RE: Maven java2wsdl...

2008-01-28 Thread Allen, Daniel
It might be because you're using Maven 1. I get the impression that most of the people on the User List have moved on to Maven 2. There is some documentation around on WSDL and Axis in Maven 2. I believe the example system in Better Builds With Maven (free PDF book) uses those, so if you wanted to

Re: Adding includes in jar plugin

2008-01-28 Thread Olivier Lamy
includes/excludes is for content coming from ${project.build.outputDirectory}. -- Olivier 2008/1/28, Jeudy, Guillaume [EMAIL PROTECTED]: Hi Wayne, Thanks I figured that out, that's what I did and now it works. I don't know why includes can't seem to work though, it seems to be related to

Maven asks password many times

2008-01-28 Thread Marxx88
Hallo everybody, I use OpenVPN to connect to our server. I set username/password in maven's settings.xml. It asks password again 6-8 times when I run command: mvn deploy. I try to use sftp, scp with the same result. Do you have any ideas? :working: -- View this message in context:

RE: Adding includes in jar plugin

2008-01-28 Thread Jeudy, Guillaume
Hi Wayne, Thanks I figured that out, that's what I did and now it works. I don't know why includes can't seem to work though, it seems to be related to what you want to include from the build classpath. Guillaume -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: January

Re: how to replace a java file

2008-01-28 Thread Rex Huang
On Jan 28, 2008 2:22 PM, Rex Huang [EMAIL PROTECTED] wrote: when I doing a migration project, I found that many places using filter and replace to replace java in ant scripts, so It's necessary to have a plugin to replace java code. Does anyone knows how to do it? BR//Rex On Jan 22, 2008

maven-xmlbeans-plugin exclude files?

2008-01-28 Thread Jan Torben Heuer
Hi, I try to build xsd schema files with xmlbeans. It works so far, but I have to either exclude the 'Examples' directory or to only include the *.xsd files in the schemaDirectory (not those in subfolders). According to the plugin-description site, there is nothing like in-/exclude, right? Is

Howw do you specifically set classpath using exec:java plugin

2008-01-28 Thread shep
I have a multiple module project. Most of the modules package as a jar. I am trying to run a class using the exec plugin. Here is the command I use (note it is configured using netbens6) Executing:C:\Apps\apache-maven-2.0.8\bin\mvn.bat -Dexec.args=full -classpath

Re: M2 multi-project site build is broken

2008-01-28 Thread Dennis Lundberg
This sounds like something to report in JIRA for the xmlbeans plugin. http://jira.codehaus.org/browse/MXMLBEANS VUB Stefan Seidel wrote: Hi, I don't know if anyone else noticed this, but the mvn site keeps on getting worse. It first started out with the following phenomenon: during site

can't untar archiva with cygwin tar 1.18

2008-01-28 Thread Dan Fabulich
I'm on Windows XP. Using cygwin tar 1.18, I find that I can't untar archiva; I get A lone zero block at 49260. I've filed it as MRM-671. I've found the zip version, and I'm going to use it. But I've filed MRM-672 that the zip version should be more visible, because tar isn't very

RE: Maven java2wsdl...

2008-01-28 Thread Allen, Daniel
(By the way, when I say it might be because, I mean maybe no one's responding because, not that using Maven 1 might be your problem) -Original Message- From: Allen, Daniel Sent: Monday, January 28, 2008 4:22 PM To: Maven Users List Subject: RE: Maven java2wsdl... It might be because

Re: A Hello World in ejb3

2008-01-28 Thread Martin Hoeller
On 27 Jan 2008, Angelo Chen wrote: I'm looking for a simple sample Maven project for ejb3, Have a look at this: http://maven.apache.org/plugins/maven-archetype-plugin/examples/j2ee-simple.html It's not just EJB but a complete EAR, but it's a good starting point. Also have a look at

Maven Report --- more than one output document?

2008-01-28 Thread Howard Lewis Ship
I would like to create a Maven Report that generates a set of documents. I've succeeded in the past with a Maven Report that generates a single document. However, that document is getting very large. I would like to split this document (it is a Tapestry component report) into one document per

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

2008-01-28 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, | Try | | export MAVEN_OPTS=-Xmx1024M -XX:MaxPermSize=512m oh, stupid me! The build runs now, but still it is true what I described: It seems to cycle. It is not an infinity loop but the same modules are build and tested again and again. Might

Re: A Hello World in ejb3

2008-01-28 Thread Angelo Chen
Hi Martin, Thanks but maven-archetype-j2ee-simple is not for ejb3, is there archetype for ejb3? thanks. A.C. matinh wrote: On 27 Jan 2008, Angelo Chen wrote: I'm looking for a simple sample Maven project for ejb3, Have a look at this:

RE: Continuum 1.1 standalone on WindowsXP doesn't send email?

2008-01-28 Thread Tawfik, Sameh E
Hi Emmanuel, The problem is resolved. It was as you specified earlier when you asked: 1- are you sure your smtp server use ssl? When I updated :\continuum-1.1\conf\plexus.xml, I took the default settings which uses ssl as follow: property namemail.smtp.socketFactory.class/name

Re: Maven java2wsdl...

2008-01-28 Thread Fernando da Motta Hildebrand
Thanks man, But I really can´t afford to upgrade do maven2. That would require the kind of efford I can´t spend my team with now. So... Does anyone have any sugestion? Besides going for maven2... Using ant tasks maybe? 2008/1/28, Allen, Daniel [EMAIL PROTECTED]: (By the way, when I say it

Re: can't untar archiva with cygwin tar 1.18

2008-01-28 Thread Max Bowsher
Dan Fabulich wrote: I'm on Windows XP. Using cygwin tar 1.18, I find that I can't untar archiva; I get A lone zero block at 49260. I've filed it as MRM-671. IIUC, A lone zero block is merely a warning, not an error. Cause is PLXCOMP-38. (I'd comment in the issue, but JIRA is seems

Re: Maven java2wsdl...

2008-01-28 Thread Wayne Fay
Perhaps try sending a new email here with [m1] in the subject. Then people who are using Maven1 might be more likely to see it and reply. But as Daniel said, there's just not a whole ton of people using M1 these days, it seems. Wayne On 1/28/08, Fernando da Motta Hildebrand [EMAIL PROTECTED]

Using Spring 2.5.1 for Spring-dao and Spring-hibernate3

2008-01-28 Thread Jacob Bergoo
Hi, I am beginner with maven and now I am trying to create a project that uses Tapestry 5, Spring 2.5.1, Hibernate 3, MySQL I have created a archtype for tapestry5 and added : dependency groupIdorg.springframework/groupId artifactIdspring-web/artifactId version2.5.1/version /dependency

Re: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3

2008-01-28 Thread Fred Zhang
Hi Jacob, Read the on-line book here to understand maven coordination: http://www.sonatype.com/book/simple-project.html#maven_coordinates and then check the maven 2 repository here with your browser to find what artifacts or which specific versions are available:

Re: maven-jar-plugin location

2008-01-28 Thread Wayne Fay
Try mvn -U to force Maven to check for plugin updates. Wayne On 1/28/08, Martin Gainty [EMAIL PROTECTED] wrote: I see the following error while building with maven-2.0.8 [INFO] The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist or no valid version could be found [INFO]

Re: Continuum 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Wendy Smoak
On Jan 28, 2008 6:40 PM, Tawfik, Sameh E [EMAIL PROTECTED] wrote: I just installed Continuum 1.1 on Windows Server 2003 - Enterprise Edition with Service Pack 1, by extracting all the files from apache-continuum-1.1.zip Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat ... jvm 1|

Continuum 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Tawfik, Sameh E
I just installed Continuum 1.1 on Windows Server 2003 - Enterprise Edition with Service Pack 1, by extracting all the files from apache-continuum-1.1.zip Next, I run C:\continuum-1.1\bin\windows-x86-32\run.bat When run.bat runs, it generated the following error: [ERROR] Error while deploying

LayoutException working with SNAPSHOTs

2008-01-28 Thread Dan Fabulich
I just filed MRM-674 which is preventing us from deploying our nightly build distribution with Archiva. I think this bug is a subtle dupe with MRM-632 and MRM-658. Put together, these bugs seem pretty serious for anyone using SNAPSHOT dependencies. It sure would be nice if somebody were

RE: Continuum 1.1 standalone run-time error on Windows server 2003.

2008-01-28 Thread Tawfik, Sameh E
Thanks Wendy, I used port 8085 and that fixed it. Sameh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 5:52 PM To: [EMAIL PROTECTED] Subject: Re: Continuum 1.1 standalone run-time error on Windows server 2003. On Jan 28, 2008 6:40 PM,

Re: maven-jar-plugin location

2008-01-28 Thread mgainty
better! But I cant get the next (maven-resources)-plugin? $AXIS_HOME/modulesmvn -U install [INFO] Scanning for projects... [INFO] - --- [INFO] Building Maven Default Project [INFO]task-segment: [install] [INFO]

Re: organizing groups of dependencies

2008-01-28 Thread Michael McCallum
You can specify a pom dependency in any project just as you would any other dependency and the transitions take care of the rest... using standard OO prinicples you can encapsulate a common set of deps in a another project and depend on it from many, there is no need for the dependency

Re: Using Spring 2.5.1 for Spring-dao and Spring-hibernate3

2008-01-28 Thread Jacob Bergoo
Hi Fred, Thanks for the answer, it helped me get it right. Cheers, Jacob Fred Zhang-2 wrote: Hi Jacob, Read the on-line book here to understand maven coordination: http://www.sonatype.com/book/simple-project.html#maven_coordinates and then check the maven 2 repository here with your

Re: maven-jar-plugin location

2008-01-28 Thread Wayne Fay
All Maven plugins are hosted in the publicly accessible Central site -- http://repo1.maven.org. It seems like you have something weird going on in your network, most Maven users including myself have no such problems. Wayne On 1/28/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: better! But I

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

2008-01-28 Thread Erez Nahir
We have same issue here. I can send my test project if anyone would like to check. It is a multi mudule project, using surefire 2.4 and maven 2.0.8, Java 1.5.0_14 and the issue is when running mvn site:siet Thanks, Erez. On Jan 29, 2008 12:30 AM, Joerg Hohwiller [EMAIL PROTECTED] wrote:

Re: A Hello World in ejb3

2008-01-28 Thread Martin Hoeller
On 28 Jan 2008, Angelo Chen wrote: Thanks but maven-archetype-j2ee-simple is not for ejb3, is there archetype for ejb3? thanks. Unfortunately not that I know of and not in the list of archetypes [0]. However, you can use the j2ee archetype and just add this to your maven-ejb-plugin definition

Re: Managing WebSphere with Maven

2008-01-28 Thread Thomas Tardy
Does anybody else have some experiencies or information with controlling a websphere 6.1 with maven? 2008/1/28 Jeff MAURY [EMAIL PROTECTED]: I know cargo (http://cargo.codehaus.org) for managing application servers. However, it does not support WebSphere but I can remember someone working on

Re: maven-dependency-plugin 2.0 fail to unpack tar file

2008-01-28 Thread Erez Nahir
Created http://jira.codehaus.org/browse/MDEP-137 to track this issue. Currently, it prevent us from moving from 2.0-alpha-4 to 2.0 version. Erez. On Jan 28, 2008 5:16 PM, Erez Nahir [EMAIL PROTECTED] wrote: Is there a way to workaround this issue? Thanks, Erez. On Jan 28, 2008 5:09 PM,