Re: Maven2 release process in Continuum

2007-07-18 Thread James Abley
On 18/07/07, Jesse McConnell [EMAIL PROTECTED] wrote: at the moment I think you need to make sure the underlying project that you are going to try and release is 'clean' for the release. that means that all dependencies that you are going to release ave been resolved into released and available

RE: Maven2 release process in Continuum

2007-07-18 Thread Johan Iskandar
I dunno how continuum does version releasing but as far as I know about version releasing is that once you're happy with say build w.x.y.z You then: (assuming that all pom has its current version explicitly stated in the file, and it's formatted as p.q.r.s) -tag all current source / pom with an

RE: Maven2 release process in Continuum

2007-07-18 Thread Johan Iskandar
Hehehe, after thinking about it.. Continuum doesn't need to save state at all(cuz I already assumed at the beginning that all pom must explicitly state it's current version, so the parent pom should also have it's version). BUT, I wonder whether maven encourages an explicit declaration of

Re: Maven2 POM Continuum configuration

2007-07-18 Thread Marcel Schutte
Hi Aaron, I'm using the following: notifiers notifier typemail/type sendOnErrortrue/sendOnError sendOnFailuretrue/sendOnFailure sendOnSuccesstrue/sendOnSuccess sendOnWarningtrue/sendOnWarning configuration address[EMAIL

Re: Maven2 POM Continuum configuration

2007-07-18 Thread Aaron Zeckoski
Cool! That halfway works. The email is now appearing in continuum. Unfortunately, it is still including the full list of notifications. I tried using this: ciManagement systemContinuum/system urlhttp://saffron.caret.cam.ac.uk/continuum/url notifiers

problem deleting project from project list

2007-07-18 Thread Munoz, Pablo
Continuum users, For some reason I created a project, deleted it, then created it again. However somehow now there are two project with the same name and version numbers in my project list. I'm attaching a screen print, the name of the project is pvn (version 1.6.1). Now I cannot

Re: Maven2 release process in Continuum

2007-07-18 Thread Jesse McConnell
are you making good use of dependencyManagement? This should let you centralize the majority of actual version information and make it easy to release. as for speed of releasing I have released quite large multi module builds in a phased approach where I had to resolve snapshots between

Re: Maven2 release process in Continuum

2007-07-18 Thread Arnaud Bailly
Hello, Johan Iskandar [EMAIL PROTECTED] writes: BUT, I wonder whether maven encourages an explicit declaration of version in the pom(just as the above assumption)? Please advise? Also why does it use SNAPSHOT instead of build version..(the letter z in my example)? Yes, maven enforces an

Re: Build failure out of the blue

2007-07-18 Thread Jeff Mutonho
On 7/18/07, Henry Isidro [EMAIL PROTECTED] wrote: Try changing your java alternative setting: sudo update-alternatives --config java HTH, Henry Hmmmit's running on a Solaris machine - To unsubscribe, e-mail: [EMAIL

[maven 1.1] StackOverflowError error for ant:echo in multiproject plugin ???

2007-07-18 Thread nicolas de loof
Hello, I'm working on an old project that used maven 1.0.1 and try to upgrade to 1.1. When I run the multiproject:install goal, I get a java.lang.StackOverflowError: at java.lang.String.init(String.java:208) at java.lang.StringBuffer.toString(StringBuffer.java:586) This is cause

Re: [BUG]

2007-07-18 Thread Stephane Nicoll
It won't. The issue is fixed and the fix for version is 2.1-alpha-1. Cheers, Stéphane On 7/18/07, João Kreuzberg [EMAIL PROTECTED] wrote: Hey guys http://jira.codehaus.org/browse/MNG-2347 I notice this bug is fixed but not for the current stable version. Can someone tell me when those fixes

Re: [maven 1.1] StackOverflowError error for ant:echo in multiproject plugin ???

2007-07-18 Thread Lukas Theussl
Two more jira's that might be helpful: http://jira.codehaus.org/browse/MAVEN-1745 http://jira.codehaus.org/browse/MAVEN-1830 -Lukas Lukas Theussl wrote: Probably because of this: http://jira.codehaus.org/browse/MAVEN-1749 check your properties... HTH, -Lukas nicolas de loof wrote:

RE: webapp plugin

2007-07-18 Thread John Coleman
Hi, thanks for your replies Jochen. The filtering we do on the js and jsp scans a template version of the files for xml like tags in order to include/drop code sections depending on the role desired (not ideal I think but that's how it is). So far as I understand Maven filtering it is more like a

Re: [maven 1.1] StackOverflowError error for ant:echo in multiproject plugin ???

2007-07-18 Thread Lukas Theussl
Probably because of this: http://jira.codehaus.org/browse/MAVEN-1749 check your properties... HTH, -Lukas nicolas de loof wrote: Hello, I'm working on an old project that used maven 1.0.1 and try to upgrade to 1.1. When I run the multiproject:install goal, I get a

Re: [maven 1.1] StackOverflowError error for ant:echo in multiproject plugin ???

2007-07-18 Thread nicolas de loof
I was defining some properties with similar names that creates a recursive conflict in latests Jexl : maven.eclipse.classpath.include = ${ maven.eclipse.classpath.include.append} renaming my properties with non-conflicting names solves my issue. Thanks. 2007/7/18, Lukas Theussl [EMAIL

Re: webapp plugin

2007-07-18 Thread Jochen Wiedmann
On 7/18/07, John Coleman [EMAIL PROTECTED] wrote: I started looking at the resources phase, but the existing one just seems to put resources into the classes directory, and is evidently aimed at properties files and such. Obviously you did look at the resources *plugin* as opposed to the

Manage batch projects, assembly plugin

2007-07-18 Thread Rodolphe Beck
Hello, I'm trying to manage a bunch of modules with maven. I currently have ear projects, simple java projects, web projects and batch projects. For the first ones, I have no problem, but for the batch ones i'm having some issues. Here is what I want : I have one batch project that will be

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

2007-07-18 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.

RE: webapp plugin

2007-07-18 Thread John Coleman
When I read this... The war packaging type looks to src/main/webapp for the web application files such as JSPs, but still looks for non-code files in the standard src/main/resources directory. Where you place files such as *.properties files is of personal choice, however, if you think you may

Re: webapp plugin

2007-07-18 Thread Jochen Wiedmann
On 7/18/07, John Coleman [EMAIL PROTECTED] wrote: The war packaging type looks to src/main/webapp for the web application files such as JSPs, but still looks for non-code files in the standard src/main/resources directory. Where you place files such as *.properties files is of personal choice,

Re: [WARNING] Unable to load parent project from repository: Could not find the model file....

2007-07-18 Thread Ivo Limmen
I ran into the same issue. It seems that Maven works using this setup but it will keep complaining that it can not find the pom file itself. From the documentation I understood that Maven first looks in the parent directory for the pom file. If it can not be found it looks in the local

which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Jan Torben Heuer
Hi, I am compiling my schema files with the current xmlbeans plugin - but which xmlbeans lib do I have to include as dependency in my code? I get this error on startup, so I think i am using the wrong version Incompatible minor version - expecting up to 23, got 24

Re: which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Severin Ecker
Hi, first of all dependency groupIdxmlbeans/groupId artifactIdxmlbeans/artifactId version2.3.0/version /dependency the groupId here _should_ be changed to 'org.apache.xmlbeans' (this was changed somewhere around version 2.2.0, check the pom file of the xmlbeans lib).

Re: [m2] renaming resource files

2007-07-18 Thread Rémy Sanlaville
Hi, We are also interested by a such renaming feature. In fact, it is possible to use the Antrun with copy past, but I find that it is not the best solution. It's more difficult to read the pom and to manage the evolution. One benefit of using maven and the pom is you are describing what you

Re: Failed to validate POM warning

2007-07-18 Thread Rémy Sanlaville
[WARNING] POM for 'sapiens:SapiensCommonsCore:pom:2.6.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM f or project sapiens:SapiensCommonsCore at Artifact [sapiens:SapiensCommonsCore:pom:2.6.0:compile] Isn't it possible to run mvn validate

Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
Hi all, I downloaded and installed the maven2 today. As I try to create the local repositories with mvn -U -X archetype:create -DgroupId=testapp -DartifactId=testapp, I got following error/exception. I've tried the resolution under

Re: [BUG]

2007-07-18 Thread João Kreuzberg
Thanks Stéphane, I checked out maven source from svn created a M2_HOME pointing to my new location (the 2.1-alpha) and just ran the ant build.xml file It started doing compilng this but then I got this: [java] [INFO] [compiler:testCompile] [java] [INFO] Compiling 19 source files to

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Heinrich Nirschl
On Wed, 2007-07-18 at 14:09 +0200, Wei Chen wrote: [INFO] Searching repository for plugin with prefix: 'archetype'. [DEBUG] Loading plugin prefixes from group: org.apache.maven.plugins [INFO] org.apache.maven.plugins: checking for updates from central [WARNING] repository metadata for:

Re: [WARNING] Unable to load parent project from repository: Could not find the model file....

2007-07-18 Thread Michael Meyer
Hi Ivo thanks for your answer. I was just going to file a bug report when I read the changelog [1] of the AbstractSiteMojo. And guess what... The latest entry says: Fix confusing logs. Often, it's not a problem if the parent pom isn't found with a relative path but in the repository. So, I

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
Yes, I am behind the proxy of our company. I've seen the link you sent me. And I configured the proxies/ as follow but I get the same error. proxy idoptional/id activetrue/active protocolhttp/protocol username/username password/password hostmycompany's

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Heinrich Nirschl
On Wed, 2007-07-18 at 14:48 +0200, Wei Chen wrote: Yes, I am behind the proxy of our company. I've seen the link you sent me. And I configured the proxies/ as follow but I get the same error. proxy idoptional/id activetrue/active protocolhttp/protocol

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
I wonder if I can overcome this problem manually. I mean I download the plugin myself and save it under the local repositories. Then I comment out some entries in the setting.xml. Original-Nachricht Datum: Wed, 18 Jul 2007 14:48:09 +0200 Von: Wei Chen [EMAIL PROTECTED] An:

RE: Spam:Re: Error [INFO] The plugin'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Brian Karemba
Hi What settings do you have for the offline tag and localrepository? -Original Message- From: Wei Chen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 2:48 PM To: Maven Users List Subject: Spam:Re: Error [INFO] The plugin'org.apache.maven.plugins:maven-archetype-plugin' does

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Heinrich Nirschl
On Wed, 2007-07-18 at 15:12 +0200, Wei Chen wrote: I wonder if I can overcome this problem manually. I mean I download the plugin myself and save it under the local repositories. Then I comment out some entries in the setting.xml. This is possible but somewhat difficult and I would not

Re: Cannot download parent pom from specified remote repository

2007-07-18 Thread Rémy Sanlaville
My company repo is *not* a mirror :| So if I left it specified as a mirror in settings.xml, I am no more able to download from official repo! So is not possible to let it. I think, most of your problem is here. If you specify in the setting.xml a mirror of central to your corporate maven 2

wrong log level in dependency plugin

2007-07-18 Thread David Balazic
Hi! This is mvn 2.0.7 and maven-dependency-plugin 2.0-alpha-4 on Windows 2000, JDK 1.5.0_09 $ mvn dependency:analyze [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'dependency'. [INFO]

Re: Manage batch projects, assembly plugin

2007-07-18 Thread John Casey
I think you might be better off using a dependencySet in your assembly descriptor, and specifying the plugin configuration from the sample_batch module, not in the sample_pom level. The assembly descriptor would probably look something like this: assembly idbatch/id formats

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
I am now at home (not in office in the company) and try again. It goes further. But I got another error as follow. What does it mean? I've set the MAVEN_OPTS to -XX:MaxPermSize=128m -Xmx512. I think the heap is large enough. right? C:\Tempmvn -U -X archetype:create -DgroupId=testapp

Re: Maven2 release process in Continuum

2007-07-18 Thread James Abley
On 18/07/07, Jesse McConnell [EMAIL PROTECTED] wrote: if you have one company pom... and 17 projects to releaseand those 17 projects each use a snapshot version of the company pom.. you currently need to checkout all 17 poms, edit the parent pom to a released version and check them in.

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
I solve the new problem. I just take out the MAVEN_OPTS and it runs. But tomorrow I will try further if it runs in the office. Original-Nachricht Datum: Wed, 18 Jul 2007 17:05:05 +0200 Von: Wei Chen [EMAIL PROTECTED] An: Maven Users List users@maven.apache.org Betreff: Re:

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Heinrich Nirschl
On Wed, 2007-07-18 at 17:08 +0200, Wei Chen wrote: I solve the new problem. I just take out the MAVEN_OPTS and it runs. But tomorrow I will try further if it runs in the office. Original-Nachricht Datum: Wed, 18 Jul 2007 17:05:05 +0200 Von: Wei Chen [EMAIL PROTECTED]

Re: Manage batch projects, assembly plugin

2007-07-18 Thread Rodolphe Beck
It still doesn't work when I include the plugin/plugin in my batch's POM (it can't find the descriptor) If I include it in my super POM, the error message is : Failed to create assembly: Error creating assembly archive: You must set at least one file. 2007/7/18, John Casey [EMAIL PROTECTED]:

Re: Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
You are right. It should be -XX:MaxPermSize=128m -Xmx512m. :-) Original-Nachricht Datum: Wed, 18 Jul 2007 17:21:24 +0200 Von: Heinrich Nirschl [EMAIL PROTECTED] An: Maven Users List users@maven.apache.org Betreff: Re: Error [INFO] The plugin

RE: Failed to validate POM warning

2007-07-18 Thread Joel COSTIGLIOLA \(Services DPT SYSTEME D INFORMATION METIER\)
Thanks Rémy for helping. The POM present in the repository seems ok : C:\Documents and Settings\joel.costigliola\.m2\repository\sapiens\SapiensCommonsCore\2.6.0mvn -f SapiensCommonsCore-2.6.0.pom validate [INFO] Scanning for projects... [INFO]

Re: release:perform - How do I suppress the version prompts

2007-07-18 Thread mstepanenko
Thanks for you help, I will take a look! Alan D. Salewski wrote: On Tue, Jul 17, 2007 at 02:42:22PM -0700, Max Stepanenko spake thus: I would like to wrap my release:prepare and release:perform in some sort of a script (ant??), so that there is this magical button that someone can press

maven-js-plugin 1.1

2007-07-18 Thread Adam Altemus
We have released version 1.1 of the maven-js-plugin. The goal(s) have been expanded. For full release notes, and documentation, see http://www.mobilvox.com/projects/maven-js-plugin/ Thanks, Adam

ear file growing

2007-07-18 Thread Charles Li
We have user complaint of their ear file is growing with each build by maven. What can we do about this? We are thinking if the ear file grow to too large, it will take longer to deploy. Thanks, Charles Li

EL Dependency

2007-07-18 Thread Érico Teixeira
Hi I need to use the following dependencies in my project : dependency groupIdjavax.el/groupId artifactIdel-api/artifactId version1.0/version /dependency dependency groupIdel-impl/groupId artifactIdel-impl/artifactId

Re: ear file growing

2007-07-18 Thread Andrew Close
On 7/18/07, Charles Li [EMAIL PROTECTED] wrote: We have user complaint of their ear file is growing with each build by maven. What can we do about this? We are thinking if the ear file grow to too large, it will take longer to deploy. Charles, make sure you're executing: mvn clean package

Re: EL Dependency

2007-07-18 Thread Ian Springer
Those deps are both available from the java.net Maven1 repo (http://download.java.net/maven/1/). Add this to the repositories section of your POM: repository idjava.net-m1-releases/id nameJava.net Maven1 Repository - for javax.faces, javax.el, com.sun.el, and

Checking for latest versions from remote repositories?

2007-07-18 Thread AJ Gregory
Is there a plugin or a way with maven to ask if there are later versions for a project's dependencies available from the currently configured remote repositories for the project? And a related question, is there a plugin that you can give a groupId and artifactId to get back the available

Re: Checking for latest versions from remote repositories?

2007-07-18 Thread Tommy Knowlton
I'm interested in the answer to this as well. At one time, I became convinced (by Maven documentation, or my misunderstanding thereof) that using version ranges, like [1.0.0,) would be useful in this manner, but as it turns out, most Maven plugins don't appear to honor ranges (or at least,

Re: Maven2 release process in Continuum

2007-07-18 Thread Mykel Alvis
1) There is potential for me to check in the release version, start preparing the release and then someone else checks out the release version and starts doing stuff to it, when they should really be waiting until the next SNAPSHOT version has been checked in. I guess I can use locking for that,

Re: Lifecyle Question

2007-07-18 Thread Mykel Alvis
I understood you, too. :) On 7/10/07, Eric Redmond [EMAIL PROTECTED] wrote: Sorry - not bundles projects but artifact resolution - meant to say projects need to be resolved beforehand - made sense in my head :) - To

Re: EL Dependency

2007-07-18 Thread Érico Teixeira
Ok Ian It worked fine Thanks !!! - Original Message From: Ian Springer [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Wednesday, July 18, 2007 4:34:38 PM Subject: Re: EL Dependency Those deps are both available from the java.net Maven1 repo

[m2] Plugin cfg issue between developers...

2007-07-18 Thread Mick Knutson
I have a plugin I purchased that needs to be run each time the integration build server runs. This plugin is only available on 1 machine, not every machine for licensing restrictions. But it is run as part of the whole build, not individually as a task. So how do I configure my pom.xml to have

Re: [m2] Plugin cfg issue between developers...

2007-07-18 Thread Ralf Quebbemann
My first thought is to use a profile for running this particular plugin. Ralf Mick Knutson wrote: I have a plugin I purchased that needs to be run each time the integration build server runs. This plugin is only available on 1 machine, not every machine for licensing restrictions. But

Re: [m2] Plugin cfg issue between developers...

2007-07-18 Thread Michael Meyer
Hi, you could define a profile [1] in your pom.xml file. profiles profile activation property nameenvironment/name valueintegration-tests/value /property /activation build plugins plugin groupIdcom.thecompany/groupId

[m2] Webservice name verse */types/*

2007-07-18 Thread Mick Knutson
I have the following plugin: plugin groupIdorg.codehaus.mojo/groupId artifactIdaxistools-maven-plugin/artifactId configuration sourceDirectory${basedir}/src/main/webapp/WEB-INF/wsdl/sourceDirectory

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

2007-07-18 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.

Re: Manage batch projects, assembly plugin

2007-07-18 Thread John Casey
You put the plugin configuration in your batch POM, and the descriptor is in src/assembly/batch.xml within the batch project...and it cannot find the descriptor? Can you paste the relevant portion of that batch POM, along with the error stacktrace? You can get the stacktrace using the -e

Error [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-18 Thread Wei Chen
Hi all, I downloaded and installed the maven2 today. As I try to create the local repositories with mvn -U -X archetype:create -DgroupId=testapp -DartifactId=testapp, I got following error/exception. I've tried the resolution under

Re: Build failure out of the blue

2007-07-18 Thread Henry Isidro
ouch, is there something similar in Solaris? Jeff Mutonho wrote: On 7/18/07, Henry Isidro [EMAIL PROTECTED] wrote: Try changing your java alternative setting: sudo update-alternatives --config java HTH, Henry Hmmmit's running on a Solaris machine

WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-18 Thread Ryan Nelson
Hello everyone, I'm trying to build an EAR with multiple skinny WARs that look to the EAR for their common libraries. The maven-war-plugin site has some good examples on how to do this, but there is one use case that I need, that apparently is not supported. The manifest guide says: Note

WARs: Including a dependency in WEB-INF/lib but not in the manifest classpath

2007-07-18 Thread Ryan Nelson
Hello everyone, I'm trying to build an EAR with multiple skinny WARs that look to the EAR for their common libraries. The maven-war-plugin site has some good examples on how to do this, but there is one use case that I need, that apparently is not supported. The manifest guide says: Note

RE: wrong log level in dependency plugin

2007-07-18 Thread Brian E. Fox
This is already fixed in the next release, but thanks for reporting it. -Original Message- From: David Balazic [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 10:02 AM To: users@maven.apache.org Subject: wrong log level in dependency plugin Hi! This is mvn 2.0.7 and

WebLogic v8.1.6

2007-07-18 Thread Eric YH WONG
Hi All, I'm using WebLogic v8.1.6 and trying to use Maven2 with weblogic-maven-plugin 2.8.0-snapshot to build an EAR. But got error and can't proceed. If I build the same source in WebLogic Workshop, it is working properly and can generate the EAR Anyone can suggest the POM.xml and the

Re: changelog and perforce

2007-07-18 Thread jaxzin
Well, I think I fixed the problem but its not ideal. I got the scm:changelog goal to work if I add the following system property on the command line like this: mvn scm:changelog -Dmaven.scm.perforce.clientspec.name=MY_WORKSPACE_NAME So I thought awesome, I'll just add the property to either my

Re: changelog and perforce

2007-07-18 Thread Emmanuel Venisse
jaxzin wrote: Well, I think I fixed the problem but its not ideal. I got the scm:changelog goal to work if I add the following system property on the command line like this: mvn scm:changelog -Dmaven.scm.perforce.clientspec.name=MY_WORKSPACE_NAME So I thought awesome, I'll just add the

Re: changelog and perforce

2007-07-18 Thread jaxzin
So I found my problem was actually two problems. 1) When I moved the property into the settings.xml, the profile I added it to was defined without any activation criteria which for many purposes makes it act as if the profile is always active but withe inconsistant exception for the properties

Re: Build failure out of the blue

2007-07-18 Thread Wayne Fay
You should be able to put the java6 exec in front of java4 in your PATH pretty trivially. Just put that EXPORT command in .bashrc or equivalent for your user and never worry about it again. Wayne On 7/18/07, Henry Isidro [EMAIL PROTECTED] wrote: ouch, is there something similar in Solaris?

Re: WebLogic v8.1.6

2007-07-18 Thread Wayne Fay
What error did you get? Be specific and perhaps someone can help. Wayne On 7/18/07, Eric YH WONG [EMAIL PROTECTED] wrote: Hi All, I'm using WebLogic v8.1.6 and trying to use Maven2 with weblogic-maven-plugin 2.8.0-snapshot to build an EAR. But got error and can't proceed. If I build the