I'm alone ? Report and test incompatible ?

2007-06-11 Thread VILA Jean-Louis
Hi all, Just a simple case: I have 2 simple objectives (maven2 project, continuum 1.0.3): - test with build stop if failures or errors appear. - report using site goal in Maven to build the reports especially bug report (here the

Re: password argument is null. scm ext connection

2007-06-11 Thread Arun P Johny
Hi, I'm using SSH and I created an environment variable CVS_RSH which point to the ssh.exe. It worked thank you With Regards, Arun P Johny Emmanuel Venisse wrote: What do you use foe ext connection? ssh? You can set CVS_RSH on your OS to ssh or what you use. Emmanuel Arun P Johny a

Re: Install/deploy a project with a single file

2007-06-11 Thread Vandermeeren, Jo
Hi, Just wrap it up as a jar-packaged module, put the xml in src/main/resources and you should be fine. Remember to lookup the xml file via the classpath. Cheers Jo On 6/10/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: Hi, I have a project with only a single xml file. What should I define

Re: Install/deploy a project with a single file

2007-06-11 Thread Christian Kalkhoff
Hi, depends largely on what you want to deploy it as. As a JAR or a RAR (Resource Archive) or something else. Look at the maven plugin page for plugins resembling your artifact type. Regards, Christian Am 10.06.2007 um 18:21 schrieb Rahamim, Zvi (Zvi): Hi, I have a project with only a

RE: [m2] Multi-project dependency issue

2007-06-11 Thread Orford, Ian
Thanks, I'll carry on looking for the weirdness. You've confirmed my understanding of how it should work though. I've done a build with -X - very verbose. I'll try to look through that to see if it gives me any hints on the decisions being made. Ian -Original Message- From: Wayne Fay

Problem while creating deployment code RMIC code during ejb build

2007-06-11 Thread Kiran Kodlady
Hello all, Got struck with one problem with ejb project : In my current ejb project i am doing migration of ant scripts to maven 2.0.6. Project structure is like below : XYZProject--ejbmodule---java META-INF-ejb-jar.xml

Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
Hello, i have a curious problem that Stop our Build Process on a Linux maschine. So far I can tell that before XDoclet was running well on that maschine. As the project grows something broken an I am unable to figure out that wrong there: plugin

How do I set up a project for my root POM ?

2007-06-11 Thread Arne Styve
Hi, We have setup our development system based on a companywide root POM which is stored in our company repository. When we first created this root POM, I created the POM and deployed it to the company repository from the commandline on the server hosting the company repository. HREowever, it

Re: How do I set up a project for my root POM ?

2007-06-11 Thread Kristian Nordal
Hi, On 6/11/07, Arne Styve [EMAIL PROTECTED] wrote: Hi, We have setup our development system based on a companywide root POM which is stored in our company repository. When we first created this root POM, I created the POM and deployed it to the company repository from the commandline on the

Re: Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2007-06-11 Thread Matthias Wessendorf
Hi, there is one, part of the Trinidad plugins. A new release will be out late this week. -M On 6/7/07, Vanja Petreski [EMAIL PROTECTED] wrote: Hi, My team is very interested to see jdev plugin! We are planning to use Maven2 in a very big project based on Oracle and JEE technologies, and

RE: How do I set up a project for my root POM ?

2007-06-11 Thread Arne Styve
Hi Kristian, -Original Message- From: Kristian Nordal [mailto:[EMAIL PROTECTED] Sent: 11. juni 2007 12:11 To: Maven Users List Subject: Re: How do I set up a project for my root POM ? Hi, On 6/11/07, Arne Styve [EMAIL PROTECTED] wrote: Hi, We have setup our development

Re: How can I set project.version externally?

2007-06-11 Thread Andrew Williams
There is no need to do this, but then again if you use the provided tooling there should be little reason. The release plugin will rewrite all of these version numbers for you when you roll a release. Andy On 7 Jun 2007, at 10:08, Jux wrote: That is excactly what I would like to know

maven and Eclipse AspectJ build path

2007-06-11 Thread mljv
Hi, this is not 100% directly related to maven but maybe someone can help me: i use eclipse 3.2, AspectJ, maven 2 and eclipse maven plugin. In my .settings/org.eclipse.ajdt.ui.prefs i have #Mon Jun 11 13:00:35 CEST 2007 eclipse.preferences.version=1

New archiver

2007-06-11 Thread Váry Péter
Hi All, Is there any way to add a new archiver to maven? With the dependency plugin I would like to unpack my own warstub artifacts, but the dependency plugin does not know how to handle them. I use pom like this: build plugins plugin

Re: how to disable dowloading beta versions of plugins

2007-06-11 Thread Andrew Williams
FYI this is (or something very similar) on the roadmap for 2.1 - not allowing any plugin to run with missing version information. Andy On 8 Jun 2007, at 12:13, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: HI, Does maven also have somekind of a switch that forces the use of specified

Maven plugin DocBook Doclet

2007-06-11 Thread Trutz, Christian
Hi list, I would like to mark my javadoc comments with DocBook tags. mvn javadoc:javadoc should also create a docbook xml file with complete javadoc content from the java sources. Does anyone knows a maven plugin for the above task? Christian CENIT AG Systemhaus, Industriestrasse 52-54,

maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Graham Leggett
Hi all, I have been having an interesting time trying to get some eclipse plugin code built with maven, and I would like to check whether a number of assumptions made by maven-eclipse-plugin are still valid against modern copies of Eclipse. When maven-eclipse-plugin creates the .project file,

Re: maven and Eclipse AspectJ build path

2007-06-11 Thread Dirk Olmes
[EMAIL PROTECTED] wrote: Hi, this is not 100% directly related to maven but maybe someone can help me: i use eclipse 3.2, AspectJ, maven 2 and eclipse maven plugin. In my .settings/org.eclipse.ajdt.ui.prefs i have #Mon Jun 11 13:00:35 CEST 2007 eclipse.preferences.version=1

Re: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Wayne Fay
You haven't specified the version for xdoclet-maven-plugin that I can see. You must do this. Additionally, are you sure the JDK versions are the same on both machines? This can certainly make a difference. Finally, try mvn -U on both machines to make sure all your plugins and dependencies etc

Better solution then filtering?

2007-06-11 Thread Nathan Maves
First off great product! I am using filtering for all of my property files that differ from multiple environments (dev, uat, prod). I am a little stuck on how to filter files that differ dramatically from env to env. One such file is a log4j properties file. We have very different files

Re: Maven and Hibernate EntityManager

2007-06-11 Thread André Salvati
Someone doing unit tests with Maven 2 and plain Hibernate EntityManager? Thanks. André Salvati escreveu: Hi, I've tried to execute my unit tests with Maven an Maven 2.0.6 and Hibernate EntityManager and got problems. I have two projects (project1 and project2). Project1 depends on

Re: Better solution then filtering?

2007-06-11 Thread Dirk Olmes
Nathan Maves wrote: First off great product! I am using filtering for all of my property files that differ from multiple environments (dev, uat, prod). I am a little stuck on how to filter files that differ dramatically from env to env. One such file is a log4j properties file. We have

Re: Maven2 AAR plugin download

2007-06-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
Many thanks. That worked. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of

Fw: problem with maven installation

2007-06-11 Thread ici . x . li
- Forwarded by Ici X Li/JPMCHASE on 06/11/2007 10:52 AM - Ici X Li/JPMCHASE 06/11/2007 10:38 AM To [EMAIL PROTECTED] cc Subject problem with maven installation Hi, I'm getting the following error when I run maven: C:\Program Files\Maven\maven-2.0.6\binmvn

Best Practices for Maven multi multi module

2007-06-11 Thread Nick Stolwijk
I've a question about Best Practices. We have a maven project with 4 submodules. Now we want to add three, but those are more related to each other then the other ones. Is it better to let that be in the name, like: parent-project child-common child-core child-web

Re : problem with maven installation

2007-06-11 Thread spouynt
This is probably caused by a network connection problem, if you're behind a proxy you have to configure it in your settings file Nawfel - Message d'origine De : [EMAIL PROTECTED] [EMAIL PROTECTED] À : users@maven.apache.org Envoyé le : Lundi, 11 Juin 2007, 14h52mn 53s Objet : Fw:

Re: Tag source code in CVS with Maven version number

2007-06-11 Thread Steven Rowe
Hi Shoe, The maven-release-plugin has functionality to do this sort of thing, though I'm not sure how you would combine it with continuous integration: http://maven.apache.org/plugins/maven-release-plugin/ Steve Shoe wrote: Gang Thanks in advance for your help. I want to set up my

Re: maven and Eclipse AspectJ build path

2007-06-11 Thread mljv
Am Montag, 11. Juni 2007 15:45 schrieb Dirk Olmes: [EMAIL PROTECTED] wrote: Hi, this is not 100% directly related to maven but maybe someone can help me: i use eclipse 3.2, AspectJ, maven 2 and eclipse maven plugin. In my .settings/org.eclipse.ajdt.ui.prefs i have #Mon Jun 11

Re: Better solution then filtering?

2007-06-11 Thread Nathan Maves
Not sure how I over looked that but it should work great for what I am doing. Thanks Dirk On 6/11/07, Dirk Olmes [EMAIL PROTECTED] wrote: Nathan Maves wrote: First off great product! I am using filtering for all of my property files that differ from multiple environments (dev, uat, prod).

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Adrian Herscu
Hi, I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those linkedResources!). The .classpath file is not generated at all!!! Moreover, running mvn install on the project fails because the

filtering resources in maven-war-plugin

2007-06-11 Thread David Birch
Hi, i seem to be getting some strange behaviour with the war plugin (versions 2.0.2 2.0.3-SNAPSHOT), if i do a build with the goal install, the resources are filtered properly, if i only go so far as war:exploded or war:war, they don't get filtered. I have debugged, and it looks like there are

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Graham Leggett
On Mon, June 11, 2007 5:45 pm, Adrian Herscu wrote: I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those linkedResources!). The .classpath file is not generated at all!!! Moreover,

Re: Better solution then filtering?

2007-06-11 Thread mljv
Am Montag, 11. Juni 2007 16:40 schrieb Dirk Olmes: Nathan Maves wrote: First off great product! I am using filtering for all of my property files that differ from multiple environments (dev, uat, prod). I am a little stuck on how to filter files that differ dramatically from env to

filtering resources in maven-war-plugin - further info

2007-06-11 Thread David Birch
I should note that all resources from the main/resources dir are filtered correctly, even when just a war:exploded is run, it is just the main/webapp files that nerver get filtered when only running a war:exploded goal. cheers david

tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
Hi All, Discovering the joy of coding Java in a Mac environment I learned that there is no tools.jar in the Mac version of the JDK. Consequence is, my projects having dependencies on tools.jar fail to build. So for the project with a direct dependency, I used Profile successfully. I created one

AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
So, i copied my working .m2 dir on the linux system. I the get same problem as before. I clean up complete workspace .. nothing. What to do ? Jens -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Juni 2007 16:14 An: Maven Users List Betreff:

[m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Mick Knutson
I want my resources to go into ./WEB-INF/* not ./WEB-INF/classes/* resources resource directory${basedir}/src/main/resources/directory filteringtrue/filtering /resource resource

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Nathan Maves
What causes your project to have a dependency on tools.jar? I have been using maven on a mac for a while now and have never had to deal with the tools.jar. Nathan On 6/11/07, Jerome Thibaud [EMAIL PROTECTED] wrote: Hi All, Discovering the joy of coding Java in a Mac environment I learned

JavaScript compression plugin

2007-06-11 Thread Nathan Maves
Has anyone seen one yet? Nathan

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Gregory Kick
The deal is that tools.jar is in classes.jar (i think) and is always on the classpath. If you just exclude the dependency it should work. On 6/11/07, Nathan Maves [EMAIL PROTECTED] wrote: What causes your project to have a dependency on tools.jar? I have been using maven on a mac for a while

maven-eclipse-plugin and PDE: did linked jars ever work?

2007-06-11 Thread Graham Leggett
Hi all, When the pde flag is set to true inside a maven-eclipse-plugin config, the config files so generated are changed to use linked resources instead of ordinary dependencies. Some research into linked resources and eclipse seem to show that linked resources don't work with PDE in eclipse -

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
The project is not Mac specific, the developers use Windows, Linux etc. Someone introduced a dependency using the com.sun.tools.javac classes. rgds JT On 6/11/07, Nathan Maves [EMAIL PROTECTED] wrote: What causes your project to have a dependency on tools.jar? I have been using maven on a

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
Are you saying that I can add an exclusion clause in a Profile triggered by the OS type? Would it act on the dependencies declared in the build/plugins/plugin section ? rgds JT On 6/11/07, Gregory Kick [EMAIL PROTECTED] wrote: The deal is that tools.jar is in classes.jar (i think) and is

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Siegfried Goeschl
I tried it recently with creating a symbolic link for tools.jar pointing to classes.jar Cheers, Siegfried Goeschl Jerome Thibaud wrote: Are you saying that I can add an exclusion clause in a Profile triggered by the OS type? Would it act on the dependencies declared in the

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Wayne Fay
There might be a better way (or more Maven-ish way) to do it, but a symbolic link is certainly the simplest. Wayne On 6/11/07, Siegfried Goeschl [EMAIL PROTECTED] wrote: I tried it recently with creating a symbolic link for tools.jar pointing to classes.jar Cheers, Siegfried Goeschl Jerome

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Nathan Maves
I agree with Gregory, I would remove the dependency all-together. Everything should just work. On 6/11/07, Gregory Kick [EMAIL PROTECTED] wrote: The deal is that tools.jar is in classes.jar (i think) and is always on the classpath. If you just exclude the dependency it should work. On

Module layout

2007-06-11 Thread Nathan Maves
I am just looking for some best practices advice when setting up a new project. Here is the example. /widgets /core /api Now I have other projects that have a dependency on the above jars. /widgets /web-app /swing-gui /webservice What is the best way to utilize the use of modules within

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Tom Huybrechts
On 6/11/07, Graham Leggett [EMAIL PROTECTED] wrote: On Mon, June 11, 2007 5:45 pm, Adrian Herscu wrote: I have a similar problem... Added a dependency to my PDE project run mvn eclipse:clean eclipse:eclipse and only the .project file is generated (without those linkedResources!). The

Re: JavaScript compression plugin

2007-06-11 Thread Adam Altemus
We (http://www.mobilvox.com) are currently working on one. There have been some others but, not sure of their status. Thanks, Adam On 6/11/07, Nathan Maves [EMAIL PROTECTED] wrote: Has anyone seen one yet? Nathan

How to use mvn release:perform with Perforce

2007-06-11 Thread Baz
All, Does maven 2.0 release plug-in support Perforce? According to the following link, it is not. If not, then anyone here got solution? Thanks. A. http://www.nabble.com/release:prepare-with-Perforce-t1217272s177.html

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Adrian Herscu
Hi Graham, Upgraded to 2.4-SNAPSHOT solved the missing .classpath issue :-) Besides the .classpath issue, the eclipse:eclipse also does some bad changes to the OSGI manifest file. It tries to guess the right bundle name from the maven artifactId and version, but it gets it wrong (labels are

batch release of a set of projects without using the default versioning scheme

2007-06-11 Thread Tom Huybrechts
I just spend some time examining the latest release plugin release. I'm trying to set up an automatic release from Cruisecontrol, and I want to specify the project versions myself, without relying on the automatic versioning. I found a way to do this, and I thought I'd share how... First, create

maven release plugin question

2007-06-11 Thread srinivas ramgopal
Hi all, Current latest version of maven release plugin from ibiblio has errors. As a workaround, I want to force maven to use the older(the version before the latest one)version of this plugin. This plugin related information is not part of my pom file as it is used by Maven automatically.

What does Expression: mean?

2007-06-11 Thread Steinar Bang
What does the Expression: entry in maven plugin goal argument lists mean? Eg. like here: http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#encoding Does this mean that by setting properties maven.compile.encodingutf-8/maven.compile.encoding properties the java

Re: maven release plugin question

2007-06-11 Thread Wendy Smoak
On 6/11/07, srinivas ramgopal [EMAIL PROTECTED] wrote: Current latest version of maven release plugin from ibiblio has errors. It does? Are they in JIRA? As a workaround, I want to force maven to use the older(the version before the latest one)version of this plugin. This plugin related

Re: maven release plugin question

2007-06-11 Thread Tom Huybrechts
just add the plugin with the version you want to the plugin management section of your pom On 6/11/07, srinivas ramgopal [EMAIL PROTECTED] wrote: Hi all, Current latest version of maven release plugin from ibiblio has errors. As a workaround, I want to force maven to use the older(the

RE: How to use mvn release:perform with Perforce

2007-06-11 Thread Chris Helck
I use it with no major problems in maven 2.0.4. I have a vague memory of having an issue with a trailing '/'. Anyway here's what I have: scm connectionscm:perforce://depot/MarketData/qa_tools/connection developerConnectionscm:perforce://depot/MarketData/qa_tools/developer Connection

Re: AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Mac Systems
To be more precisly: My Linux maschine usind JDK 1.5.07 ..on Windows it is JDK 1.5_09. There are no updates made while the Build were made on linux from maven. So what the heck is going on ? Actually i am totally frustrated by maven as i cannot take simple control of such things like in ANT.

Re: JavaScript compression plugin

2007-06-11 Thread nicolas de loof
I've built one based on dojo shrinksafe. It's not yet released. I've proposed it as contrib to maven mojo but did not get the expected interest. I'll release it this summer if you can wit for it. 2007/6/11, Adam Altemus [EMAIL PROTECTED]: We (http://www.mobilvox.com) are currently working

Re: maven release plugin question

2007-06-11 Thread srinivas ramgopal
Hi I am new to Maven. Current latest version of maven release plugin from ibiblio has errors. It does? Are they in JIRA? There is a mismatch of javadoc.jar from the latest version of the maven-release plugin. I guess there was a new broken version of the javadoc.jar?? I guess that if I

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Jerome Thibaud
The symbolic link sounds like a nice trick, I'll try that. In the meantime, I was expecting something more mainstream. Also you guys realize that If i remove the dependency to tools.jar, my build will work on Mac but will stop working on Windows and Linux. rgds JT On 6/11/07, Nathan Maves

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Gregory Kick
put it in a profile with os activation On 6/11/07, Jerome Thibaud [EMAIL PROTECTED] wrote: The symbolic link sounds like a nice trick, I'll try that. In the meantime, I was expecting something more mainstream. Also you guys realize that If i remove the dependency to tools.jar, my build will

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Russ Tremain
warning, for some reason the symlink does not work on the intel macs. here is what I do (tcsh/csh syntax): setenv JAVABASE /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 setenv JAVAVERS Home setenv JAVA_HOME $JAVABASE/$JAVAVERS if (! -d $JAVA_HOME/jre || ! -r

Re: AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Wayne Fay
Perhaps its a language issue, but I'm still not 100% clear what your problem is. It sounds like you're claiming the xdoclet plugin is writing output to a directory under /target, but then that directory is not being compiled along with the rest of the code as you would expect. Is this correct?

Re: [m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Mick Knutson
Anyone have any ideas? I also tried to use the build-helper but that only seems to get *.java files: plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId executions execution

RE: [m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Barrett Nuzum
Hi Mick. What exactly are you trying to get in WEB-INF and why? I believe most people who need to put additional artifacts in WEB-INF (say, TLD files) use either a WAR overlay (http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html) or fudge with the dependency plugin

Re: [m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Mick Knutson
I have an xml files that is generated and added to ./target/generated-sources/jdev.xml I want to put that into my WAR: /WEB-INF/ Right now I can only seem to get it into my WAR: WEB-INF/classes/ and that will not work for OAS. On 6/11/07, Barrett Nuzum [EMAIL PROTECTED] wrote: Hi Mick.

Re: [m2] relocating resource artifacts not in ./classes

2007-06-11 Thread Mick Knutson
I tried the war plugin like this: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0.2/version configuration

Re: [m2] relocating resource artifacts not in ./classes ANYONE???

2007-06-11 Thread Mick Knutson
I have been hacking at this all day and really need some help please. this is where I am at: plugin groupIdorg.codehaus.mojo/groupId artifactIdbuild-helper-maven-plugin/artifactId executions execution

Re: maven-eclipse-plugin and PDE: do dependencies work?

2007-06-11 Thread Graham Leggett
Tom Huybrechts wrote: Generating PDE projects is much different from ordinary projects. PDE handles the classpath and interproject dependencies itself. Maven should never generate these, and certainly not try to link to a jar in the local repository. For external dependencies, you should think

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Graham Leggett
Jerome Thibaud wrote: The project is not Mac specific, the developers use Windows, Linux etc. Someone introduced a dependency using the com.sun.tools.javac classes. Using Sun's internal implementation classes in JDK v1.6 and above triggers a compile error. The correct fix is to stop using

Re: m2: Profile activation based on project (not System) property

2007-06-11 Thread Samuel Le Berrigaud
Hi Dave, did you get any reply to that? We are trying achieve a similar configuration and would appreciate any info. Anyone else maybe? Thanks, SaM On 5/25/07, Dave Syer [EMAIL PROTECTED] wrote: Is it possible to activate a profile based on a project property? It doesn't seem to work in

Re: What does Expression: mean?

2007-06-11 Thread Brett Porter
It needs to be set with the second form, the expression is used for: - reading from properties - reading from -Dmaven.compile.encoding on the command line, - Brett On 12/06/07, Steinar Bang [EMAIL PROTECTED] wrote: What does the Expression: entry in maven plugin goal argument lists mean? Eg.

Re: Best Practices for Maven multi multi module

2007-06-11 Thread Brett Porter
I would suggest considering how you intend to build the application. - Would you ever work on datatransfer as a subset? - Would you ever build just those modules? - Would these modules have their own group ID? - Do the modules share common elements that the rest of the projects don't (ie, do you

[POLL] maven-enforcer-plugin rules

2007-06-11 Thread Brian E. Fox
The maven-enforcer-plugin jira project has been suspiciously quiet...not that I'm complaining. I'm curious how many people are using it, which rules are being used, and if any custom rules have been created (and what they do). If you have a custom rule that you want to share, please create

Re: [maven 1.0.2] my own application.xml not being included in ear

2007-06-11 Thread Sandhu
How does it worked for you. I am having the same problem. Mick Knutson wrote: OK I tried this and it still did not include any application.xml: maven.ear.appxml=${basedir}/ear-subproject/src/conf/META-INF/application.xml maven.ear.appxml.generate=false Any other ideas? From:

Re: m2: Profile activation based on project (not System) property

2007-06-11 Thread nicolas de loof
Had the same request some weeks ago. The reply is ... not yet supported, only possible on maven 2.1 with some dedicated plugins... 2007/6/12, Samuel Le Berrigaud [EMAIL PROTECTED]: Hi Dave, did you get any reply to that? We are trying achieve a similar configuration and would appreciate any