Re: Password ignored when checking out using CVS with ext

2006-07-13 Thread Achim Abeling
Hi Barrie, Barrie Treloar wrote: And it does not help me to make continuum run in batch. I'm not suggesting to run continuum in batch. I have been mistaken. What I wanted to say is that it does not help me to get mvn to work in batch-mode (from the command line) since it is a problem with

Re: Deployment to SCP server (Maven2)

2006-07-13 Thread ben short
Hi, Are you sure your url is correct? Here is what i use in my pom distributionManagement repository idinternal-released/id urlscp://192.168.6.194/var/mvn/internal-released/url /repository snapshotRepository idinternal-snapshot/id

RE : RE : Web site generation for multiple projects

2006-07-13 Thread Olivier Lamy
Version of your maven-site-plugin ?? -- Olivier -Message d'origine- De : HUGOT Franck [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 10:26 À : Maven Users List Objet : RE: RE : Web site generation for multiple projects Me too. It seems that menu ref=modules / does not work.

RE: RE : Web site generation for multiple projects

2006-07-13 Thread HUGOT Franck
I make a mistake this is menu ref=parent / that does not work. ~ Franck HUGOT SOFINCO - Groupe Credit Agricole Service Urbanisation Des Développements DSI/PAT/DAOS/SUDD Tel : (+33) 01 60 76 54 66 [EMAIL

Re: RE : RE : Web site generation for multiple projects

2006-07-13 Thread Valerio Schiavoni
i do not declare any maven-site-plugin in the reporting. and even if I expecitely define it, i don't get a site for the parent project with references to its modules. can you post your snippet of pom.xml ? On 7/13/06, Olivier Lamy [EMAIL PROTECTED] wrote: Version of your maven-site-plugin ??

RE : RE : RE : Web site generation for multiple projects

2006-07-13 Thread Olivier Lamy
When you made : mvn install -N in the root directory. Do you have in your local repo something like ${groupId}/${artifactId}-${version}-site.xml -Message d'origine- De : Valerio Schiavoni [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 11:23 À : Maven Users List Objet : Re: RE :

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

2006-07-13 Thread Trygve Laugstøl
Valerio Schiavoni wrote: 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. In the future, for Continuum questions please use [EMAIL PROTECTED] This list is for Maven questions. -- Trygve

Re: Build time classpath using my java plugin

2006-07-13 Thread Trygve Laugstøl
TimHedger wrote: 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

include jar dependencies in jar package

2006-07-13 Thread Wojciech Biela
A google search for this message's subject didn't reveal any useful tips on what I'm looking for. I want to have the mvn package command create a jar that besides all usual stuff includes a /lib directory including all runtime type dependencies that are declared in the pom.xml. I thought it's a

Re: include jar dependencies in jar package

2006-07-13 Thread ben short
That works if you are building a war. But i think you need to use the assembly plugin to do what you are asking. Ben On 7/13/06, Wojciech Biela [EMAIL PROTECTED] wrote: A google search for this message's subject didn't reveal any useful tips on what I'm looking for. I want to have the mvn

Re: include jar dependencies in jar package

2006-07-13 Thread Wojciech Biela
hmm.. what I have is a main module and a dozen of submodules each of which is supposed to be jarred with that /lib dir and deployed to the local repository, so the main module may have them as dependencies as desired The whole process is to be triggered from the main module with a single

RE: include jar dependencies in jar package

2006-07-13 Thread Maximilian . Antoni
You need the assembly-plugin for that. When you install a project with an attached assembly (that is goalattached/goal) it will place you plain jar in the repository and another one that was build by your assembly. -Original Message- From: Wojciech Biela [mailto:[EMAIL PROTECTED] Sent:

why modules are added when I create multi module project?

2006-07-13 Thread Kamil Dworakowski
Hello, when one adds a multi module project separate continuum projects for parent and modules are created. Moreover parent project has --non-recursive option. This seems to make sens at first. The bad news was that modifying a module that every other depends on doesn't trigger rebuild of

Re: why modules are added when I create multi module project?

2006-07-13 Thread Tomasz Pik
On 7/13/06, Kamil Dworakowski [EMAIL PROTECTED] wrote: Hello, when one adds a multi module project separate continuum projects for parent and modules are created. Moreover parent project has --non-recursive option. This seems to make sens at first. The bad news was that modifying a module that

Re: i need help by change variable compileSourceRoots in mojo

2006-07-13 Thread Edwin Punzalan
compileSourceRoots is read-only. outputDirectory is project - build - outputDirectory in your pom.xml buildDirectory is project - build - directory in your pom.xml ThE-cLoN NoLc-EhT wrote: Hi, i need change this variable compileSourceRoots outputDirectory buildDirectory where selection

Firefox launch my build twice

2006-07-13 Thread Sebastien Cesbron
Hi, I have some problems using continuum with firefox. Each time I force a build, this build is executed twice ? Is this a known bug ? Is there any workaround ? I was using luntbuild before continuum and a simple but great feature of luntbuild was the automatic refresh of the start page. This

Maven2. Variables. pom-inheritance. Strange behavour.

2006-07-13 Thread �yvind Jergan
I have two Maven2 projects: parent: contains a pom.xml file only child: has parent as the parent project. The parent pom contains this: distributionManagement site idwebsite/id urlscpexe://myserver:/data/htdocs/modules/${project.artifactId}/url /site /distributionManagement

Re: Firefox launch my build twice

2006-07-13 Thread Emmanuel Venisse
Sebastien Cesbron a écrit : Hi, I have some problems using continuum with firefox. Each time I force a build, this build is executed twice ? Is this a known bug ? Is there any workaround ? I uses firefox too and it isn't executed twice. Can you send your logs? I was using luntbuild

Re: why modules are added when I create multi module project?

2006-07-13 Thread Emmanuel Venisse
Tomasz Pik a écrit : On 7/13/06, Kamil Dworakowski [EMAIL PROTECTED] wrote: Hello, when one adds a multi module project separate continuum projects for parent and modules are created. Moreover parent project has --non-recursive option. This seems to make sens at first. The bad news was that

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

2006-07-13 Thread Emmanuel Venisse
Barrie Treloar a écrit : 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

[M2]Surefire: add Console output to the reports?

2006-07-13 Thread Sebastien Pennec
Hello, I'd like the Surefire plug-in not only to run tests and create a text file with the results, but also to include what's sent to the console during the test. I've browsed through the surefire docs and config params and I haven't found any parameter that does that... Has anybody done

java.lang.OutOfMemoryError: Java heap space wile checking out

2006-07-13 Thread thorsten
Hi, for maven i set the environment variable MAVEN_OPTS to -Xmx1024m -Xms1024m -XX:MaxPermSize=512m and the build run ;-) Can i do something similar for continuum to let the build run? Thanks and Regards, Thorsten INFO | jvm 1| 2006/07/13 12:55:04 | INFO | jvm 1| 2006/07/13

Re: Chicken and egg problem (disabling inheritance)

2006-07-13 Thread javaguy1974
So you're saying that I can use pluginManagement to declare a plugin and all its parameters in the parent but really instantiate it in child POMs? Can you provide an example? My concern is that I don't want to redefine the plugin and all its settings (parameters) in child POMs. Thanks. Here is a

How to refer ConnectionUrl string in SCM Provider implementation class

2006-07-13 Thread Sharma, Jaikumar
If my question is not stupid then I would request, if anyone can give any workarounds or pointers on this please! -Original Message- From: Sharma, Jaikumar Sent: Thursday, July 13, 2006 1:09 PM To: Maven Users List Subject: How to refer ConnectionUrl string in SCM Provider implementation

Re: java.lang.OutOfMemoryError: Java heap space wile checking out

2006-07-13 Thread Emmanuel Venisse
Continuum doesn't use lot of memory and the build is done by maven itself, so your MAVEN_OPTS is used for the build. What is your continuum version? Send your logs before Build Error. Emmanuel [EMAIL PROTECTED] a écrit : Hi, for maven i set the environment variable MAVEN_OPTS to -Xmx1024m

Maven and SVN

2006-07-13 Thread HUGOT Franck
Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the project with svn I would like to to this with maven. Is it possible? Thanks in advance. ~ Franck HUGOT

RE: Maven and SVN

2006-07-13 Thread Maximilian . Antoni
http://maven.apache.org/scm/subversion.html -Original Message- From: HUGOT Franck [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 14:30 To: Maven Users List Subject: Maven and SVN Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the

Re: Maven and SVN

2006-07-13 Thread Ciprian Duma
if I understood correctly you want something like: mvn scm:checkout -DconnectionUrl=url the url is scm specific: http://maven.apache.org/scm/scms-overview.html for additional parameters and goals of the scm plugin, see here: http://maven.apache.org/scm/plugins/plugin-info.html rgds, Ciprian

Re: Maven2. Variables. pom-inheritance. Strange behavour.

2006-07-13 Thread rebels_mascot
Could it be that your putting in the second child? As in try leaving out ${project.artifactId}, i.e. distributionManagement site idwebsite/id urlscpexe://myserver:/data/htdocs/modules//url /site /distributionManagement Just guessing but maybe Maven puts adds the artifactId?

Re: How to refer ConnectionUrl string in SCM Provider implementation class

2006-07-13 Thread Emmanuel Venisse
you don't need to configure the connectionUrl in the plugin, by default, scm plugin use connectionUrl defined in scm part of your pom. Emmanuel Sharma, Jaikumar a écrit : If my question is not stupid then I would request, if anyone can give any workarounds or pointers on this please!

RE : How to refer ConnectionUrl string in SCM Provider implementation class

2006-07-13 Thread Olivier Lamy
Not tested. But if your pom you have a scm section : scm connectionblablablabla/connection developerConnectionblablablabla/developerConnection /scm Try : configuration connectionUrl${pom.scm.developerConnection}/connectionUrl /configuration Maybe it will be interpolated with

AW: Re: java.lang.OutOfMemoryError: Java heap space wile checking out

2006-07-13 Thread thorsten
What is your continuum version? It is 1.0.3 Here the complete log: INFO | jvm 1| 2006/07/13 16:30:17 | . INFO | jvm 1| 2006/07/13 16:30:17 | 250 2.6.0 [EMAIL PROTECTED] Queued mail for delivery INFO | jvm 1| 2006/07/13 16:30:17 | QUIT INFO | jvm 1| 2006/07/13 16:30:17 |

Error deploying artifact: Did receive proper ACK: '1'

2006-07-13 Thread Jason.Yankus
Maven v2.0.4, JDK 1.5 on Windows XP. I'm trying to integrate an existing ant build with our maven repository. I've enabled the maven tasks for ant, and am using maven-artifact-ant-2.0.4-dep.jar. My configuration looks like: target name=deployJar description=Deploy a jar to the maven repo

installing source jar with install plugin

2006-07-13 Thread Ingo Düppe
Hello, I wonder how to install a source jar file with a mvn install:install-file command? Regards, Ingo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Re: java.lang.OutOfMemoryError: Java heap space wile checking out

2006-07-13 Thread Emmanuel Venisse
ok, so the memory error isn't in continuum but in the maven execution. Do you have defined MAVEN_OPTS for the user that run continuum? [EMAIL PROTECTED] a écrit : What is your continuum version? It is 1.0.3 Here the complete log: INFO | jvm 1| 2006/07/13 16:30:17 | . INFO | jvm 1|

Re: Chicken and egg problem (disabling inheritance)

2006-07-13 Thread leahpar
hello if I understand, you want something like this in the super pom build pluginManagement plugins plugin groupIdgroup ID/groupId artifactIdartifact ID/artifactId executions execution

Re: installing source jar with install plugin

2006-07-13 Thread leahpar
hello, maybe something like this will help? plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-source-plugin/artifactId

Re: RE : Web site generation for multiple projects (inheritance layout)

2006-07-13 Thread javaguy1974
I doesn't work for me either (Maven 2.0.4). Moreover, the site directories are structured based on the POM iheritance, which is probably not intended. I have the following hierarchy of parent POMS: top-level-pom parent-ear-pom parent-web-pom My multi-module project is structured this

Re: installing source jar with install plugin

2006-07-13 Thread Ingo Düppe
sorry, I didn't mentioned that I like to install a third party component into my local repository. I just have a source.jar file and like to install it with a mvn command into my repository. Regards, Ingo leahpar schrieb: hello, maybe something like this will help?

Re: Maven2. Variables. pom-inheritance. Strange behavour.

2006-07-13 Thread leahpar
hello If you put in a pom distributionManagement site idwebsite/id namecompany-project-web-site/name url file:\\host\intranet/Maven/sites /url

how to pass javaagent parameter for test

2006-07-13 Thread Valerio Schiavoni
hello, how can I pass the javaagent parameter for tests launched with : mvn test? i tried the straighforward solution : mvn -javaagent:agent.jar test but i get an error complaining about not proper parameter. thanks, valerio -- http://valerioschiavoni.blogspot.com

Re: Chicken and egg problem (disabling inheritance)

2006-07-13 Thread javaguy1974
OK, thanks for explaining this to me! -- View this message in context: http://www.nabble.com/Chicken-and-egg-problem-%28disabling-inheritance%29-tf1932757.html#a5310059 Sent from the Maven - Users forum at Nabble.com. - To

RE: installing source jar with install plugin

2006-07-13 Thread Mike Perham
This is not possible with the latest install plugin release. It has been fixed in SVN but not released yet. -Original Message- From: Ingo Düppe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 10:04 AM To: Maven Users List Subject: Re: installing source jar with install plugin

Re: how to pass javaagent parameter for test

2006-07-13 Thread dan tran
mvn -DargLine=xyz better to configure it thu your pom, if you need it permanently -D On 7/13/06, Valerio Schiavoni [EMAIL PROTECTED] wrote: hello, how can I pass the javaagent parameter for tests launched with : mvn test? i tried the straighforward solution : mvn -javaagent:agent.jar test

Re: how to pass javaagent parameter for test

2006-07-13 Thread dan tran
checkout the doc too at http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html On 7/13/06, dan tran [EMAIL PROTECTED] wrote: mvn -DargLine=xyz better to configure it thu your pom, if you need it permanently -D On 7/13/06, Valerio Schiavoni [EMAIL PROTECTED] wrote:

Re: Deployment to SCP server (Maven2)

2006-07-13 Thread Mykel Alvis
I have always had trouble getting this to work under windows, but I rarely give it my full attention. Try: http://www.redhat.com/archives/psyche-list/2003-February/msg01157.html The password you supply is the one for your local ssh keystore, IIRC. Link above from :

Re: [maven 2] duplicate class compilation error

2006-07-13 Thread Tung Nguyen
Anyone could help me please, I've just begun with maven and get stuck. - Original Message From: Tung Nguyen [EMAIL PROTECTED] To: users@maven.apache.org Sent: Thursday, July 13, 2006 10:33:51 AM Subject: [maven 2] duplicate class compilation error Hi all, I have another problem with

Error in Project Attempting to Use maven-install-plugin with 'lib' Packaging

2006-07-13 Thread Brad Harper
Hello All: I'm using M2 'maven-native-plugin' to build C++ libraries and apps. Within the overall project structure I have a module to handle a set of 3rd-party (library) artifacts. Some of these are native libraries (without source) and some are built from open source. I'd like to run % mvn

setting a property in settings.xml?

2006-07-13 Thread Alex Shneyderman
I am using Cargo plugin to deploy war to my local tomcat and need to specify catalina home directory. Now I do mvn -Dcatalina.home=c:/tc and it works but typing this on my command line every time is tedious. Is there a way to define it in settings.xml? I just can't seem to find it. -- Thanks,

Re: setting a property in settings.xml?

2006-07-13 Thread rebels_mascot
I think ... settings profiles profile idyourapp/id properties catalina.homec:/tc/catalina.home /properties /profile /profiles activeProfiles activeProfileyourapp/activeProfile /activeProfiles

maven site plugin

2006-07-13 Thread rebels_mascot
Does all the properties from the xdoc plugin in maven 1 go into a css file now for the site plugin? i.e. maven.ui.body.background=white maven.ui.body.foreground=black maven.ui.banner.background=white etc. Thanks Brian -- View this message in context:

MavenProjectBuilder not found in Antlib?

2006-07-13 Thread Knotts, Bill
I am attempting to use maven-artifact-ant-2.0.4-dep.jar to manage dependencies in my Ant build and have run into some unexpected behavior. The maven-artifact-ant-2.0.4-dep.jar has been added to ANT_HOME/lib. My build.xml contains: project name=mycspframework default=build

Re: Error in Project Attempting to Use maven-install-plugin with 'lib' Packaging

2006-07-13 Thread dan tran
Brad, since this is a one time shot, install:install-file should work, if not it is a bug, please file a jira Another alter native is to use build-helper-maven-plugin to attach your thirdparty binary to the pom, after that mvn install should work -Dan On 7/13/06, Brad Harper [EMAIL

Re: setting a property in settings.xml?

2006-07-13 Thread Alex Shneyderman
Nice, thank you very much. Maven doc is quite confusing about the settings.xml On 7/13/06, rebels_mascot [EMAIL PROTECTED] wrote: I think ... settings profiles profile idyourapp/id properties catalina.homec:/tc/catalina.home

Re: [maven 2] duplicate class compilation error

2006-07-13 Thread dan tran
show your pom On 7/13/06, Tung Nguyen [EMAIL PROTECTED] wrote: Anyone could help me please, I've just begun with maven and get stuck. - Original Message From: Tung Nguyen [EMAIL PROTECTED] To: users@maven.apache.org Sent: Thursday, July 13, 2006 10:33:51 AM Subject: [maven 2]

Error deploying artifact: Did receive proper ACK: '1'

2006-07-13 Thread Jason.Yankus
Sorry for the repost, but is there anyone out there that knows anything about this error? -jason -Original Message- From: Yankus, Jason Sent: Thursday, July 13, 2006 10:24 AM To: users@maven.apache.org Subject: Error deploying artifact: Did receive proper ACK: '1' Maven v2.0.4, JDK

Configuring maven-proxy to point to a maven1 repo

2006-07-13 Thread Frank Russo
Is there a way to set up maven-proxy to point to a maven 1 repo for maven 2 builds? I know you can configure a repo in your pom as follows, but we don't want to connect to outside repos directly: repository idjava.net/id namejava.net/name

RE: Error deploying artifact: Did receive proper ACK: '1'

2006-07-13 Thread Jason.Yankus
I believe I've answered my own question. The problem here was that the permission structure on the repository was missing the appropriate group write bit for the projects I was trying to deploy. The reason the other developer could perform this is because his user was the explicit owner of the

RE: Error in Project Attempting to Use maven-install-plugin with 'lib' Packaging

2006-07-13 Thread Brad Harper
Dan: I realize that it could be a one-time thing, and I've already confirmed that 'install:install-file' works (after having to build 'maven-install-plugin' locally). It occurred to me that I might be able to add/update the repository with these third-party binaries automatically, as part of

Re: Chicken and egg problem (disabling inheritance)

2006-07-13 Thread Daniel Kulp
FYI: the egg came first: http://www.cnn.com/2006/TECH/science/05/26/chicken.egg/index.html Thus, it's not really a chicken and egg problem. :-) Dan On Wednesday July 12 2006 2:38 pm, javaguy1974 wrote: Hello, I encountered the following problem (Maven 2.0.4): There is a top-level

Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
Hi, This may be a dumb question resulting from my mis-understanding of Maven. Pardon me, i'm new. Anyway, i have an ant task i want to exec from CLI. My project has 4 sub-modules in it. I want to setup an installer that does this: 1. use assembly to copy all dependencies and jars to one

RE: Exclude subversion files in war

2006-07-13 Thread Jim Mack
Juergen, Ran into this today when a developer accidentally checked in the target directory. Other than that mishap, we have not seen this behavior, in our war's. We are using maven 2.0.4, hope that helps. Jim -Original Message- From: schumhan [mailto:[EMAIL PROTECTED] Sent:

RE: Change config of plugin outside of pom.xml

2006-07-13 Thread Bravo, Kris
Guhten Tag, I might suggest copying the pom.xml to a writeable dev-pom.xml in the same directory and calling mvn -f dev-pom.xml. Then the file can be modified w/o involving the source control. Kris Bravo -Original Message- From: Carsten Karkola [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Site plugin and modules

2006-07-13 Thread Lukasz Szelag
I have a similar problem where individual projects' POMs inherit from the top-level not from the agregator. To be precise I have a top-level POM and a number of parent POMs (that inherit from the top-level one). These parent POMs correspond to various types of modules, i.e. EAR, WEB, JAR etc.

not using pom.xml

2006-07-13 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi, Is there any way I can force my custom made plugin to not use pom.xml. There is a parameter @requiresProject (which is used in archetype), this works fine if there is no pom.xml. But if pom is available the plugin will use it. What I want is even if the pom.xml is available do NOT use it.

plugin:download Failed

2006-07-13 Thread Christian López Espínola
Hola a todos, I'm starting using maven, I'm going to use it with AndroMDA. I downloaded Maven 2.0.4, and when I type mvn plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.2 I obtain the following message: [INFO] Scanning for projects... [INFO] Searching

Re: Change config of plugin outside of pom.xml

2006-07-13 Thread Rinku
You can also use external 'profiles.xml' and add your own set of profiles and add plugin config in it and activate them using: mvn goal-name -P profile-name Cheers, Rahul - Original Message - From: Bravo, Kris [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent:

Re: setting a property in settings.xml?

2006-07-13 Thread Rinku
The site settings descriptor reference is here: http://maven.apache.org/ref/current/maven-settings/settings.html A property in settings.xml is the way to go if its just on your own local workstation. The other option is to have the 'catalina.home' value specified in Cargo plugin's

RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
Could anyone spare the time and share the blocks of maven snippets where they have done this kind of thing? Additionally, how did you install the jar/pom files into this remote repository? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
I just have !-- Maven settings -- settings localRepositoryP:/exodus/repository//localRepository /settings in the .m2 directory of my user. Brad -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 1:38 PM To: Maven Users List Subject: RE:

VERY strange compilation problem

2006-07-13 Thread Grégory Canto
This one is for you expert guys... because I'm totally lost here. After migrating a project from Maven 1 to Maven 2 the following compilation problems started to show up: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation

RE: Interrnal remote repository

2006-07-13 Thread Mike Perham
We use wget to mirror specific versions of dependencies from central. It's a terrible solution and doesn't work with dependency version ranges (because the maven-metadata.xml files are wrong) but it works ok when your versions are locked down. wget -nd -r -l 1 dir If someone has a better

Re: RE : Web site generation for multiple projects

2006-07-13 Thread Thomas Van Buskirk
Does anyone have a working parent pom and site.xml, and working child pom and site.xml that they're willing to share? This is mine, it does not work correctly. The modules display, but they are just strong (bold), no hyperlink. If I click on one of my reports, the module turns to a

RE: Interrnal remote repository

2006-07-13 Thread Jason.Yankus
Proximity. Works well as an internal mirror of central. Also provides the capability to house your own deployed artifacts. The method by which you deploy your own artifacts is somewhat variable based on the decisions you make about the installation of the mirror, but generally using the

m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Can someone shed some light on how to setup maven2 to allow sharing some common code across multiple war files? Given below is an example of how I would like to setup multiple modules but I am not sure how the war generation can occur when webapp contents from common-module are needed for

Cobertura and XML Beans maven plugin conflict

2006-07-13 Thread Bravo, Kris
Cobertura doesn't get along with the .xsb files created by the xml beans compile. Does anyone have experience working around this issue? Here's my plugin definition: plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId configuration

RE: Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Bravo, Kris
This may work for you: http://maven.apache.org/ref/current/maven-model/maven.html#class_plugin Set inherited to false and give it another try. kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message- From: Toli Kuznets [mailto:[EMAIL

Re: plugin:download Failed

2006-07-13 Thread Alan D. Salewski
On Thu, Jul 13, 2006 at 07:53:33PM +0200, Christian López Espínola spake thus: Hola a todos, Hi Christian, I'm starting using maven, I'm going to use it with AndroMDA. I downloaded Maven 2.0.4, and when I type mvn plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin

RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
We don't find proximity an acceptable solution. Our security department frowns on anything that just grabs anything over the internet like this. Their fear is someone could spoof a url (happens) and people would download malicious code. Anyone else? -Original Message- From: [EMAIL

RE: Interrnal remote repository

2006-07-13 Thread EJ Ciramella
This is how to configure your LOCAL repository, not quite what I'm looking for. -Original Message- From: Brad Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:40 PM To: Maven Users List Subject: RE: Interrnal remote repository I just have !-- Maven settings --

RE: Interrnal remote repository

2006-07-13 Thread Brad Harper
Right. My mistake. I mis-under-read-stood your message. Brad -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:36 PM To: Maven Users List Subject: RE: Interrnal remote repository This is how to configure your LOCAL repository, not quite

Issue with maven 2.0.3, cargo and weblogic 8.x

2006-07-13 Thread Pauquette, Bryan
I am running into an issue with maven2.0.4 and cargo and deploying an ejb-jar to weblogic8x. Has anyone seen a similar issue? It looks like the name of the artifact is being incorrectly ascertained. The extension is not being updated to .jar (instead it uses .ejb) I think the relevant code

Re: plugin:download Failed

2006-07-13 Thread Christian López Espínola
Thanks, Alan. Maybe I need to choose only one version, and not to mix them :P On 7/13/06, Alan D. Salewski [EMAIL PROTECTED] wrote: On Thu, Jul 13, 2006 at 07:53:33PM +0200, Christian López Espínola spake thus: Hola a todos, Hi Christian, I'm starting using maven, I'm going to use it with

RE: m2 multiple war files with some common code

2006-07-13 Thread Bravo, Kris
If you're placing them all in the same ear, mark the dependencies as provided and make sure the common-module is defined in your ear project. If not, each war project would list the common module as a dependency. You have a common-module/src/main/webapp folder as well - do you intend to share

RE: New user

2006-07-13 Thread Bravo, Kris
Google site:ibiblio.org/maven2 {search criteria} Works too. kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 1:18 AM To: Maven Users List Subject: Re: New user

Re: Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
Kris, This is exaclty what i was looking for. Can't believe i never found the entire .xsd for the pom file before! Thanks! On 7/13/06, Bravo, Kris [EMAIL PROTECTED] wrote: This may work for you: http://maven.apache.org/ref/current/maven-model/maven.html#class_plugin Set inherited to false

RE: Issue with maven 2.0.3, cargo and weblogic 8.x

2006-07-13 Thread Vincent Massol
Hi Bryan, -Original Message- From: Pauquette, Bryan [mailto:[EMAIL PROTECTED] Sent: jeudi 13 juillet 2006 21:40 To: Maven Users List Subject: Issue with maven 2.0.3, cargo and weblogic 8.x I am running into an issue with maven2.0.4 and cargo and deploying an ejb-jar to

RE: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Kris, Thanks for your reply. Most likely they will not be placed in the same ear file. Yes there are common servlets and jsps that need to be shared across the apps. The question still remains how to integrate the servlets from common and module specific directories into a single WAR file. I

Maven 2 Site Language

2006-07-13 Thread H€ñЮI×
I made some changes on the properties file for my language on Maven. But now I don't know how I proceed to use it on my Maven project. I put that file in the src/main/resources on my project and point on my pom for that but even when I make some changes for that, the site stills present the same

RE: VERY strange compilation problem

2006-07-13 Thread James Richards
My guess would be that your Composable implementations are introducing a circular dependency. Check to see if there is a patter where Foo require Bar to be compiled while Bar requires Foo to be compiled. Hope that helps, James -Original Message- From: [EMAIL PROTECTED] on behalf of

Re: Interrnal remote repository

2006-07-13 Thread Tamás Cservenák
Just to make myself clear: I think you need INHOUSE repository. It is (in my definition) a remote repository (from the aspect of developer) but housed and server on your company intranet in a controlled manner. Proximity is highly configurable, actually it only offers some buildingblocks

maven-source-plugin 2.0.1 vs. 2.0 - changed behaviour

2006-07-13 Thread andreas.ebbert-karroum
Hi maven2 knowledged people, I finally discovered why my homemade plugin doesn't work anymore since some time. It's defining it's own lifecycle where it first generates sources (in the generates-sources phase) and then uses the maven-source-plugin in the packaging phase to jar the gerated

Re: [m2] dependency license warning

2006-07-13 Thread Wendy Smoak
On 7/12/06, DJ Gredler [EMAIL PROTECTED] wrote: 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

RE: m2 multiple war files with some common code

2006-07-13 Thread Bravo, Kris
Two options then. The less desirable is to build the common war, then unpack it into the target directory of each webapps before packaging them up. You'll have to watch this because the web.xml and other files are liable to get trampled. See http://mojo.codehaus.org/dependency-maven-plugin/ and

Is there a way to kill a Continuum build in Windows?

2006-07-13 Thread Deb Berkson
I have tried restarting Continuum and rebooting my machine but neither worked. It is stuck thinking it's checking out from Subversion and I need it to just fail. Thanks in advance! Deb Berkson

Spring 2.0, hibernate/ejb 3

2006-07-13 Thread Josh Long
Has anyone gotten the latest (or something close to a 2.0 release, and not 1.2.6) iteration of Spring, Hibernate 3 and ejb/hibrnate annotations to work? if so, what would the pom for that look like? My salient points on my old POM looks like this: dependency

Re: Interrnal remote repository

2006-07-13 Thread Rod Coffin
Hi EJ, I encountered the same problem with plugins hosted on an internal repository recently and resolved it using the ant script suggested at this page: http://www.nabble.com/Re%3A-Internal-%28intranet%29-repositories-p3876819.html Regards, Rod On 7/13/06, Tamás Cservenák [EMAIL PROTECTED]

Re: m2 multiple war files with some common code

2006-07-13 Thread Martin Gladdish
I had the same problem the other day; trying to share JSPs and config files across multiple maven2 apps. I solved it by configuring the war plugin to pull in the resources from the shared folder, following instructions here:

Re: m2 multiple war files with some common code

2006-07-13 Thread Pete Marvin King
the war plugin is also capable of war overlaying. if you declare another war as a dependency it will automatically unpack the war to your current project. =) i'm not sure if this will fit in your current development build structure but try to check it anyway.

Re: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Thanks for your input, the ability to unpack may help in my case. -- View this message in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html#a5321068 Sent from the Maven - Users forum at Nabble.com.

  1   2   >