Re: Default goals with maven 2

2006-06-13 Thread Barrie Treloar
A JIRA is was raised on 19/Jul/05 for this. http://jira.codehaus.org/browse/CONTINUUM-243

Re: plexus-utils 1.1 giving me a hard time

2006-06-13 Thread henrikwl
mvn -X tells me that the only plexus-utils JAR in my classpath is 1.1. As for putting 1.3-SNAPSHOT in , I seem to have read somewhere that it doesn't really matter what version of plexus-utils your pom depends on, what you get is the version present in M2_HOME/core. This may have changed recently,

Re: assembly moduleSet versus dependencySet

2006-06-13 Thread Edwin Punzalan
like what the names imply, moduleSets represent your pom's and dependencySets represent your pom's Hope that helps. ^_^ Bob Newby wrote: In an assembly, I am unclear how a moduleSet differs from a dependencySet. (I am referring to the documentation at http://maven.apache.org/plugins/m

Re: How to report public repository problems

2006-06-13 Thread Edwin Punzalan
Please see: http://maven.apache.org/guides/mini/guide-maven-evangelism.html Lyndon Washington wrote: So, provide an example of the missing pom.xml? Okey dokey, once I get a moment I will log an issue. Thx! On 6/13/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: But don't bother to complain

Re: Newbie archetype question

2006-06-13 Thread javed mandary
Ah i understand your point then you need to create the java folder under main manually , i think this should be a bug for the web archetype plugin . cheers, Javed On 6/13/06, Mike Lundin <[EMAIL PROTECTED]> wrote: Javed, That's what I tried originally, but when I do that the folders that

Re: How to report public repository problems

2006-06-13 Thread Lyndon Washington
So, provide an example of the missing pom.xml? Okey dokey, once I get a moment I will log an issue. Thx! On 6/13/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: But don't bother to complain without providing a solution or will be ignored. On 6/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > Issu

Re: Building a project using Continuum + execute mvn site

2006-06-13 Thread Alexandre Poitras
Just change the default goal to "mvn deploy site" throught Continuum web interface. On 6/13/06, Tatiana Escovedo <[EMAIL PROTECTED]> wrote: Hi, I'm trying Continuum 1.0.3 and I can build my project through the web interface. However, I'd like to build and execute the goal mvn site, for example.

Re: plexus-utils 1.1 giving me a hard time

2006-06-13 Thread Rinku
Hi, I am not sure if this is similar to one I encountered couple of weeks ago. Can you try: 1) using the "-X " (debug) option and see what plexus-utils JAR is being loaded up and use from classpath. From what you mention it appears its the first one is getting picked up. 2) using 1.3-SNAPS

Building a project using Continuum + execute mvn site

2006-06-13 Thread Tatiana Escovedo
Hi, I'm trying Continuum 1.0.3 and I can build my project through the web interface. However, I'd like to build and execute the goal mvn site, for example. Do you know how could I do this using Continnum? I know how to execute the goal directly from command line, but I like to execute multiple go

RE: derby-maven-plugin

2006-06-13 Thread Jimisola Laursen
Hi! I am trying to get Derby to work just like Ian Stewart - with a new Derby database for each module. Your Spring example looks promising, sadly I have no experience with Spring (yet). Do I place to code below in the top level pom.xml? What else needed - an example with more information would

Re: How to report public repository problems

2006-06-13 Thread Carlos Sanchez
But don't bother to complain without providing a solution or will be ignored. On 6/13/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Issues like these are filed in the Maven JIRA at Codehaus under component MEV (Maven Evangelism). Wayne On 6/13/06, Lyndon Washington <[EMAIL PROTECTED]> wrote: > What

Re: nice repos :-)

2006-06-13 Thread Carlos Sanchez
it has, MRM, check previous mails On 6/13/06, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: Geoffrey De Smet wrote: > Any chance of linking both from maven.apache.org? > > Subhash Chandran wrote: >> There is another I know: >> >> http://www.mvnregistry.com/ >> >> Both seem to do their job well... >

RE: Antrun task config problems (Reference ${maven.dependency.cla sspa th} not found)

2006-06-13 Thread Dave Comeau
nm, I solved my own problem...and I made a typo in the first email...it wasn't this line that was causing the problem: ...it was: ...which I realized needed to be: -Dave -Original Message- From: Dave Comeau Sent: Tuesday, June 13, 2006 4:00 PM To: Maven list (E-mail) Subject: An

Re: antrun classpaths

2006-06-13 Thread Lee Meador
Kenney, Well ... you said it shouldn't matter and it didn't. I had checked that the -X showed it using 1.1 but who knows? Thanks. NOTE TO ALL: More ideas are welcome -- Lee On 6/13/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Tue, 13 Jun 2006, Lee Meador wrote: Try pasting this in t

Re: How to report public repository problems

2006-06-13 Thread Wayne Fay
Issues like these are filed in the Maven JIRA at Codehaus under component MEV (Maven Evangelism). Wayne On 6/13/06, Lyndon Washington <[EMAIL PROTECTED]> wrote: What is the procedure for reporting problems with missing pom.xml files from the Ibiblio.org public repository? I tried to use the 1.

How to report public repository problems

2006-06-13 Thread Lyndon Washington
What is the procedure for reporting problems with missing pom.xml files from the Ibiblio.org public repository? I tried to use the 1.3.03 version of the xml-apis component, http://www.ibiblio.org/maven2/xml-apis/xml-apis/1.3.03/, only to discover that no pom.xml was present in that directory. Ch

How do I add pom version + snapshot version number to App About panel?

2006-06-13 Thread SkipWalker
How do I add pom version + snapshot version number (and maybe SVN revision number) to About panel ? I have webstart application with an about panel. For debugging purposes while we work on the app, I'd like the About panel to display the application version along with that snapshot value that

Antrun task config problems (Reference ${maven.dependency.classpa th} not found)

2006-06-13 Thread Dave Comeau
I'm stuck with my first real Maven project, which is porting over an existing ant based build system. I'm trying to use the Antrun plugin to call an ant script to do my obfuscation. However, I get the Embedded error: The following error occurred while executing this line: C:\build-sandbox\d2e-

Shared properties across multiple modules

2006-06-13 Thread EJ Ciramella
Ok - so I'm filtering resources here and there and now it's come to my attention that there are places where there is some duplication. Is there a way to share properties across multiple modules? If so where do you store this? Through tons of testing, I've found this: - properties defined in

Re: nice repos :-)

2006-06-13 Thread Srepfler Srgjan
Geoffrey De Smet wrote: Any chance of linking both from maven.apache.org? Subhash Chandran wrote: There is another I know: http://www.mvnregistry.com/ Both seem to do their job well... Regards, Subhash. On 6/12/06, cameron101 <[EMAIL PROTECTED]> wrote: http://www.mvnrepository.com

[m2] How to add extra manifest entries to jar with assembly plugin

2006-06-13 Thread Mark Reynolds
I want to add an additional entry to the manifest of a jar I am creating using the assembly plugin in. It doesn't seem to work. Any idea what I am doing wrong? maven-assembly-plugin false package attached

How to designate pom filename in multi-level project?

2006-06-13 Thread Chris Wall
Hello there. How can you designate the name of the child pom file from a parent pom? We'd like to have multiple root pom files to designate which modules to build. Some child modules will have different child modules themselves; enhance the need to designate pom filename. Current: projectA O

[m2] How to override a mirror in local settings

2006-06-13 Thread Morgan Rachell
I have maven-proxy running on an internal server. I have also updated the parent pom.xml to include this: central Internal Mirror of Central Repository http://reposerver:/repository central Internal Mirror of Central Repository http://reposerver:/repository

assembly moduleSet versus dependencySet

2006-06-13 Thread Bob Newby
In an assembly, I am unclear how a moduleSet differs from a dependencySet. (I am referring to the documentation at http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html.) Anyone care to educate me? Thanks in advance, Bob -- Robert E. Newby Principal Software Engineer Vestmark, Inc.

[m2] How to exclude a class from WEB-INF/classes using war plugin

2006-06-13 Thread Mark Reynolds
I have a single class I want to exclude from the my WAR file. It is named Installer.class and is in the root package (no package). I have tried this: maven-war-plugin **/Install* and this: maven-war-plugin **/Install* but ne

Problem with repositories that not contain some artifacts

2006-06-13 Thread Bruno Aranda
Hi there, I have a pom with two repositories. One is the maven repository at the apache foundation and the other is an internal repository at my institution. When my pom goes to fetch the pom's it first check in the internal repo. This repo returns a "missing page" if the artifact does not exist

Re: [ANN] Maven Archetype Plugin 1.0-alpha-4 Released

2006-06-13 Thread Julian Wood
> > On 5/8/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > The Maven team is pleased to announce the release of the Maven Archetype > > Plugin, version 1.0-alpha-4. > > > > http://maven.apache.org/plugins/maven-archetype-plugin/ > > If you svn co http://svn.apache.org/repos/asf/maven/archetyp

RE: javancss-maven-plugin-2.0-beta-1 released?

2006-06-13 Thread Mike Perham
It's been voted on but I was waiting for Jean-Laurent to get committer privileges so he could do the release. I'll let him comment on his expected timeframe for the release. > -Original Message- > From: Stefan Hübner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 13, 2006 10:31 AM > T

RE: [surefire] single test case

2006-06-13 Thread Fernando Jorge Almeida
Hi, You only need to put the goal "test" and i think you don't need the package in the classe name. Ex: mvn test -Dtest=TestCaseClass Fernando -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: terça-feira, 13 de Junho

SOLVED (Re: [surefire] single test case)

2006-06-13 Thread Matthias Wessendorf
mvn -Dtest=TestCaseClass test did the trick ;-) -Matthias On 6/13/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: hey, mvn -Dtest=org.bla.TestCaseClass test seams not to work for me. Am I missing something ? thx, Matthias -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http:

Re: [surefire] single test case

2006-06-13 Thread Wendy Smoak
On 6/13/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: mvn -Dtest=org.bla.TestCaseClass test seams not to work for me. Am I missing something ? http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html test - Specify this parameter if you want to use the test pattern matching

RE: 1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE"

2006-06-13 Thread Chris Wall
It's consistent during our builds. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: June 13, 2006 3:45 AM To: continuum-users@maven.apache.org Subject: Re: 1.0.2->1.0.3 upgrade - JDODataStoreException: "...trying to shrink VARCHAR...ContinuumBuildExecutorE" Do y

[surefire] single test case

2006-06-13 Thread Matthias Wessendorf
hey, mvn -Dtest=org.bla.TestCaseClass test seams not to work for me. Am I missing something ? thx, Matthias -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com --

Re: antrun classpaths

2006-06-13 Thread Kenney Westerhof
On Tue, 13 Jun 2006, Lee Meador wrote: Try pasting this in the pom.xml in place of the tag. Shouldn't matter, but who knows. Maybe you're still using maven-antrun-plugin 1.0, try adding 1.1 below the tag. -- Kenney > > > > > /> > > > On 6/12/06, Kenney Westerhof <[EMAI

Re: Best practices for multi-flavour build?

2006-06-13 Thread Toto Laricot
I'm still trying to understand why Maven doesn't support profile inheritance. Would that go again the Maven philosophy? Using settings.xml is fine to describe a developer's local environment, not to describe deployment properties. Let's say I have a project with two subprojects: one for the clie

Re: Subversion post-commit hook

2006-06-13 Thread Carlos Sanchez
yes On 6/13/06, Lee Meador <[EMAIL PROTECTED]> wrote: Do I remember right that you can build a tagged version? On 6/13/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > No, it isn't possible to build a particular revision and I don't see the > interest to do it if the > code in subversion isn

Re: Subversion post-commit hook

2006-06-13 Thread Lee Meador
Do I remember right that you can build a tagged version? On 6/13/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: No, it isn't possible to build a particular revision and I don't see the interest to do it if the code in subversion isn't the latest. Emmanuel Lee Meador a écrit : > To make it wo

Re: dependency-maven-plugin issue?

2006-06-13 Thread dan tran
Sound like you encounter http://jira.codehaus.org/browse/MDEP-6 Could you please patch it to your local install and see if it works? -D On 6/13/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: Hi Dan, I downloaded the maven-dependency plugin and tried to use it, it giving following error. I got

Re: Subversion username and password

2006-06-13 Thread Douglas José
Hello, Emmanuel,Yes, I'm using scm plugin. Your solution worked pretty fine. Thank you so much,DouglasOn 6/13/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:Which plugin do you want to use? I think it's the scm plugin. You can use -Dusername=your_login -Dpassword=your_passwordor you can add an ent

Re: dependency-maven-plugin issue?

2006-06-13 Thread Gautham Pamu
Hi Dan, I downloaded the maven-dependency plugin and tried to use it, it giving following error. I got the same error with mvn 2.0.3 and 2.0.4 version. Does this plugin works with maven 2.0.3/4 versions ? What is the workaround for this plugin Thanks Gautham Pamu [INFO] [dependency:copy-depende

javancss-maven-plugin-2.0-beta-1 released?

2006-06-13 Thread Stefan Hübner
Hi all, I'm wondering if this plugin has already been released? I might be blind, but I do not find it anywhere in the release-repo. any hints appreciated! Cheers, Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Subversion post-commit hook

2006-06-13 Thread Emmanuel Venisse
No, it isn't possible to build a particular revision and I don't see the interest to do it if the code in subversion isn't the latest. Emmanuel Lee Meador a écrit : To make it work the way I hear you wanting, it looks like you need something that notices the changed Subverions revision number

Re: Classloader problem with antrun with run from continuum

2006-06-13 Thread Gautham Pamu
Hi Emmanuel, Thanks for responding to my question. I ran both using the root user id. Thanks Gautham Pamu On 6/13/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Do you run continuum and mvn on the same machine with the same account. It's possible that maven launched by continuum doesn't use

Re: dependency-maven-plugin issue?

2006-06-13 Thread Gautham Pamu
Hi Dan, I know that we can checkout and isntall it but I would like to make it available for other developers in our group. It this snapshot hosted on any website currently ? Thanks Gautham Pamu On 6/5/06, dan tran <[EMAIL PROTECTED]> wrote: I would like to suggest that we stop using depend-m

AW: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
Found the problem - I've been using m2eclipse version 0.7 to run all my maven tasks. Since the DefaultWagonManager is different in that version/the embedded maven version, this is why I was having problems using wagon-webdav with authentication. Upgrading to 0.9 also did not solve the problem - s

Re: Subversion post-commit hook

2006-06-13 Thread Lee Meador
To make it work the way I hear you wanting, it looks like you need something that notices the changed Subverions revision number and knows the last revision number that continuum built. Then it causes Continuum to build the version after the last one built and repeats builds after that of each sub

RE: [m2] [csharp-plugin] Need a release to run mvn release:prepar e/perform

2006-06-13 Thread Galleri, Xavier (CALYON)
Title: Message Hello,   I'm still stuck with that issue and I would appreciate any hint to cope with it...   On my side, I tried to make a local deployment (with "mvn deploy:deploy-file") of the maven-csharp-source-plugin, but I then had the following error:   [INFO] --

Re: Classloader problem with antrun with run from continuum

2006-06-13 Thread Emmanuel Venisse
Do you run continuum and mvn on the same machine with the same account. It's possible that maven launched by continuum doesn't use the same plugin version. Emmanuel Gautham Pamu a écrit : Hi Everyone, I am using antrun plugin to run ant task during generate-resources phase. I was able to run

Re: antrun classpaths

2006-06-13 Thread Lee Meador
On 6/12/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Mon, 12 Jun 2006, Lee Meador wrote: Hi, I can't reproduce this with 'inheritRefs="true"'. What do you have in your build.xml? -- Kenney > I went to here to see how to let ant get to some maven classpaths: > >

Re: [M2] Kodo plugin

2006-06-13 Thread Doug Douglass
http://mojo.codehaus.org/kodo-maven-plugin/ Never used it though. Doug On 6/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Does anyone know where I can find Maven2 Kodo (Solarmetric's JDO) plugin binaries and doc? Cheers, J-F --

Re: Subversion username and password

2006-06-13 Thread Emmanuel Venisse
Which plugin do you want to use? I think it's the scm plugin. You can use -Dusername=your_login -Dpassword=your_password or you can add an entry in your settings.xml like this: svn_host:svn_port your_login your_password Emmanuel Douglas José a écrit : Hi, I'm not able to login to my

Re: Newbie archetype question

2006-06-13 Thread Mike Lundin
Javed, That's what I tried originally, but when I do that the folders that would normally appear for Java sources are not created. The directory structure becomes: MavenWebAppEx src main resources webapp WEB-INF I still need to manually add the

Re: Subversion post-commit hook

2006-06-13 Thread Carlos Sanchez
On 6/13/06, Baron Reznik <[EMAIL PROTECTED]> wrote: On Fri, 2006-06-09 at 18:28 +0200, Carlos Sanchez wrote: > On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I know I'd find this useful as well, for several reasons: > > -If you simply let continuum build every 5 mins, there could pot

Re: Subversion post-commit hook

2006-06-13 Thread Baron Reznik
On Fri, 2006-06-09 at 18:28 +0200, Carlos Sanchez wrote: > On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I know I'd find this useful as well, for several reasons: > > -If you simply let continuum build every 5 mins, there could potentially be > > more than 1 commit during that time,

Subversion username and password

2006-06-13 Thread Douglas José
Hi,I'm not able to login to my SVN repository. I configured the tag properly, but Maven returns an 'authorization failed' error message. Where do I put my username and password? There is a way to configure Maven to prompt for credentials when trying to connect to svn repository? Can I configure su

RE: War.bundle equivalent in maven 2

2006-06-13 Thread Andrew-A . Davies
If I try that, I get compilation problems as I need some of the libraries at compilation time. My problem is that I need to make sure something ends up in WEB-INF/lib without being in the Class-Path of manifest.mf Have managed to do the other way in Class-Path but not in WEB-INF/lib with

RE: War.bundle equivalent in maven 2

2006-06-13 Thread Ian Springer
In Maven 2, you create a separate pom of type war, and then all dependencies in that pom that are scoped at runtime (the default) are bundled in the war. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 9:30 AM To: users@maven.apache.org S

RE: dependentWarExcludes dependentWarIncludes maven-war-plugin

2006-06-13 Thread Andrew-A . Davies
Thx. Does this work with a particular root directory in mind ? Can this be used instead of Maven 1.x ? A -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 14:39 To: users@maven.apache.org Subject: RE: dependentWarExcludes dependentWarIncludes maven

RE: dependentWarExcludes dependentWarIncludes maven-war-plugin

2006-06-13 Thread Andre . Tran
Hey Andrew, just add following in your configuration part of configuration (in build.maven-war-plugin) **/*.class,**/*.jar (or includes) regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: dinsdag 13 juni 2006 15:31 To: users@maven.apache.org

dependentWarExcludes dependentWarIncludes maven-war-plugin

2006-06-13 Thread Andrew-A . Davies
Title: dependentWarExcludes dependentWarIncludes maven-war-plugin Hi, Can dependentWarExcludes be used to specfically exclude jars in a WEB-INF/lib directory ? Can dependentWarIncludes be used to specfically include jars in a WEB-INF/lib directory ? Are there any examples out there ?

War.bundle equivalent in maven 2

2006-06-13 Thread Andrew-A . Davies
Title: War.bundle equivalent in maven 2 Hi, Does anyone have the answer to what maven 1.x has now become in Maven 2 ? Thanks Andy Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not t

Re: NoClassDefFoundErrorfor a few classes that seems to be in the classp

2006-06-13 Thread Jimisola Laursen
One down, one to go.. A dependency in the third layer was missing. I think I have an idea of what is the problem with Jaxen: Xerces Jaxen has a dependency on Xerces, but JDK 1.5 uses a special edition of Xerces which might cause the problem. I'll post a create a new thread on potential Xerces an

RE: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
Disregard dependency problem - ibiblio was down :-( However, with the beta-1-snapshot binary jar from http://people.apache.org/maven-snapshot-repository/ my symptoms have NOT changed, and still getting the: = [DEBUG] not adding permissions to wagon connection = I have del

[M2] Kodo plugin

2006-06-13 Thread daune . jf
Does anyone know where I can find Maven2 Kodo (Solarmetric's JDO) plugin binaries and doc? Cheers, J-F - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Wagon-webdav distribution - where to put username/password

2006-06-13 Thread Darren Hartford
Hmm... I tried changing to the http://people.apache.org/maven-snapshot-repository/ snapshot repository referenced in the link you sent me instead of http://svn.apache.org/maven-snapshot-repository/. (I just tested svn vs people, apparently the repos have been moved/renamed again). Unfortunately, t

Re: exported pom encoding

2006-06-13 Thread Carlos Sanchez
Hi guys, please take a look at http://jira.codehaus.org/browse/MNG-2255 I think the effort should be focused in that aspect and will solve big part of the problem. On 6/13/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: Hi Stefan, Stefan Hübner wrote on Monday, June 12, 2006 5:11 PM: > Hi Jörg,

Re: [M2] Where to find plugin properties?

2006-06-13 Thread daune . jf
Quoting javed mandary <[EMAIL PROTECTED]>: Well you could try something like this: org.codehaus.mojo surefire-report-maven-plugin ${basedir}/target/myNewReportsDir cheers, Javed Well, 'target\surefire-reports'

Re: Cactus plugin?

2006-06-13 Thread Stefan Hübner
Thanks anyway! 2006/6/13, Vincent Massol <[EMAIL PROTECTED]>: > -Original Message- > From: Stefan Hübner [mailto:[EMAIL PROTECTED] > Sent: mardi 13 juin 2006 13:37 > To: Maven Users List > Subject: Re: Cactus plugin? > > Hi Vincent, > > 2006/6/13, Vincent Massol <[EMAIL PROTECTED]>: >

RE: Cactus plugin?

2006-06-13 Thread Vincent Massol
> -Original Message- > From: Stefan Hübner [mailto:[EMAIL PROTECTED] > Sent: mardi 13 juin 2006 13:37 > To: Maven Users List > Subject: Re: Cactus plugin? > > Hi Vincent, > > 2006/6/13, Vincent Massol <[EMAIL PROTECTED]>: > > > [SNIP] > > > > > > Do you meen the cargo-maven2-plugin? Doe

Re: [M2] Where to find plugin properties?

2006-06-13 Thread javed mandary
Well you could try something like this: org.codehaus.mojo surefire-report-maven-plugin ${basedir}/target/myNewReportsDir cheers, Javed On 6/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How can I access it

Re: Cactus plugin?

2006-06-13 Thread Stefan Hübner
Hi Vincent, 2006/6/13, Vincent Massol <[EMAIL PROTECTED]>: [SNIP] > > Do you meen the cargo-maven2-plugin? Does this actually help "cactifying" > WARs? No it doesn't. This is the last missing piece of the puzzle. That said it should be possible to do a manual cactification using the war plug

RE: Cactus plugin?

2006-06-13 Thread Vincent Massol
> -Original Message- > From: Stefan Hübner [mailto:[EMAIL PROTECTED] > Sent: lundi 12 juin 2006 17:53 > To: Maven Users List > Subject: Re: Cactus plugin? > > Hi Raphael, > > 2006/6/12, Raphaël Piéroni <[EMAIL PROTECTED]>: > > There is one... > > check it at cargo.codehaus.org > > > > I

Re: [M2] Where to find plugin properties?

2006-06-13 Thread daune . jf
How can I access it? Should I use ${reportsDirectory}? Should I add any prefix? I have tried to configure surefire plugin like this: testReportsDir ${project.build.directory}/surefire-reports and my test class receives "${project.build.directory}/surefire-reports". The ${...} is not ex

Re: [M2] Where to find plugin properties?

2006-06-13 Thread javed mandary
Well if you go to the maven sure fire report page: http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html You will see that the name of this property is reportsDirectory . cheers, javed On 6/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks a lot, but this was not t

Re: Newbie archetype question

2006-06-13 Thread javed mandary
Assuming you want to create a webapp with 1. package : com.mymaven.example.web 2.war name: MavenWebAppEx Use the following command to have the maven-archetype-webapp create the webapp for you: mvn archetype:create -DgroupId=com.mymaven.example.web-DartifactId=MavenWebAppEx -Dpackagename= com.my

Maven 2 enterprise application package WAR and WEB-INF/lib and manifest classpath

2006-06-13 Thread Andrew-A . Davies
Title: Maven 2 enterprise application package WAR and WEB-INF/lib and manifest classpath Problem description : In Maven 2, controlling dependencies within pom.xml files to control packaging within ear file plus controlling entries in the Manifest.mf file within the war file and the conten

Re: [M2] Where to find plugin properties?

2006-06-13 Thread daune . jf
Thanks a lot, but this was not the purpose of my question. I want to know where I can find what became the property 'maven.test.reportsDirectory' that was defined by Maven 1 junit-report plugin. J-F Properties for plugins are defined within the configuration tag e.g

Re: Parent vs. Multi Project super pom

2006-06-13 Thread Stephen Duncan
On 6/13/06, Stefan Hübner <[EMAIL PROTECTED]> wrote: Hi Kenney, 2006/6/13, Kenney Westerhof <[EMAIL PROTECTED]>: > On Mon, 12 Jun 2006, Stephen Duncan wrote: > > Another advantage, more of convenience, of differ between parent and aggregating pom: you can have the parent pom at the same level as

Re: [M2] Where to find plugin properties?

2006-06-13 Thread javed mandary
Properties for plugins are defined within the configuration tag e.g maven-pmd-plugin /rulesets/basic.xml /rulesets/controversial.xml xml

Re: Parent vs. Multi Project super pom

2006-06-13 Thread Stefan Hübner
Hi Stephen, 2006/6/13, Stephen Duncan <[EMAIL PROTECTED]>: I personally do more as you do. I have team-wide "super-POMs" I have a primary one that has basic url, issue management, etc. type settings. Then I have a "core" POM with common dependencyManagment section to encourage use of the same

[M2] Where to find plugin properties?

2006-06-13 Thread daune . jf
Hi, I am migrating my build to Maven 2, and I face a little problem. I passed the value of ${maven.test.reportsDirectory} to some of my JUnit test cases as a system property 'testReportsDir'. I have found the way to pass a system property to surefire plugin, but I cannot find the equivalent of

Re: Parent vs. Multi Project super pom

2006-06-13 Thread Stefan Hübner
Hi Kenney, 2006/6/13, Kenney Westerhof <[EMAIL PROTECTED]>: On Mon, 12 Jun 2006, Stephen Duncan wrote: Hi, I'd thought I'd throw in a pair of $0.01.. Using the aggregating POM as the parent pom implies that the projects are structured in a directory structure matching the child->parent relati

M2 enterpise packaging wars, ears, manifest classpath and WEB-INF/lib

2006-06-13 Thread Andrew-A . Davies
Title: M2 enterpise packaging wars, ears, manifest classpath and WEB-INF/lib Problem description : In Maven 2, controlling dependencies within pom.xml files to control packaging within ear file plus controlling entries in the Manifest.mf file within the war file and the contents of WEB-IN

RE: mvn site-deploy out of memory

2006-06-13 Thread neilblue
Thanks Mermod, That works fine, I thought there may have been a way to set it in the pom for the rest of the project team. Cheers Neil -- View this message in context: http://www.nabble.com/mvn-site-deploy-out-of-memory-t1778795.html#a4844077 Sent from the Maven - Users forum at Nabble.com. -

RE: mvn site-deploy out of memory

2006-06-13 Thread hermod.opstvedt
Hi You might try setting the enviroment variable MAVEN_OPTS=-Xmx1024M for instance (depending on how much memory you have) Hermod -Original Message- From: neilblue [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 11:05 AM To: users@maven.apache.org Subject: mvn site-deploy out of

Re: Book examples

2006-06-13 Thread Jeff Mutonho
I dont think the book says anything about building the wsappclient project first , hence the erratas.The POM does have the dependency clearly defined.For the purpose of making the book clearer , its worth mentioning On 6/13/06, Vincent Massol <[EMAIL PROTECTED]> wrote: Hi Jeff, > -Original

mvn site-deploy out of memory

2006-06-13 Thread neilblue
Hello, When running site-deploy, the build has an error running out of memory. Is there a way to increase the memory for this process. Thanks Neil -- View this message in context: http://www.nabble.com/mvn-site-deploy-out-of-memory-t1778795.html#a4842577 Sent from the Maven - Users forum at Nab

plexus-utils 1.1 giving me a hard time

2006-06-13 Thread henrikwl
Running Maven 2.0.4 release, and am trying to build the latest cobertura-maven-plugin from SVN. The compiler throws a "symbol not found" for the getDefaultExcludesAsList() method in the FileUtils class. This is regardless of the fact that plexus-utils-1.1.jar is present in my classpath, as well

RE: Book examples

2006-06-13 Thread Vincent Massol
Hi Jeff, > -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: mardi 13 juin 2006 10:49 > To: Maven Users List > Subject: Book examples > > Ho can I get these examples in chapter 4 to work?I saw there's an > errata for for the missing webservice jar > > "[INFO] ---

Book examples

2006-06-13 Thread Jeff Mutonho
Ho can I get these examples in chapter 4 to work?I saw there's an errata for for the missing webservice jar "[INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Re: [M2] Struts and XDoclet

2006-06-13 Thread Rémy Sanlaville
2006/6/12, Mick Knutson <[EMAIL PROTECTED]> : Are the beans getting generated by xdoclet? Hi Mick, No, I wrote it manually. My BookSearchForm.java file : /** * * @struts.form name ="BookSearchForm" * */ public class BookSearchForm extends AbstractFo

Re: problem with adding findbugs plugin

2006-06-13 Thread Janhavi Phirke
Hi Javed, Thanks for your reply. My problem is solved yesterday only. Yes...as you have said, I have added dependency for jaxen in my pom.xml but I have kept the scope as "compile". Also after doing this, you have to remove the tag for jaxen from pom of dom4j i.e. dom4j-1.6.1.pom. After doing a

Re: problem with adding findbugs plugin

2006-06-13 Thread javed mandary
Hi Janhavi, clearly there is a missing jar in your classplath the jaxen jar try adding this dependency to your POM * jaxen jaxen 1.1-beta-9 runtime * cheers, Javed On 6/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: After pointing pluginsrepository

Re: nice repos :-)

2006-06-13 Thread Geoffrey De Smet
Any chance of linking both from maven.apache.org? Subhash Chandran wrote: There is another I know: http://www.mvnregistry.com/ Both seem to do their job well... Regards, Subhash. On 6/12/06, cameron101 <[EMAIL PROTECTED]> wrote: http://www.mvnrepository.com -- With kind regards, Geo

Re: Best practices for multi-flavour build?

2006-06-13 Thread Kieran Brady
Hi Theo, You're correct, that solution does require duplication but in our case its only a couple of POMs so is manageable for the time being. I believe that a profiles.xml may be the solution for multiple POMs but I haven't yet had chance to test it out. Kieran - Original Message -