RE: repo down?

2006-05-15 Thread Jörg Schaible
Wayne Fay wrote on Monday, May 15, 2006 4:17 PM: > This is a bug/mistake. Please file a JIRA bug under MEV (Maven > Evangelism) so it can be repaired. > > Published artifacts should not depend on snapshot repos & artifacts. Well, I make only use of a view plugins yet, but if I grep through the P

Maven Plugin for WSAD 5.1.1

2006-05-15 Thread Roopali
Hi, I have to use Maven for building and documenting the existing application which is currently not using any build tool. The application has a ejb and web project.Can anyone provide me the links for downloading Maven plugin for WSAD 5.1.1. Regards, Roopali -- View this message in context: htt

[ANN] Maven Clirr Plugin (was: Re: [ANN] Maven Cobertura Plugin 2.0)

2006-05-15 Thread Wim Deblauwe
For those GMail users that not have seen this because of the wrong subject... 2006/5/14, Brett Porter <[EMAIL PROTECTED]>: The Mojo team is pleased to announce the release of the Clirr Plugin for Maven, version 2.0. http://mojo.codehaus.org/clirr-maven-plugin You can run mvn -U to get the lat

Re: Ant tasks executing twice

2006-05-15 Thread Stephen Duncan
Possibly this bug: http://jira.codehaus.org/browse/MNG-2221 Which, by the way (to the larger group) is a pretty major bug related to the regressions fixed in 2.0.4? Can we get this looked at as a similarly critical bug for a 2.0.5 release? -Stephen On 5/15/06, Nick Bolton <[EMAIL PROTECTED]> w

RE: m2, fml, multiple parts

2006-05-15 Thread andreas.ebbert-karroum
Are there any comments on this, please? Is it possible to have multiple parts in a FAQ? If yes, what am I doing wrong? Thanks, Andreas >-Original Message- >From: ext >[EMAIL PROTECTED] >e.org >[mailto:[EMAIL PROTECTED] >en.apache.org] >Sent: 14 May, 2006 08:12 >To: users@maven.apache

Re: Ad Hoc Maven BOF at JavaOne

2006-05-15 Thread Carlos Sanchez
Please check details here: http://jroller.com/page/carlossg?entry=maven_jug_at_javaone_plus Tuesday at 7:30, W hotel On 5/15/06, Brad Davis <[EMAIL PROTECTED]> wrote: Any news on this? Jason van Zyl wrote: > Not certain time yet, but a few people are trying to get some space > together. Worst

Re: properties in M2

2006-05-15 Thread javed mandary
To get properties in M2 try adding the properties tag in your POM : valuehere You can refer to the http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_prerequisitesmodel Hope that helps, Javed On 5/16/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: Hi, Is it

Re: Maven 2.0: How to Have Multiple Projects Dependent on One Project?

2006-05-15 Thread Max Cooper
Maven2 will do what you want, automatically. (Maven1 was also capable of this, if you explicitly set the eclipse.dependency property on a dependency.) This page shows how to setup a multi-module project with dependencies in Eclipse: http://maven.apache.org/guides/mini/guide-ide-eclipse.html

Re: Ad Hoc Maven BOF at JavaOne

2006-05-15 Thread Brad Davis
Any news on this? Jason van Zyl wrote: Not certain time yet, but a few people are trying to get some space together. Worst case scenerio is that we work something out when we're all there. jason. On 10 May 06, at 8:49 PM 10 May 06, Wendy Smoak wrote: On 5/10/06, Jason van Zyl <[EMAIL PR

Maven 2.0: How to Have Multiple Projects Dependent on One Project?

2006-05-15 Thread Keith Bennett
All - I have multiple source projects, each having a source code tree, and each producing its own jar file. Currently, I'm using Eclipse, and my eclipse-workspace directory looks something like this: myproduct-core myproduct-componentA myproduct-componentB The latter two depend on myproduct-cor

Release Failure

2006-05-15 Thread Chas Douglass
I was successfully using "mvn release:prepare" on Friday. After the upgrades and problems over the weekend I'm assuming something changed (although it could be something I changed, of course). When I execute it now I get a failure: [INFO] -

properties in M2

2006-05-15 Thread anita kulshreshtha
Hi, Is it possible to get only the properties declared in a pom.xml inside a mojo? An example - pom.xml - .. value . MyMojo : .. .. project.getProperties(); ... This returns all the properties from the

RE: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Jeff Jensen
Thanks Lukas. Yes, the current M1 FindBugs plugin snapshot uses 0.9.6. My team has been running it for a couple of weeks without problem. > -Original Message- > From: Lukas Theussl [mailto:[EMAIL PROTECTED] > Sent: Monday, May 15, 2006 1:24 PM > To: Maven Users List > Subject: Re: [m1]

Re: Cannot connect to codehaus?

2006-05-15 Thread Ray Tsang
codehaus.org is down... "We are currently experiencing disk problems with beaver.codehaus.org. The problem is being looked at by our service provider" - www.codehaus.org Try setting up a mirror that points codehaus repository to ibiblio temporarily? ray, On 5/16/06, Mark Diggory <[EMAIL PROTEC

Re: Cannot connect to codehaus?

2006-05-15 Thread Wayne Fay
Add -o for offline So mvn -e -o site should work for you, hopefully. Wayne On 5/15/06, Mark Diggory <[EMAIL PROTECTED]> wrote: I'm trying to build a project with the latest download of Maven and am encountering the following error. I see as well that codehaus.org is not up. Is there any way to

Cannot connect to codehaus?

2006-05-15 Thread Mark Diggory
I'm trying to build a project with the latest download of Maven and am encountering the following error. I see as well that codehaus.org is not up. Is there any way to get Maven site to generate without using codehaus? -Mark mdiggory$ mvn -e site + Error stacktraces are turned on. [INFO] S

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread Wayne Fay
IDEA is a product of a company which charges money for the IDE. Thus it by definition does not have as many customers as a free product like Netbeans and Eclipse. So your possible pool of developers who not only use IDEA but -also- use Maven2 -and- have the desire and ability write/support a plugi

Re: Filtering resources and timestamp?

2006-05-15 Thread Julian Wood
You can use the maven-buildnumber-plugin to do this. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin J On 15-May-06, at 3:09 PM, Wayne Fay wrote: This has been asked before, a few times in the last few months, and no one has answered with a solution. Search the User archive to se

Re: maven, dependencies and eclipse wtp

2006-05-15 Thread Stephen Duncan
Using mvn -Dwtpversion=1.0 eclipse:eclipse works for me to get them added when deploying within Eclipse using WTP 1.0.2 & Eclipse 3.1.2. The applicable file that eclipse:eclipse generates is .settings/.component Make sure the dependencies that should be bundled are described in that file correct

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread ben short
Vinny, To be honest I have tried netbeans and eclipse and find that im so much more productive when using idea. Ben On 5/15/06, Vinny <[EMAIL PROTECTED]> wrote: Yeah, that will work I guess. Any word on the codehause site. It's still down and I wanted to look at the netbeans mavenide plugin a

Re: (Maven Team) Webdesign Copyright Question

2006-05-15 Thread Brett Porter
Thanks for letting us know - this is fine. - Brett On 5/15/06, Markus Reinhardt <[EMAIL PROTECTED]> wrote: Hi Maven Team, first off, I'd like to thank you for developing this great tool. It really simplifies my every day work. I started using Maven for a University project during my diploma t

Re: RE : repo down?

2006-05-15 Thread Brett Porter
My apologies about the site plugin, I will look into adding a check to the release plugin to prevent that in future. As soon as the hardware outage is over, I will fix the doxia problem. The Jetty problem should be referred to the Jetty team (they are a codehaus project). - Brett On 5/15/06, B

surefire vs java.protocol.handler.pkgs

2006-05-15 Thread Andy Fyfe
I have some unit tests that depend on a soap server. To this end I have written my own stub server and use the java.protocol.handler.pkgs system property to override the http connection, redirecting connections to my stub server. But I can't get this to work with surefire. I've tried all of the

Re: Filtering resources and timestamp?

2006-05-15 Thread Wayne Fay
This has been asked before, a few times in the last few months, and no one has answered with a solution. Search the User archive to see this for yourself. So I'm inclined to think this is not currently possible. Wayne On 5/15/06, David Hay <[EMAIL PROTECTED]> wrote: I haven't seen this questio

Filtering resources and timestamp?

2006-05-15 Thread David Hay
I haven't seen this question addressed in the past. What I'd like to do is filter a properties file I have and place the timestamp of when the build occurred. That is, in src/main/resources, I would like to have a properties file with a line like: buildTime=${project.buildTime} and have it r

Re: War plugin and filtering webapp files

2006-05-15 Thread Brett Porter
On 5/15/06, Julian Wood <[EMAIL PROTECTED]> wrote: I take it this doesn't apply to the war plugin release then? This patch does not appear to have any docs, certainly not in the site folder from svn. Nevertheless, this is excellent news! I think this came in before we started to clamp down. Th

debug output all properties?

2006-05-15 Thread David Smiley
I am trying to come up with the property filter expression to give me the directory where resources are stored. Instead of trying several variations and giving up... is there some way for me to get maven to give me a dump of the properties so I can see what's there? Perhaps a comprehensive re

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread Vinny
Yeah, that will work I guess. Any word on the codehause site. It's still down and I wanted to look at the netbeans mavenide plugin as well. That one does do maven2 On 5/15/06, ben short <[EMAIL PROTECTED]> wrote: Vinny, To get you guys going you could use the ant exec target to run the maven go

Re: maven war plugin goals not on website

2006-05-15 Thread Julian Wood
File jira issues. They used to be at org.codehaus but have now been moved to the maven sandbox plugins. If you checkout the code from svn, you can see the docs in the site folder (or build the site). http://svn.apache.org/viewcvs.cgi/maven/sandbox/plugins/ HTH, J On 15-May-06, at 3:57 AM,

Re: War plugin and filtering webapp files

2006-05-15 Thread Julian Wood
On 14-May-06, at 5:46 PM, Brett Porter wrote: No, but there should be. We're no longer accepting patches like this without docs. I take it this doesn't apply to the war plugin release then? This patch does not appear to have any docs, certainly not in the site folder from svn. Nevertheles

Re: RE : repo down?

2006-05-15 Thread Borut Bolčina
This hack works, but not all the way! There is another reference to http://snapshots.maven.codehaus.org/maven2 in .m2\repository\org\mortbay\jetty\jetty\6.0.0beta12\jetty-6.0.0beta12.pom snapshots http://snapshots.maven.codehaus.org/maven2 but jetty-6.0.0beta12.jar did not

site plugin fails

2006-05-15 Thread justin_fung
I seem to keep getting an error getting this plugin when I run site:site site:deploy. I have removed Downloading: http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/d oxia/1.0-alpha-8/doxia-1.0-alpha-8.pom [INFO] -

War plugin v2.0 filtering problems

2006-05-15 Thread Kris Nuttycombe
Well, upon initial analysis, the webResources functionality is not behaving as I would expect. Here's my plugin config: org.apache.maven.plugins maven-war-plugin 2.0 src/main/filter

Re: repo down?

2006-05-15 Thread Borut Bolčina
Hi, I reported this as *MEV-393 * http://snapshots.maven.codehaus.org/maven2 is still down :-( bye, Borut Wayne Fay pravi: This is a bug/mistake. Please file a JIRA bug under MEV (Maven Evangelism) so it can be repaired. Published artifacts should no

Re: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Lukas Theussl
FYI, Jeff is currently working on a 1.2 release of the maven1 findbugs plugin [1], he has published a snapshot (see the downloads page at the link below) which should not have any problems like this. Any feedback welcome! -Lukas [1] http://maven-plugins.sourceforge.net/maven-findbugs-plugin

Re: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Carlos Sanchez
yes, they are, look for the MAVENUPLOAD issue regarding it. It was supposed to be something temporal, but not at the end. On 5/15/06, Jamie Bisotti <[EMAIL PROTECTED]> wrote: On 5/15/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > The jars where corrupted and were removed > > On 5/15/06, Jamie

Re: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Jamie Bisotti
On 5/15/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: The jars where corrupted and were removed On 5/15/06, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > On 2/1/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > > > On 2/1/06, ja

Re: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Carlos Sanchez
The jars where corrupted and were removed On 5/15/06, Jamie Bisotti <[EMAIL PROTECTED]> wrote: On 2/1/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > On 2/1/06, jason r tibbetts <[EMAIL PROTECTED]> wrote: > > Version 1.1 of the

Re: Changing Skin Of Site

2006-05-15 Thread Subhash Chandran
Works perfectly! Thanks. Regards, Subhash. On 5/15/06, Mikael Andersson <[EMAIL PROTECTED]> wrote: Hi Add this to your site.xml : org.apache.maven maven-classic-skin 1.0 http://maven.apache.org/plugins/maven-site-plugin/howto.html You may need to update your site plugin (

Re: Changing Skin Of Site

2006-05-15 Thread Mikael Andersson
Hi Add this to your site.xml : org.apache.maven maven-classic-skin 1.0 http://maven.apache.org/plugins/maven-site-plugin/howto.html You may need to update your site plugin ( mvn -U site:site ), since the 2.0version was just recently released. - Micke On 15/05/06, Subhash Chandra

Changing Skin Of Site

2006-05-15 Thread Subhash Chandran
I see many "skins" for maven site here: http://www.ibiblio.org/maven2/org/apache/maven/skins/ how do I change the default skin for my site? -- Regards, Subhash Chandran S Cross platform OpenSource Java based file encryption software: http://www.WizTools.org/project/WizCrypt/

jetty6:run runs in debug mode?

2006-05-15 Thread Dan Adams
When I run jetty6:run as an external maven task in eclipse it runs in debug mode so that I can set a breakpoint and have it break. I think this is slowing it down quite a bit. Anyone know of a way to turn this off so it runs normally like ant tasks do? -- Dan Adams Software Engineer Interactive F

[m2] FtpWagon problems deploying to a repository

2006-05-15 Thread Mark Hansen
Doing this kind of deployment to my repository: mvn deploy:deploy-file -DgroupId=soaj -DartifactId=admin-plugin -Dversion=1.0 -Dfile=/home/devglassfish/.m2/repository/soaj/admin-plugin/1.0/admin-plugin-1.0.jar -Dpackaging=maven-plugin -DrepositoryId=myrepo -Durl=ftp://myrepo.com/maven-repo

Re: [m1] Findbugs 1.1 plugin's dependencies not in repository

2006-05-15 Thread Jamie Bisotti
On 2/1/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: http://maven.apache.org/guides/mini/guide-ibiblio-upload.html On 2/1/06, jason r tibbetts <[EMAIL PROTECTED]> wrote: > Version 1.1 of the Findbugs plugin was posted to iBiblio on January 3rd, > but two of its dependencies, findbugs-ant-0.9.4.

where is maven-changelog-plugin for maven2?

2006-05-15 Thread raghurajan . x . gurunathan
Hi All Is there any documentation for change log plugin?? Thanks, Raghu

Re: Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread ben short
Vinny, To get you guys going you could use the ant exec target to run the maven goals. Not an ideal situation but alteast you can offer double click maven goals in idea so you dont have to switch to a console/cmd. Ben On 5/15/06, Vinny <[EMAIL PROTECTED]> wrote: Hello All, I was thinking abou

RE: [M2] New surefire release breaks ${version}??

2006-05-15 Thread Fisher, Michael (IT)
We changed this to ${module_version} and it seems to work. What would have happened to break this? Thanks, Mike -Original Message- From: Fisher, Michael (IT) Sent: Monday, May 15, 2006 11:59 AM To: 'Maven Users List' Subject: [M2] New surefire release breaks ${version}?? Hello, It lo

Re: [m2] cannot retrieve maven-plugin-plugin

2006-05-15 Thread Wayne Fay
The Central repo is hosted by ibiblio, which is a very busy site. Keep trying. Or if you know what you're doing, add a mirrorOf-central node to your settings.xml and use one of ibiblio's mirrors ie dotsrc: http://mirrors.dotsrc.org/maven2/ Wayne On 5/15/06, Mark Hansen <[EMAIL PROTECTED]> wrote

Status on mavenide (maven2) IDEA plugin?

2006-05-15 Thread Vinny
Hello All, I was thinking about using maven2 on my new project. My development team uses IDEA to develop on and we were kind of disappointed when it seemed that the mavenide plugin for idea did not support maven2. I am very comfortable with the command line but my knuckleheads (I mean that in the

Re: Maven 2 Emma Plugin?

2006-05-15 Thread Toni Price
Hi Davis I'm a bit of a novice with Maven (so the information here might not be the best way to do things) but I struggled with this same question before giving up on Emma for the moment and using Cobertura instead. (BTW I subsquently found this on the Emma site (at http://emma.sourceforge.net/p

Re: maven-source-plugin 2.0.1

2006-05-15 Thread Roland Asmann
Sorry for the late reply, have been ill for a couple of days... ATM the source-plugin is not explicitly mapped to a phase, which implcitly maps it to the 'package'-phase. When I run 'mvn clean install', everything runs fine until I get to the package- phase. Here my package is build and source:jar

Re: maven-eclipse-plugin

2006-05-15 Thread Ingo Düppe
Srepfler Srgjan schrieb: When you say parent project are you referring to a multi module project? What would the equivalent of it be under eclipse, I mean it's not a project with a java nature, what is it? Also if such a feature would need to be implemented I believe the only way to achieve s

Maven 2 Emma Plugin?

2006-05-15 Thread Davis Ford
Hi, we used to use the maven-emma plugin and maven 1.* but have just upgraded to maven 2.0.4. If I put a dependency on emma like this: emma maven-emma-plugin 0.5 I get this: Downloading: http://www.ibibl

[m2] cannot retrieve maven-plugin-plugin

2006-05-15 Thread Mark Hansen
I am trying to build a plugin. Keep getting this: [WARNING] repository metadata for: 'artifact org.apache.maven.plugins:maven-plugin-plugin' could not be retrieved from repository: central due to an error: Error transferring file [INFO] Repository 'central' will be blacklisted Is that becaus

[M2] New surefire release breaks ${version}??

2006-05-15 Thread Fisher, Michael (IT)
Hello, It looks like the new surefire release (2.2) has broken the externalization of the pom.xml element. Can anybody else confirm? We are getting the following errors: required artifacts missing: org.apache.maven.surefire:surefire-api:jar:8.9.2 for the artifact: dummy:dummy:jar:1.0 from

Re: Plugin to compile C and C++ projects

2006-05-15 Thread dan tran
codehaus is down at this moment including mojo site and svn On 5/15/06, Vandermi Joao da Silva <[EMAIL PROTECTED]> wrote: Well , the link is broken , the site is of line. Is there other link ? http://mojo.codehaus.org/maven-native/native-maven-plugin/ Best Regards Vandermi Silva R&D MAO - C

Re: mvn -U fails since today

2006-05-15 Thread Franz Fehringer
Seems that codehaus.org is down. Mark Hansen schrieb: I am having similary problems. Franz Fehringer wrote: Hello, Are there problems with the central repository? With D:\projekte\Maven2>mvn -U -X -e archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i get (both C:\Dokumente

FW: How can I build projA with jdk 1.4 and projB with jdk 1.5 using continuum and maven2 ?

2006-05-15 Thread Vandermi Joao da Silva
I have many projects inside maven that uses JDK 1.5 to compile. Now I have another one that must use JDK 1.4. I'm having problems if I use 1.5 to generate the site for my expecific 1.4 project. Does anyone know how can I setup the maven to use an especific Java version for each project (for exam

Re: Maven 2.0.4 - Mutlipe parents and POMs

2006-05-15 Thread Carsten Karkola
Hy Markus, thank you for your quick answer. On 15 May 2006 at 16:17, Markus Reinhardt wrote: > > ../pom.xml > > You may try putting relativePath in here. This prevents maven from looking > for the POM in any > repository. Even the relativePath element doesn't work in the b subdirectory.

RE: Plugin to compile C and C++ projects

2006-05-15 Thread Vandermi Joao da Silva
Well , the link is broken , the site is of line. Is there other link ? http://mojo.codehaus.org/maven-native/native-maven-plugin/ Best Regards Vandermi Silva R&D MAO - Core Engines BenQ Eletroeletrônica Ltda. TEL +55(92) 2127-8015 Mobile: +55(92) 8125-2248 FAX +55(92) 2127-8102 [EMA

Re: [ANN] Maven Cobertura Plugin 2.0

2006-05-15 Thread ian . d . stewart
Wow, Brett! You've been a busy little bee! It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Ant tasks executing twice

2006-05-15 Thread Nick Bolton
I'm running into an issue with maven-antrun-plugin where it's executing the containing tasks twice. Has anyone come across this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mvn -U fails since today

2006-05-15 Thread Mark Hansen
I am having similary problems. Franz Fehringer wrote: Hello, Are there problems with the central repository? With D:\projekte\Maven2>mvn -U -X -e archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i get (both C:\Dokumente und Einstellungen\feh\.m2\plugin-registry.xml and C:\

Re: maven, dependencies and eclipse wtp

2006-05-15 Thread Matthijs Wensveen
Fabrizio Giustina wrote: On 5/10/06, Matthijs Wensveen <[EMAIL PROTECTED]> wrote: When I try to run the project on a server from within eclipse, the dependencies that would normally be in WEB-INF/lib are not deployed on the server. They should be deployed, probably you are using a buggy versio

Re: Link in notifier mail not correct

2006-05-15 Thread Emmanuel Venisse
Hmm, it's a bug in the mail template. Please, file an issue about it. If you want to fix it in your continuum, you should modify the mail template in continuum core jar. Emmanuel Ronald Pieterse a écrit : Hello, I really want to get started on working with Continuum but I discovered somethi

Re: repo down?

2006-05-15 Thread Wayne Fay
This is a bug/mistake. Please file a JIRA bug under MEV (Maven Evangelism) so it can be repaired. Published artifacts should not depend on snapshot repos & artifacts. Wayne On 5/15/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: Hi, the doxia-site-renderer-1.0-alpha-8.pom does defines repositor

Re: Maven 2.0.4 - Mutlipe parents and POMs

2006-05-15 Thread Markus Reinhardt
Hi Karsten, The poms - a/b/pom.xml: --- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven- v4_0_0.xsd"> co

[m2] Problems Building Ant Plug-In

2006-05-15 Thread Mark Hansen
I have some Ant plugins that no longer build. Has the been a change in the repo or something that would cause my build process to fail? I'm getting this error: [INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for updates from central [WARNING] repository metadata for: 'a

mvn -U fails since today

2006-05-15 Thread Franz Fehringer
Hello, Are there problems with the central repository? With D:\projekte\Maven2>mvn -U -X -e archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i get (both C:\Dokumente und Einstellungen\feh\.m2\plugin-registry.xml and C:\Programme\maven-2.0.4\conf\plugin-registry.xml do not exis

Maven 2.0.4 - Mutlipe parents and POMs

2006-05-15 Thread Carsten Karkola
Hy, I've created the following directory layout /a - pom.xml /b - pom.xml - /b.a -pom.xml My executions: $> cd ~/a $> mvn compile [INFO] BUILD SUCCESSFUL $> cd ~/a/b/b.a $> mvn compile [INFO] BUILD SUCCESSFUL $> cd ~/a/b $> mvn compile [INFO] Scanning for projects.

Re: jetty6:run running slow?

2006-05-15 Thread Dan Adams
no, i'm saying it runs visibly slower. On Fri, 2006-05-12 at 23:33 +0200, Jan Bartel wrote: > Hi Dan, > > Jetty6 is actually faster than jetty5. Are you saying it is slower > to start or slow in serving your app? It may be slower to start because > it first needs to build a virtual webapp out of

Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 12:14 +0200 schrieb Markus Reinhardt: Sorry, but this did not work for me. Maven complains about not finding the POM (but it's in my repo) Since this morning (4 hours ago) nothing works anymore. I just tried the war-plugin (instead of maven-tomcat) an th

Please help me with the scm plugin ...

2006-05-15 Thread mathapfahl
Hi, I have a problem with the scm plugin using clearcase. I use a dynamic view as base for the sourceCode - vob. Now I want execute the mvn release:prepare. In the pom.xml of the component I declare following: scm|clearcase|O:\Test\Dev_Zentral\system\pas_build_common_xa\configspec.txt scm|clear

Re: [m2] problem w/ antcall in ANT-based mojo

2006-05-15 Thread Pete
Did anyone reslove this issue ? This is a major flaw with the ant-based mojo. Wayne is correct in that if you place a build.xml containing the antcall targets it works, BUT this build.xml has to be in the current directory. Therefore I cannot create a reusable ant-based plugin, because everywher

RE : [ANN] Maven Assembly Plugin 2.1

2006-05-15 Thread Olivier Lamy
Hi, The following configuration doesn't work anymore whereas it was ok in the previous version : lib false runtime What is the new way to do this (including with artifacts) ? A simple update on this page should be very nice : http://maven.apache.org/plugins/maven-

RE: Re: repo down?

2006-05-15 Thread Jörg Schaible
Geoffrey De Smet wrote on Monday, May 15, 2006 11:55 AM: > In my experience, none of the released plugins rely on the snapshots > repo, because the snapshot repo simply isn't in my repo list. Maybe you have a look at the POMs of the plugins (and their dependencies). Just because it is not in *yo

RE : repo down?

2006-05-15 Thread Olivier Lamy
Try the hack, add this in your settings.xml snapshots snapshots codehaus hack snapshots codehaus hack http://www.ibiblio.org/maven2/ It's a temporary solution. (not te

Axis mailing lists (OFF TOPIC)

2006-05-15 Thread Franz Fehringer
Hello, It seems that the Axis mailing lists are all completely off/gone. Can anyone confirm this? Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: repo down?

2006-05-15 Thread Weichsel, Ingo
Hi, the doxia-site-renderer-1.0-alpha-8.pom does defines repositories, snapshots http://snapshots.maven.codehaus.org/maven2 which can't be resolved. Any idea, if this will be fixed quickly, or do we have to stick to the older plugin versions? Ingo > -Original Me

Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 11:52 +0200 schrieb Emmanuel Venisse: Markus Reinhardt a écrit : > Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: > >>Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: >> >>> Ibiblio is up, but the dns server of maven.org seems to be down. >>>

Re: maven war plugin goals not on website

2006-05-15 Thread Jorg Heymans
Additionally, http://maven.apache.org/plugins/maven-changelog-plugin and http://maven.apache.org/plugins/maven-changes-plugin are also not working anymore. On 5/15/06, Jorg Heymans <[EMAIL PROTECTED]> wrote: Hi, The link to the "full description of goals" comes up empty here : http://maven.ap

Re: Re : Re: repo down?

2006-05-15 Thread Emmanuel Venisse
yes, it's a little problem on filesystem codehaus server, so snapshots repo and repo1.maven.org won't work until the problem is resolved. Emmanuel langlois yan a écrit : I got the same problem. the URL : http://snapshots.maven.codehaus.org/maven2 is not available. Is it normal ? Yan. -

RE : repo down?

2006-05-15 Thread Xavier Frisaye
In my case, this is doxia referenced by the new site plugin (2.0-beta-5) that causes the problem and i solved by adding this to my pom : org.apache.maven.plugins maven-site-plugin 2.0-beta-1 Xavier Message d'origine De: Emmanuel Venisse [m

Re: repo down?

2006-05-15 Thread Geoffrey De Smet
In my experience, none of the released plugins rely on the snapshots repo, because the snapshot repo simply isn't in my repo list. You are using snapshot versions? Also, I have experienced that if you work on a project with a team it's a very good idea to lock down the plugin versions so everyo

Re: repo down?

2006-05-15 Thread Emmanuel Venisse
Markus Reinhardt a écrit : Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: Ibiblio is up, but the dns server of maven.org seems to be down. Brett Porter wrote: http://maven.apache.org/guides/mini/guide-mirror-settings.

Re : Re: repo down?

2006-05-15 Thread langlois yan
I got the same problem. the URL : http://snapshots.maven.codehaus.org/maven2 is not available. Is it normal ? Yan. - Message d'origine De : Jörg Schaible <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Lundi, 15 Mai 2006, 11h20mn 51s Objet : RE: Re: repo down? Geoffrey De Smet w

[ANN] Maven2 Certification at JavaBlackBelt (under collaborative construction)

2006-05-15 Thread Vincent Massol
Hi everyone, Just to let you know that JavaBlackBelt (http://www.javablackbelt.com/) has started a Maven2 certification. I have helped them define the test objectives and I'm marked as the certification lead. There are currently 3 certifications defined (listed at the bottom of http://www.javablac

RE: Re: repo down?

2006-05-15 Thread Markus Reinhardt
Am Montag, den 15.05.2006, 11:20 +0200 schrieb Jörg Schaible: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/guide-mirror-settings.html >> >> Yes, it'

Re: Re: repo down?

2006-05-15 Thread Ray Tsang
I think it's an unexpected harddrive outtage? ray, On 5/15/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/gui

RE: Re: repo down?

2006-05-15 Thread Jörg Schaible
Geoffrey De Smet wrote on Monday, May 15, 2006 10:26 AM: > Ibiblio is up, but the dns server of maven.org seems to be down. > > Brett Porter wrote: >> http://maven.apache.org/guides/mini/guide-mirror-settings.html >> >> Yes, it's down. Unscheduled, and beyond our control, sorry. But, since the

RE : war plugin command line argument

2006-05-15 Thread Olivier Lamy
Hi, Look at http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-war-plugin/s rc/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java?rev=406419 &view=markup /** * The directory where the webapp is built. * * @parameter expression="${project.build.directory}/${proje

Re: Dependencies License Report

2006-05-15 Thread Stefan Arentz
On 5/15/06, Anton Mazkovoi <[EMAIL PROTECTED]> wrote: Another thing I would like to look into, is getting maven to download the actual license files for each dependency from: http://www.ibiblio.org/maven/ It looks like most of artifacts from above have a licenses sub directory. However the c

maven-war-plugin: Why overlaying wars is a good start

2006-05-15 Thread Torgeir Lorange Østby
Hi, Simply overlaying wars is the first step of handling war dependencies, but it doesn't work for more complex systems. For example: If you have an application context file in the same location in all the wars, they simply replace each other when they are overlayed, which destroys the applicatio

war plugin command line argument

2006-05-15 Thread Sebastien Cesbron
Is it possible to specify war plugin arguments as command line arguments ? I tried : mvn war:exploded -DwebappDirectory=/myDir but this does not seems to work : how can I achieve that ? Thanx Seb - To unsubscribe, e-mail: [EM

Re: repo down?

2006-05-15 Thread Geoffrey De Smet
Ibiblio is up, but the dns server of maven.org seems to be down. Brett Porter wrote: http://maven.apache.org/guides/mini/guide-mirror-settings.html Yes, it's down. Unscheduled, and beyond our control, sorry. - Brett On 5/14/06, Raymond Ritz <[EMAIL PROTECTED]> wrote: Hey all, is http://repo1

Re: Dependencies License Report

2006-05-15 Thread Carlos Sanchez
Hi Anton, Good to know that maven work for you ;) This is something really easy to add in the Maven 2 project info report http://maven.apache.org/plugins/maven-project-info-reports-plugin/ and we'll do it soon. For Maven 1 i'm afraid depends on a lower number of people working on it. The informa

Dependencies License Report

2006-05-15 Thread Anton Mazkovoi
Hi, All of our projects (JIRA, Confluence) use maven 1.x for build management (maven rules!). Each project has quite a large number of open source dependencies. We need to build a report that lists the open source dependencies and their license type. For example, the report should show somethin

Re: log4j.properties expendable and ignored

2006-05-15 Thread Ido M. Tamir
On Saturday 13 May 2006 16:07, Andreas Guther wrote: > Could you find out which log4j configuration file actually was used? Is > it the one under main or the one under test? > > Andreas For testing its the one under test/resources. for the release (I used the assembly plugin to have all in one jar

Use both Jetty 5 and Jetty 6 as dependencies

2006-05-15 Thread Julien Henry
Hi, I'm running my tests by using Jetty 6. So I have in my pom : org.mortbay.jetty jetty 6.0.0beta15 But my software also use Selenium-RC server, that is based on Jetty 5. But as soon as I import a class from Selenium Server, it crash (http://forums.openqa.org/thread.jspa?threadID=1966&tsta

RE: site:deploy using scp

2006-05-15 Thread Maciej Mastalarczuk
Hi, Please don't worry about this post, I fixed it. For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config as it defaults to 'no'. Seems to be happy now. Regards Maciej From: "Maciej Mastalarczuk" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: u

  1   2   >