Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-06-03 Thread Barrie Treloar
Ok a 2.7 is being built and voting has started. If you would like to participate in testing please see Guide to testing staged releases: http://maven.apache.org/guides/development/guide-testing-releases.html And the nabble archive of the vote at

WebLogic Plugin Sourcecode

2009-06-03 Thread Inman, Peter
I'm trying to use the maven-weblogic-plugin version 2.8 as we're deploying on WebLogic 8.1. When I try and do a release:prepare, it fails as the 2.8 version I have is a SNAPSHOT version. Sounds an odd question, but does anyone know where the source code is located so I can build a release

Re : WebLogic Plugin Sourcecode

2009-06-03 Thread Julien HENRY
Hi, https://svn.codehaus.org/mojo/branches/weblogic-maven-plugin-2.8.0/ Regards, Julien De : Inman, Peter peterin...@mcpplc.com À : Maven Users List users@maven.apache.org Envoyé le : Mercredi, 3 Juin 2009, 10h57mn 24s Objet : WebLogic Plugin Sourcecode I'm

RE: Re : WebLogic Plugin Sourcecode

2009-06-03 Thread Inman, Peter
Perfect, thanks very much. Pete -Original Message- From: Julien HENRY [mailto:henr...@yahoo.fr] Sent: 03 June 2009 10:46 To: Maven Users List Subject: Re : WebLogic Plugin Sourcecode Hi, https://svn.codehaus.org/mojo/branches/weblogic-maven-plugin-2.8.0/ Regards, Julien

Maven collect JAR files into one ZIP

2009-06-03 Thread Krabi
Hi, I have maven project. If I make eclipse project (mvn eclipse:eclipse) then from Eclipse I see, that I have many dependency JAR files resolved. Is there any plug-in that can make for me one ZIP file where all these are collected together? I found that I can make one JAR where all these are

Re: Maven collect JAR files into one ZIP

2009-06-03 Thread Deng Ching
Assembly plugin maybe? http://maven.apache.org/plugins/maven-assembly-plugin/ -Deng On Wed, Jun 3, 2009 at 7:01 PM, Krabi imr...@hot.ee wrote: Hi, I have maven project. If I make eclipse project (mvn eclipse:eclipse) then from Eclipse I see, that I have many dependency JAR files resolved.

Re: Maven Site plugin - no parent link

2009-06-03 Thread Tom Bollwitt
I upgraded to version 2.0 and I am still not able to get the parent menu link to generate. The modules menu reference also does not generate in my child project sites (never did with beta-7 version either). At this point I have to assume that there is a problem with my POMs or site.xml

share static files among projects

2009-06-03 Thread Marcos Mendonça
Hi I have a multi-modules project. Some of this modules are web applications, and thus have a folder like this: src\main\webapp My problem is that inside src\main\webapp there are files that should be shared but all web application modules in that project. But right now, there is a copy of

Re: Maven collect JAR files into one ZIP

2009-06-03 Thread Krabi
Hi, Yes I now that, but if I look at http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#bin then I must write a XML where I must point all files that are ZIPed! I think that better is to have

Re: Spring unit test cfg file

2009-06-03 Thread Herbert Wu
Great, it worked. I can easily adjust Eclipse IDE to look for src/test/resources/ to make both mvn and IDE working. Thanks a lot! -Herbert On Tue, Jun 2, 2009 at 3:50 PM, Herbert Wu herber...@gmail.com wrote: Sorry for the rookie question as I am just learning Maven and had difficulty to find

Re: Question about C-Builds

2009-06-03 Thread Dan Tran
resend to get more attention :-) Advice is greatly appreciated -D On Wed, May 27, 2009 at 9:30 PM, Dan Tran dant...@gmail.com wrote: Hi, Can i use C-builds to download and unpack a source tar ball thru maven dependencies, apply some patches, or replace some files, run configure with a

snapshot timestamp dependency classpath

2009-06-03 Thread harshavsn
Scenario Description: 1) Project Foo has a dependency on Bar-SNAPSHOT. 2) Bar-SNAPSHOT is downloaded correctly from our repository and is timestamped. 3) The classpath of Foo shows Bar-SNAPSHOT, however the included jar has Bar-SNAPSHOT-time-time-time. Questions: q1) Is there a way to rename

Re: Maven collect JAR files into one ZIP

2009-06-03 Thread Wayne Fay
I think that better is to have plug-in that resolves deps(from POM) and adds into one ZIP. Jar with deps is not nice solution - long build proccess and I cant send send ~50MB files. You realize that the Jar file format is essentially zip plus some text files, right? What do you think would be

Re: Maven collect JAR files into one ZIP

2009-06-03 Thread Wayne Fay
I think that better is to have plug-in that resolves deps(from POM) and adds into one ZIP. Jar with deps is not nice solution - long build proccess and I cant send send ~50MB files. You realize that the Jar file format is essentially zip plus some text files, right? What do you think would be

Re: Spring unit test cfg file

2009-06-03 Thread Nayan Hajratwala
If you install the m2eclipse plugin, it will (among other cool things) automatically update your .classpath file to use the src/test/resources directory. On Wed, 3 Jun 2009 09:26:13 -0500, Herbert Wu herber...@gmail.com wrote: Great, it worked. I can easily adjust Eclipse IDE to look for

Maven Site Plugin - site.xml custom tag

2009-06-03 Thread Tom Bollwitt
I am creating a custom Velocity template to use with a skin for site generation. My site.xml has the following... ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/DECORATION/1.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Maven Site Plugin - site.xml custom tag

2009-06-03 Thread Tom Bollwitt
Sorry, made a mistake on the site.xml (I was playing around with it while composing the original email). It should be this... ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/DECORATION/1.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Maven Site plugin - no parent link

2009-06-03 Thread Dennis Lundberg
Do you have a url specified in the parent POM and/or the module POM? There has been reports of problems when some/all of these are missing. Tom Bollwitt wrote: I upgraded to version 2.0 and I am still not able to get the parent menu link to generate. The modules menu reference also does not

RE: Does reactor spawn a subprocess for each submodule?

2009-06-03 Thread Tracy Hartford
I explained the overall goal, in case there are alternative ways to get there that might be preferable to a forked execution. However, I can also explain why we are exploring a forked execution at this point. We are currently setting the version like this: version${env.MY_BUILD_VARIABLE}/version.

Re: Spring unit test cfg file

2009-06-03 Thread Herbert Wu
hmm..., I got this error when installing m2eclipse plugin: Cannot complete the request. See the details. Cannot find a solution satisfying the following requirements org.eclipse.swt [3.4.0.v3448f]. I use http://m2eclipse.sonatype.org/update/ and is this the correct url? Thanks, -Herbert On

Re: Spring unit test cfg file

2009-06-03 Thread Nayan Hajratwala
I'm guessing you have an eclipse pre-3.4. I use the current 3.5 RC, which works fine. I also use the update-dev site, but it should be basically the same. On Wed, 3 Jun 2009 13:07:12 -0500, Herbert Wu herber...@gmail.com wrote: hmm..., I got this error when installing m2eclipse plugin:

Re: War Plugin does not copy Main-Class to / of war file

2009-06-03 Thread Kalle Korhonen
You can do it in a single module. Since a self-executable war is non-standard, the war plugin doesn't know that a main class should be in the root. Here's how I do it: plugin artifactIdmaven-antrun-plugin/artifactId executions execution

Re: Maven Site plugin - no parent link

2009-06-03 Thread Tom Bollwitt
No, I do not have a url specified in every POM. I will try that out when I get a chance and respond back with the results. Thanks for the info. :-) Regards, Tom Bollwitt Mersoft tlbollw...@mersoft.com On Jun 3, 2009, at 12:40 PM, Dennis Lundberg wrote: Do you have a url specified in

Re: Does reactor spawn a subprocess for each submodule?

2009-06-03 Thread Stephen Connolly
have a look at versions:set in the latest 1.0-beta-1-SNAPSHOT Sent from my [rhymes with myPod] ;-) On 3 Jun 2009, at 18:51, Tracy Hartford tra...@zillow.com wrote: I explained the overall goal, in case there are alternative ways to get there that might be preferable to a forked execution.

dependencies ignored if duplicated

2009-06-03 Thread Roger Pack
seems that with maven 2.1 if I have a dependency in a pom.xml listed *twice* (or is it twice with differing versions?) the dependency is silently ignored. Thanks! -=r - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Problem with artifact resolution in Maven 2.1.0

2009-06-03 Thread Logan Allred
We're in the process of upgrading Maven to 2.1.0 from 2.0.9, and our build is not working (it uses the Flexmojos plugin). I can see how it fails, but I don't understand why it only fails in Maven 2.1.0. Perusing the release notes did not seem to indicate anything obvious as to why the behavior

Re: dependencies ignored if duplicated

2009-06-03 Thread Wayne Fay
seems that with maven 2.1 if I have a dependency in a pom.xml listed *twice* (or is it twice with differing versions?) the dependency is silently ignored. I've never experienced that myself. Can you provide your pom along with the output of mvn help:effective-pom? Post them on www.pastebin.com

BUILD ERROR with relative path on install-file goal

2009-06-03 Thread Jesfre
Hi all... I've tried to install a .jar file using a relative path to a file located in a folder named common-lib under the parent folder of the project... Just like: -parent-project | |-module1 | |-availability_queue | |-common-lib | | |

Resolving plugin dependencies

2009-06-03 Thread Richard Wallace
Hello, I'm trying to create a plugin that can either run in process or run in a separate process. To run in a separate process I need to examine the plugins dependencies and resolve them in case they have been overridden in the pom. For instance, I want to be able to do plugin

Re: share static files among projects

2009-06-03 Thread Samuli Ulmanen
Hello, one solution to the problem is to put the static files in src/main/ webapp/js in a separate module on which those webapp modules depend upon. Then use the assembly plugin in the build section of those webapp modules to copy the js-files from the new module into the correct place