Re: Password ignored when checking out using CVS with ext

2006-07-12 Thread Barrie Treloar
And it does not help me to make continuum run in batch. I'm not suggesting to run continuum in batch. What I am saying is that you should be able to run the same mvn command as continuum does. When you that command it should not prompt for any information and complete correctly (i.e in a batch

RE: Howto: Assembly, type and extension

2006-07-12 Thread Jörg Schaible
Martijn Dashorst wrote on Tuesday, July 11, 2006 6:13 PM: IIUC The assembly plugin is used to build distributable artifacts, such as zips containing your project, documentation, installation scripts, run scripts etc. It is not intended to be put into a repository. They will, mvn deploy

Re: Howto: Assembly, type and extension

2006-07-12 Thread dan tran
dependency artifactId/ groupId/ version/ typezip/type classifierwhatever you ask it to do in the assembly /classifier /dependency the artifact should have this format ${artifactId}-${version}-${classifier}.${type} after it is installed on you local repo. -D On 7/11/06, Jörg Schaible

Re: maven2 TestCase with System.getProperty(java.class.path);

2006-07-12 Thread leahpar
hello, in fact the classpath you get is not the right one due to classloader inheritance http://maven.apache.org/guides/mini/guide-maven-classloading.html It seems that java.class.path is set at the jvm launch so it cannot hold dynamic modification from classloader... To get the classpath of

RE: Howto: Assembly, type and extension

2006-07-12 Thread Jörg Schaible
dan tran wrote on Wednesday, July 12, 2006 8:28 AM: dependency artifactId/ groupId/ version/ typezip/type classifierwhatever you ask it to do in the assembly /classifier /dependency the artifact should have this format ${artifactId}-${version}-${classifier}.${type} after

RE: Problem with Maven 2 dependency

2006-07-12 Thread Nguyen Huy Quang
Hi Jörg, Thanks you for your help. It works now. Quang --- Jörg Schaible [EMAIL PROTECTED] wrote: Hi, Nguyen Huy Quang wrote on Tuesday, July 11, 2006 7:24 AM: [snip] This config is the same in two poms. When I compile the projects from the root directory of parent0, the

Re: Java EE

2006-07-12 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, But I'm missing some more API's from JavaEE (like @Remote or @Stateless, ...). Is there anything available? I know Sun releases a javaee.jar package with SAS and Glashfish containing all JavaEE APIs in one, but there is no maven

Re: [ANN] Mergere Maestro 1.0.1 Released

2006-07-12 Thread Wim Deblauwe
Is there a page that explains the differences between using Maven/Continuum and using Maestro? regards, Wim 2006/7/11, Brett Porter [EMAIL PROTECTED]: Mergere is pleased to announce the release of Maestro 1.0.1, an end-to-end build solution based upon Apache Maven and Continuum that's easy

Re: mvn deploy

2006-07-12 Thread ben short
the wagon plugin needs to be in the maven home dir for this to work. On 7/12/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hey Ben, the wagon plugin is already part of the project (MyFaces). So I guess something different is wrong Will try on a linux box. That is easier ;) Thanks,

Re: Java EE

2006-07-12 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've found the API's for JSR-220 on sun site and wonder why there are no current sugestions in maven2 for this. You can grab the final JSR-220 here http://java.sun.com/products/ejb/docs.html. Are there any maven2 repositories having this API or

Re: WEB-INF/lib excludes once more

2006-07-12 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have to add a note to this: With the given POM snippet there are no dependencies generated in eclipse project anymore. This is kind of anoying and should not counted as proper solution for this I think. Markus Wolf - -- emedia-solutions wolf

Eclipse, WTP Maven2

2006-07-12 Thread Trent Nelson
The last time I looked into it, the coherency between Eclipse's Maven2 plugin (http://m2eclipse.codehaus.org/) and Maven2's eclipse:eclipse was quite poor; each one didn't seem to know about the other, and you certainly couldn't use both in harmony. What's the state of play now? Can 'mvn

Re: Site plugin and modules

2006-07-12 Thread Andrew Williams
I think the question is really why are the modules not inheriting from the aggregator, that is certainly normal. The aggregator can inherit from the parent (or what you sometimes seem to call super) if it is defaults that you are woried about inheriting. The site plugin will always (if I

RE: Java EE

2006-07-12 Thread PATRON Mickaël
When I have installed the API's for JSR-220 : mvn deploy:deploy-file -DgroupId=javax.ejb -DartifactId=j2ee15 -Dversion=3.0 -Dfile=ejb-3_0-api.jar -Durl=file:///userprofile/.m2 -Dpackaging=jar I would like know the best practice with the value to done to groupId and artifactId. Anyone knows

unable to use snapshot for maven-scm-provider-perforce

2006-07-12 Thread Yuri Schimke
Hey,I'm trying to use a snapshot version of maven-scm-provider-perforce for reporting. I believe it fixes a bug with perforce changelist support.PerforceChangeLogCommand.java (line 101) uses the correct command (which works from a dos prompt) command.createArgument().setValue( ... );However the

surefire-plugin and surefire-reports

2006-07-12 Thread Carsten Karkola
We have different tests in the test/java dir and the surefire-report-plugin is specified in the pom.xml: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-report-plugin/artifactId /plugin /plugins /reporting If I

Maven JXR Plugin - Version 2.0

2006-07-12 Thread olivier . lambert
Hello, I would like to use the Maven JXR plugin version 2.0 instead of 2.0-beta-1 because I need a bug fixing (MJXR-11): http://www.mail-archive.com/announce@maven.apache.org/msg00036.html On which repository can I find the version 2.0 of this plugin ? It 's not available on repo1:

Re: Maven JXR Plugin - Version 2.0

2006-07-12 Thread Edwin Punzalan
Its here: http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jxr-plugin [EMAIL PROTECTED] wrote: Hello, I would like to use the Maven JXR plugin version 2.0 instead of 2.0-beta-1 because I need a bug fixing (MJXR-11):

Re: unable to use snapshot for maven-scm-provider-perforce

2006-07-12 Thread Yuri Schimke
Hi, OK, this email thread gave me the solution. Stop using the Mojo changelist plugin and start using the maven-changelog-plugin. http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/[EMAIL PROTECTED] It's working now. On 7/12/06, Yuri Schimke [EMAIL PROTECTED] wrote: Hey,

Re: Maven JXR Plugin - Version 2.0

2006-07-12 Thread olivier . lambert
thks ... but I do not want to do anything else but specifying a plugin in my pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jxr-plugin/artifactId version2.0/version /plugin Is this version of the plugin not available on any repository ? Its here:

izpack maven2 plugin

2006-07-12 Thread Mikael Andersson
Does anyone know if there is any ongoing work on a maven2 plugin for izpack? Had a look at codehaus but couldn't spot anything there, the only thing I have found is the maven1 plugin. Regards Mike

Eclipse plugin WTP and servlet version

2006-07-12 Thread Antonio Parolini
Hello, We are using tomcat 4.1.31 under Eclipse and WTP. The problem is that the eclipse plugin only genereate a WTP config file with the 2.4 servlet version value. Our Tomcat version is using servlet 2.3, thus our workaround is to change this by hand afterward after the eclipse:eclipse maven

RE : surefire-plugin and surefire-reports

2006-07-12 Thread Olivier Lamy
Look at http://jira.codehaus.org/browse/MSUREFIRE-114. -- Olivier -Message d'origine- De : Carsten Karkola [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 juillet 2006 10:50 À : users@maven.apache.org Objet : surefire-plugin and surefire-reports We have different tests in the test/java

Re: Maven JXR Plugin - Version 2.0

2006-07-12 Thread Fabrice BELLINGARD
Yes it's available on ibiblio: http://ibiblio.org/maven2/org/apache/maven/plugins/maven-jxr-plugin/2.0/ Your dependency should work fine... On 7/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: thks ... but I do not want to do anything else but specifying a plugin in my pom: plugin

[OT][ANN] Final Call: JAVAWUG BOF XX / Oracle City of London / 13th July 2006 @ 7pm

2006-07-12 Thread Peter Pilgrim
Hi We are holding our twentieth birds-of-a-feather (BOF 20) of the Java Web Users Group in London, UK. The speakers: Emmanuel, Okyere `` RIFE : The Java EE Petstore Edition'' Emmanuel has been hard at work convert the (in)famous J2EE Petstore

Re: [m2] maven-it-plugin

2006-07-12 Thread Kenney Westerhof
On Wed, 12 Jul 2006, Adam Hardy wrote: Hi, It was an attempt of mine to be able to fork test projects like maven-core-it/*/ in projects themselves. The idea is that you create src/it/project1/pom.xml, src/it/project2/pom.xml etc. and use those poms to do integration tests on the completed

Effective-pom and junit M2

2006-07-12 Thread Andrew-A . Davies
Title: Effective-pom and junit M2 Hi, I have a multi project set-up in M2 - version 2.0.4. I have set up a pom containing things that I want to apply across all modules (such as certain reports - PMD, Macker, Checkstyle, etc). If I include a dependency management in there (e.g)

Re: Effective-pom and junit M2

2006-07-12 Thread Kenney Westerhof
On Wed, 12 Jul 2006 [EMAIL PROTECTED] wrote: Hi, Dependencies specified in dependencyManagement are not added as dependencies. They just specify defaults for projects that _do_ specify those dependencies - they could only specify groupId and arfifactId, the version and scope will be set from the

Re: [m2] maven-it-plugin

2006-07-12 Thread Adam Hardy
I don't think we have a demanding use-case really. I was looking at the alternatives for removing lengthy integration tests from the standard compile/test/package/install for our services component. The first option is to put a filter on the tests in a profile for developers, and have no

Default standard location for resources that shouldn't be in classpath

2006-07-12 Thread Jimisola Laursen
Hi! The Standard Directory Layout doesn't seem to specify where resource files that shouldn't be added to the classpath should be placed (hence, not src/main/resources). I consider, e.g. FreeMarker template files, as some sort of resource files and not a configuration files, so src/main/config

[M2] Build complex projects

2006-07-12 Thread Alexandre Touret
Hi, I m migrating my projects from M1 to M2. I have a J2EE project (Struts, spring, hibernate) with the following structure: daos ? dao ears ? ear ejbs ? ejb guis ? back-gui ? front-gui services ? back-service ? front-service site src

Re: Eclipse, WTP Maven2

2006-07-12 Thread christophe blin
I do not know about WTP, but I am doing mvn eclipse:eclipse, then I use the import feature of eclipse and then I right-click on the project and do Enable maven. Everything is working fine : I can launch maven as an external tools without any problems (except for the jetty integration, do not know

[continuum] Could not find Maven project descriptor.

2006-07-12 Thread Valerio Schiavoni
Hello i'm using continuum 1.0.3 in a linux/ubuntu machine. i want to use it with a multi-module project; my scm is svn. The parent pom and the modules poms are loaded correctly, as I can see them in the 'Show Projects'/Continuum Projects. If I try to build the parent, it fails, and I can see

RE : surefire-plugin and surefire-reports

2006-07-12 Thread Carsten Karkola
Thank you very much, I've inserted the line forkModealways/forkMode as suggested in the Bug Comments and the test results are shown in the right way. Regards, Carsten On 12 Jul 2006 at 12:03, Olivier Lamy wrote: Look at http://jira.codehaus.org/browse/MSUREFIRE-114. -- Olivier

Problems con maven-plugin-java

2006-07-12 Thread ThE-cLoN NoLc-EhT
i need help, i newbie in maven i am compile java proyect mvn java:compile [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'java'. [INFO] [ERROR] FATAL ERROR [INFO]

Problems con maven-plugin-java

2006-07-12 Thread ThE-cLoN NoLc-EhT
i need help, i newbie in maven i am compile java proyect mvn java:compile [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'java'. [INFO] [ERROR] FATAL ERROR [INFO]

Re: Java EE

2006-07-12 Thread Markus Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Convention is to use the java package for java APIs as groupId. So for example, the java connector API (jca) has groupId javax.resources. You can ask SUN and the JCA JSR members

How to package a binary distribution with dependencies / resources

2006-07-12 Thread Jeremy Thomerson
Okay, I give up. I've searched high and low. I'm new to Maven, just using it (2.0.4) for an OS project I opened (http://vitalsigns.sourceforge.net). I love it so far, except that I'm having a terrible time trying to find an documentation on how to do anything other then the out-of-the--box

mvn release:perform fails on tests

2006-07-12 Thread Pillinger, Adrian
Hi I have a problem. When I run mvn clean install and mvn clean release:prepare my project junit tests run successfully and it all builds. However, when I run mvn release:perform the tests fail. I can only assume it is a class path issue. My tests startup an EJB container which is configured

RE: [M2] Build complex projects

2006-07-12 Thread Andrew-A . Davies
Hi I have a similar setup and deploy struts, spring, etc in the ear by including them as dependencies in the ear I use manifest classpaths within wars to externalise dependencies there are a number of ways to do the classpath stuff, I list the ones I know below. I also had this problem, and it

Re: [continuum] Could not find Maven project descriptor.

2006-07-12 Thread Valerio Schiavoni
hello kenney, thanks for the reply On 7/12/06, Kenney Westerhof [EMAIL PROTECTED] wrote: Do you have svn:externals set up in svn? what exactly is svn:externals ? It looks like the source tree is indeed empty. Try a checkout for the URL defined in the root pom; i did a: svn co

RE: Effective-pom and junit M2

2006-07-12 Thread Andrew-A . Davies
Thanks Kenney A -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: 12 July 2006 12:26 To: Maven Users List Subject: Re: Effective-pom and junit M2 On Wed, 12 Jul 2006 [EMAIL PROTECTED] wrote: Hi, Dependencies specified in dependencyManagement are not added as

Re: Using maven to create an executable

2006-07-12 Thread Alexandre Poitras
Just create a jar and fill its manifest file correctly. On 7/10/06, Louisa Nilsennygaard [EMAIL PROTECTED] wrote: i'm new to maven, but i've been getting on really well with it thus far. however, i now want to generate an executable file for an application i am developing. at the moment i

RE: Problems con maven-plugin-java

2006-07-12 Thread Mike Perham
'mvn compile' is what you want. 'mvn clean install' is what I use 90% of the time. -Original Message- From: ThE-cLoN NoLc-EhT [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 6:24 AM To: users@maven.apache.org Subject: Problems con maven-plugin-java i need help, i newbie in

Passing plugin build configuration from pom to a custom bean

2006-07-12 Thread Jimisola Laursen
Hi! I am having problem passing parameters from the pom to a bean in my maven plugin. I've read the section about Parameter Types With Multiple Values on http://maven.apache.org/guides/plugin/guide-java-plugin-development.html, but still can't get it to work. It would really help with some

RE: How to package a binary distribution with dependencies / resources

2006-07-12 Thread Jörg Schaible
Jeremy Thomerson wrote on Wednesday, July 12, 2006 9:27 AM: Okay, I give up. I've searched high and low. I'm new to Maven, just using it (2.0.4) for an OS project I opened (http://vitalsigns.sourceforge.net). I love it so far, except that I'm having a terrible time trying to find an

Re: Passing plugin build configuration from pom to a custom bean

2006-07-12 Thread Jimisola Laursen
Found the solution, but this should definetly be in the documentation. I thought that I'd seen this sort of configuration before.. and yes the Maven Dependency Plugin uses it for artifact item (see http://mojo.codehaus.org/dependency-maven-plugin/howto.html): configuration

Re: [continuum] Could not find Maven project descriptor.

2006-07-12 Thread Valerio Schiavoni
On 7/12/06, Kenney Westerhof [EMAIL PROTECTED] wrote: Do you have svn:externals set up in svn? what exactly is svn:externals ? ok, i documented my self a bit about externals: http://svnbook.red-bean.com/en/1.0/ch07s03.html but still haven't solved my problem. In particular, i didn't

Re: [M2] Build complex projects

2006-07-12 Thread Alexandre Touret
Ok thanks I ll try to implement your first solution. I prefer to generate to let maven generate the manifest :-) [EMAIL PROTECTED] wrote: Hi I have a similar setup and deploy struts, spring, etc in the ear by including them as dependencies in the ear I use manifest classpaths within wars to

Exclude subversion files in war

2006-07-12 Thread schumhan
Hi, I have a multi-module project and use the war-plugin to create finally a war file. All that works more than fine. Actually my project is version controlled by subversion and the war-plugin puts the files from .svn/*.* all in the war file. I tried many hints like exludes or filter. Nothing

Re: Exclude subversion files in war

2006-07-12 Thread Alexandre Touret
schumhan wrote: Hi, I have a multi-module project and use the war-plugin to create finally a war file. All that works more than fine. Actually my project is version controlled by subversion and the war-plugin puts the files from .svn/*.* all in the war file. I tried many hints like exludes or

[m2] dependency license warning

2006-07-12 Thread DJ Gredler
Hi, I'm trying to add some code to an Apache project that depends on an LGPL-licensed jar (the dependency is scoped provided). In order to satisfy legal, we need to add an alert or warning the first time a user builds the project, telling the user about the dependency and allowing them to either

Re: Exclude subversion files in war

2006-07-12 Thread schumhan
Hi, No, I dont have any inclusions. Just using the defaults from the war-plugin. Juergen -- View this message in context: http://www.nabble.com/Exclude-subversion-files-in-war-tf1930919.html#a5289146 Sent from the Maven - Users forum at Nabble.com.

Using a ressources directory for tests

2006-07-12 Thread Sebastien Pennec
Hello, I am pretty new to Maven 2. The project I am working on contains a ressource directory that we use for unit tests. It's located where the Maven convention wants it to be: /src/test/ressources Unfortunately, I can't get Maven to copy its content to the target directory. Using the

Re: Using a ressources directory for tests

2006-07-12 Thread Jo Vandermeeren
Maybe that's because maven expects you to talk English? ;) There is no such thing as ressources.. You might want to try resources.. On 7/12/06, Sebastien Pennec [EMAIL PROTECTED] wrote: Hello, I am pretty new to Maven 2. The project I am working on contains a ressource directory that we use

Re: Using a ressources directory for tests

2006-07-12 Thread Sebastien Pennec
How could I not see that ;) Thanks! Jo Vandermeeren a écrit : Maybe that's because maven expects you to talk English? ;) There is no such thing as ressources.. You might want to try resources.. On 7/12/06, Sebastien Pennec [EMAIL PROTECTED] wrote: Hello, I am pretty new to Maven 2. The

target in antrun

2006-07-12 Thread rebels_mascot
Hey all, I'm converting a goal from Maven 1 to Maven 2 using antrun. I've problems with some it do. With: target name=media /target I get: Embedded error: Could not create task or type of type: target. Ant could not find the task or a class this task relies upon. This is common and has a

Re[2]: Problems con maven-plugin-java

2006-07-12 Thread ThE-cLoN NoLc-EhT
Estimado Mike, i need one example 1 pom.xml, build proyect java (compiler) tnk 'mvn compile' is what you want. 'mvn clean install' is what I use 90% of the time. -Original Message- From: ThE-cLoN NoLc-EhT [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 6:24 AM To:

Re: [continuum] Could not find Maven project descriptor.

2006-07-12 Thread Emmanuel Venisse
Valerio Schiavoni a écrit : Hello i'm using continuum 1.0.3 in a linux/ubuntu machine. i want to use it with a multi-module project; my scm is svn. The parent pom and the modules poms are loaded correctly, as I can see them in the 'Show Projects'/Continuum Projects. If I try to build the

Problem with changes plugin

2006-07-12 Thread Arnaud Bailly
Hi, I have problems using changes plugin: - it is referenced in the maven.apache.org/plugins list - there is no plugin org.apache.maven.plugins/maven-changes-plugin - there is a plugin org.codehaus.mojo/changes-maven-plugin When I try to invoke the plugin from the CLI using

RE: Problem with changes plugin

2006-07-12 Thread Manfred Moser
Hi, I have problems using changes plugin: - it is referenced in the maven.apache.org/plugins list - there is no plugin org.apache.maven.plugins/maven-changes-plugin - there is a plugin org.codehaus.mojo/changes-maven-plugin When I try to invoke the plugin from the CLI using

Re: Developer name and CVS log information does not appear in changes section

2006-07-12 Thread Emmanuel Venisse
ok, I think it's the pb. In the update process, we call the changelog command and we don't throw an exception when it fail. We need to remove extra quotes on cvs command line. We'll fix it in maven-scm. Thanks for your tests, I know the pb now and what to fix. Emmanuel Carlo Bonamico a écrit

[m2] is there a way to utilize an 'unless' clause in an ant-run?

2006-07-12 Thread Heck, Joe
I'm converting a few builds from Ant into Maven2, and the ant targets are using an unless clause to do a little conditional work. Is there a mechanism by which we can specify an unless class in an ant-run task? -joe

Re: Passing plugin build configuration from pom to a custom bean

2006-07-12 Thread Jimisola Laursen
These is some documentation on this: http://maven.apache.org/guides/mini/guide-configuring-plugins.html However, I find that some of this documentation is non-user documentation (Java implementation details on e.g. mapping of complex objects and getters/setters) and would have been better of in

Re: Problem with changes plugin

2006-07-12 Thread Arnaud Bailly
I think we are not talking about teh same plugin. Changelog plugin uses scm log information to otuput an activity report. Changes plugin uses a changes.xml file to generate announcements, release notes and the like. regards, -- OQube software engineering \ génie logiciel Arnaud Bailly, Dr.

Continuum with Apache/SSL

2006-07-12 Thread Alex Lam
Hi, It seems like its possible to have Continuum run on Apache with SSL, but I can't seem to figure it out and was wondering if anyone knew how to set it up. I have Apache compiled with mod_ssl. In httpd.conf, I thought about setting up a VirtualHost directive with port 444 (and with Continuum

Re: [continuum] Could not find Maven project descriptor.

2006-07-12 Thread Valerio Schiavoni
hello Emmanuel, On 7/12/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Do you have a pom.xml in your directory? i do if you see trunk, branches, tags for parent project, your scm url is wrong. you need to provide the scm url of your project (to the directory that contains your pom) and not

Re: Build time classpath using my java plugin

2006-07-12 Thread TimHedger
OK, so now I'm using the exec-plugin instead of my own code - great. But I've lost the control I had over when the exec step happened. I am using the plugin to generate SOAP wrappers for some Java code using glue (themindelectric). This step involves running a Java class with certain parameters

Web site generation for multiple projects

2006-07-12 Thread HUGOT Franck
Hello, Is there a way to generate only one web site for multiple projects? I can't find a way to do this, except generate a web site for each project and develop a specific home page that refer to each project home page. Thanks in advance.

Re: Web site generation for multiple projects

2006-07-12 Thread Arnaud HERITIER
m1 or m2 ? m1 - you have to use the multiproject plugin m2 - you use directly the modules Arnaud On 7/12/06, HUGOT Franck [EMAIL PROTECTED] wrote: Hello, Is there a way to generate only one web site for multiple projects? I can't find a way to do this, except generate a web site for each

RE: Web site generation for multiple projects

2006-07-12 Thread HUGOT Franck
Sorry, this is for m2. What do you mean by using directly the modules? I known how to generate a web site for one module but for multiple in only one web site? Thanks. -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 juillet 2006 19:06 À :

RE : Web site generation for multiple projects

2006-07-12 Thread Olivier Lamy
Try from the top : mvn site. I mean by top Top (root directory) Pom.xml (root pom) module1 pom.xml module2 pom.xml Add in rootdirectory/src/site/site.xml Something like : menu ref=parent / (module will have link to the parent one) menu ref=reports / menu ref=modules / (top will

i need help by change variable compileSourceRoots in mojo

2006-07-12 Thread ThE-cLoN NoLc-EhT
Hi, i need change this variable compileSourceRoots outputDirectory buildDirectory where selection properties mojo and what is the file properties? where go? thk __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y

RE: Continuum with Apache/SSL

2006-07-12 Thread Bravo, Kris
Continuum runs in a servlet container (Jetty). The scenario you are looking for is proxying calls to apache over to the Jetty server: http://mortbay.org/jetty/faq?s=200-Generalt=apache kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message-

Re: Chicken and egg problem (disabling inheritance)

2006-07-12 Thread javaguy1974
Actually, the only solution that I found is to merge top-level POM (excluding the plugin) to the child POM and not inherit from the top-level POM. -- View this message in context: http://www.nabble.com/Chicken-and-egg-problem-%28disabling-inheritance%29-tf1932757.html#a5295095 Sent from the

Chicken and egg problem (disabling inheritance)

2006-07-12 Thread javaguy1974
Hello, I encountered the following problem (Maven 2.0.4): There is a top-level (organizational) POM which is inherited by all other projects' POMs. Particularly, a custom Maven plugin inherits from the top-level POM. The problem is that the top-level POM uses the custom plugin (the plugin is

RE: Chicken and egg problem (disabling inheritance)

2006-07-12 Thread javaguy1974
Well, this is still not what I'm looking for. This would require to redeclare the plugin in many child POMs which inherit from the top-level one (30+). -- View this message in context: http://www.nabble.com/Chicken-and-egg-problem-%28disabling-inheritance%29-tf1932757.html#a5295755 Sent from

RE: Chicken and egg problem (disabling inheritance)

2006-07-12 Thread Mike Perham
Change the plugin so that it does nothing when the current project uses pom and/or maven-plugin packaging? You have a circular dependency here - there's no solution other than breaking the cycle. You need to have a master POM which is not tracked via this plugin. -Original Message-

How to prevent lifecycle forking

2006-07-12 Thread Mark Koops
Hi, Some assistence with following usecase would be much appreciated: During the automated build executions in our project I like to perform the following steps: 1. compile sources 2. instrument class files, using Cobertura 3. compile test sources and execute tests 4. (optionally perform

Re: Problem with changes plugin

2006-07-12 Thread Dennis Lundberg
Arnaud Bailly wrote: Hi, I have problems using changes plugin: - it is referenced in the maven.apache.org/plugins list - there is no plugin org.apache.maven.plugins/maven-changes-plugin - there is a plugin org.codehaus.mojo/changes-maven-plugin When I try to invoke the plugin from the CLI

Re: maven2 TestCase with System.getProperty(java.class.path);

2006-07-12 Thread Patrick GIRY
How can I get the current MavenProject into my TestCase setUp() method? 2006/7/12, leahpar [EMAIL PROTECTED]: hello, in fact the classpath you get is not the right one due to classloader inheritance http://maven.apache.org/guides/mini/guide-maven-classloading.html It seems that

Is there a way to install pom locally

2006-07-12 Thread Alex Shneyderman
when I execute mvn install:install-file? I install outside jars in my local repo but pom is not automatically generated resulting in a round trip to the central repo. -- Thanks, Alex. - To unsubscribe, e-mail: [EMAIL

RE: Chicken and egg problem (disabling inheritance)

2006-07-12 Thread javaguy1974
It would be nice if Maven provided a capability for a child POM to ignore some inherited stuff like plugins. Otherwise, it is very difficult to design a truly top-level organizational POM that is shared by all projects. I'm not sure what you actually mean by suggesting changing the plugin? Do you

Re: Problem with changes plugin

2006-07-12 Thread Arnaud Bailly
Dennis Lundberg [EMAIL PROTECTED] writes: This plugin was first developed at mojo.codehaus.org. Recently it moved to the Apache Maven sandbox. From what I can see, no SNAPSHOT has been made after the plugin moved to Apache. I will ping the dev-list to see if we can't get a SNAPSHOT out. In

RE : Web site generation for multiple projects

2006-07-12 Thread Thomas Van Buskirk
I tried this and the modules didn't display. All I saw was the Modules menu with no modules displayed below them. I looked on JIRA and it seems there is a bug for it: http://jira.codehaus.org/browse/MSITE-86 It says that it's fixed in 2.0-beta-5 (i'm assuming that means 2.0.5) Does anyone

Re: Is there a way to install pom locally

2006-07-12 Thread Wayne Fay
Add -generatePom=true to the install:install-file command... it will generate an empty pom for the project using very basic data about the artifact and install it alongside the artifact in your local repo. Wayne On 7/12/06, Alex Shneyderman [EMAIL PROTECTED] wrote: when I execute mvn

Using reporting in profiles.xml ?

2006-07-12 Thread Michael Waluk
Hi, I am not able to use the reporting tag within my profiles.xml for some reason. I am using the maven-v4_0_0.xsd as a guide, as well as advice from the Mergere book. But I get this error: Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: Unrecognised tag: 'reporting'

Re: Is there a way to install pom locally

2006-07-12 Thread Alex Shneyderman
that is great. thanks On 7/12/06, Wayne Fay [EMAIL PROTECTED] wrote: Add -generatePom=true to the install:install-file command... it will generate an empty pom for the project using very basic data about the artifact and install it alongside the artifact in your local repo. Wayne

Re: Using reporting in profiles.xml ?

2006-07-12 Thread Michael Waluk
Sorry, found the answer at http://maven.apache.org/guides/introduction/introduction-to-profiles.html Profiles in external files are restricted as follows: [specified in external files (i.e in settings.xml or profiles.xml) are not portable in the strictest sense that anything that seems to stand

Re: Chicken and egg problem (disabling inheritance)

2006-07-12 Thread Barrie Treloar
On 7/13/06, javaguy1974 [EMAIL PROTECTED] wrote: It would be nice if Maven provided a capability for a child POM to ignore some inherited stuff like plugins. Otherwise, it is very difficult to design a truly top-level organizational POM that is shared by all projects. I'm not sure what you

Additional build definitions are not being run (e.g. nightly build schedule)

2006-07-12 Thread Barrie Treloar
I have defined for my top level projects a second build definition Goals = site site:deploy Arguments = --batch-mode POM File =pom.xml Profile = DEFAULT Schedule = NIGHTLY_SITE_BUILD From = Project Where NIGHTLY_SITE_BUILD is (runs at 7:15 pm mon-fri) Name =

Announcement: IDLJ Maven Plugin 1.0 Release

2006-07-12 Thread Kris Bravo
I'd like to announce the release of version 1.0 of the idlj maven plugin. This plugin can be used to create Java stubs for CORBA idl interface files using either idlj or jacorb. For more information, please refer to the documentation at the Mojo website: