deploying to two repositories and two snapshots repositories in m2

2007-07-29 Thread Piotr Oktaba
Hi. I have to deploy artifacts to two repositories (if snapshots, to two snapshots repositories). I cannot define two repositories (and two snapshots repositories) in section distributionManagement. Is any way to do it without double calling goal deploy:deploy with argument altDeploymentRepisitory

Re: Developers and Contributors information

2007-07-29 Thread Wayne Fay
Sounds like you want a developerManagement node. Not a bad idea, but it does not currently exist, so you'll need to file an RFE in the Maven JIRA and perhaps someone will add this feature in a future version of Maven. Or if you're really ambitious, you could try adding this functionality yourself.

RE: Question - weblogic-maven-plugin - Urgent

2007-07-29 Thread Eric YH WONG
Hi Scott, I tried other to achieve that (build the ear). Use the WebLogic Workshop to export the build.xml. And then use the maven-antrun-plugin to execute that build.xml. The EAR can build successfully. maven-antrun-plugin

Developers and Contributors information

2007-07-29 Thread Oscar Picasso
Hi, I want to centralize developers and contributors information in one place. I have thought to put it in parent POM but in that case the children projects inherit from all the developers and contributors section. I would like to just have something like that in the children pom. oscar

RE: Release perform goal failure

2007-07-29 Thread Dave Hoffer
Steve, Thanks much for your reply, item 1 fixed the issue for me as well. I have created MRELEASE-271 for this issue, please comment if you want. -Dave -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED] Sent: Sunday, July 29, 2007 8:38 PM To: Maven Users List Subject: Re:

Re: [m2] Assembly dependencySet issue

2007-07-29 Thread Tommy Knowlton
The dependencySet will silently fail to include an artifact that is not actually in the list of pom.xml . I believe the option in the assembly descriptor would have alerted you to the problem, causing the assembly execution to fail instead of silently failing to include the artifact into t

RE: problem setting windows path for surefire tests

2007-07-29 Thread Dave Hoffer
I don't claim to have the best answer but what we have done to run surefire tests that require native code to be loaded on Windows is: org.apache.maven.plugins maven-surefire-plugin ${basedir}\..;${java.

RE: Problem with maven-archetype-quickstart

2007-07-29 Thread Dave Hoffer
I think you want to specify the version of your new project, try: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -Dversion=1.0-SNAPSHOT -Dave -Original Message- From: Craig Ching [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 3:46 PM To: Maven Users List Sub

Re: Release perform goal failure

2007-07-29 Thread Stephen Coy
Hi, We have experienced similar issues recently as well. I had to do two things to resolve the problem - you may only need the first. 1) Configure the release plugin with -DpreparationGoals="clean install" 2) Rearrange the order of the module declarations so that dependent modules

Re: Assembly-Plugin: Including sources of dependencies

2007-07-29 Thread John Casey
In the module that creates the assembly, you'll need to specify the java-sources dependencies alongside their binary counterparts. At least for now, the assembly plugin doesn't provide a means for resolving dependency artifacts which are not in the POM. -john On Jul 25, 2007, at 9:48 AM,

Re: [eclipse-wtp] How to handle configfiles with ${parameter}

2007-07-29 Thread Stephen Coy
Hi, The trick here is to put your source web.xml file in another directory (such as src/main/resource2) and configure the war plugin as described at . Then you can use the war:inplace goal to bui

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-29 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

Hibernate and 2.0.7

2007-07-29 Thread jallen
Has anyone else experienced issues with 2.0.7 and hibernate 3.2.4.ga? It's not my project code but I've upgraded the common build system and some unit tests for a hibernate project now fail? Searched the web and not come up with a lot. -- View this message in context: http://www.nabble.com/Hiber

Re: [m2] want to centralize my build.xml for a multi module project...

2007-07-29 Thread Wayne Fay
Yes, I mean literally modifying the maven-antrun-plugin code itself. So, go pull down the code from Antrun: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/main/java/org/apache/maven/plugin/antrun/AntRunMojo.java?view=markup and Checkstyle: http://svn.apache.org/viewvc/mav

[m2] Assembly dependencySet issue

2007-07-29 Thread Mick Knutson
I have a multi module project. one of my modules is "c2-ear-1.0.0.0.ear" and I want to add that to my assembly. I tried: false org.delta.esp.dap.c2:c2-ear What am I doing wrong as this

[eclipse-wtp] How to handle configfiles with ${parameter}

2007-07-29 Thread Jan Torben Heuer
Hi, i'd like to use ${parameters} in my WEB-INF/web.xml and other configuration files. If I do a mvn tomat:deploy everything is fine, my files are filtered. But I cannot debug my project inside eclipse, because I would need filtered files, however I have ${parameter} expression in this files...

Re: [m2] want to centralize my build.xml for a multi module project...

2007-07-29 Thread Mick Knutson
Jalopy and Checkstyle operate the same in that respect. I am not sure what you mean by modifying the ant plugin. Do you mean the actual maven plugin? I have never edited a plugin in the past. Or is there another way? All I want is something like: where classpath: means the plugin should search

[m1] Maven 1 Cobertura Plugin 1.4 released

2007-07-29 Thread Jeff Jensen
We are pleased to announce the Maven Cobertura Plug-in 1.4 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin/ Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test

Maven tries to resolve artifact in the reactor to SNAPSHOT version in Apache Tuscany build

2007-07-29 Thread Luciano Resende
Hi Guys We are experiencing some issues in Apache Tuscany build recently as described on this thread [1]. Basically, anyone starting with a clean local maven repo are seeing the artifacts that are supposed to be built in the reactor, to be resolved to a published SNAPSHOT version, and thus, the