Re: [m2] Exception in release plugin

2005-11-11 Thread Brett Porter
Do you correctly specify the groupID in the parent? Please file a bug, yes. - Brett On 11/12/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > Hi, > > I've encountered the following exception: > > [EMAIL PROTECTED]:~/projects/corleon-site/trunk$ mvn release:prepare > -Dusername=arikkfir > [INFO] Scanni

Re: [m2] RE: plugin development - extending simple plugin like jar

2005-11-11 Thread Brett Porter
On 11/12/05, Ruel Loehr <[EMAIL PROTECTED]> wrote: > However, in practice I received a number of errors telling me that I > needed to use the groupID:artifact:Id:goal format when defining my > phases. Changing for example, compiler:compiler to > org.apache.maven.plugins:maven-compiler-plugin:comp

Re: CheckStyle html report contains no source link

2005-11-11 Thread Brett Porter
On 11/11/05, David Sag <[EMAIL PROTECTED]> wrote: > > > Unfortunately our firewalls here don't let me checkout the source from > subversion servers that are not on https, so in this case I would need to go > home, use my laptop to check out the source, build it there and then > manually copy the ja

Re: basic question: how to run a java program from M2?

2005-11-11 Thread Allan Ramirez
Hi, Another way is to use the exec-maven-plugin, although it is still in the sandbox but you can use it. You can check it out here https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/exec-maven-plugin regards, -allan Alexandre Poitras wrote: One way is to use a simple ant task. Looks at

[m2] Exception in release plugin

2005-11-11 Thread Arik Kfir
Hi, I've encountered the following exception: [EMAIL PROTECTED]:~/projects/corleon-site/trunk$ mvn release:prepare -Dusername=arikkfir [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. [INFO]

[M2] Deploying maven-proxy war into Continuum?

2005-11-11 Thread Dietrich Schulten
Hi, I'm new to maven-proxy. I have a maven-proxy that runs standalone and pointed to it in the repositories section of the POM. This works, but I want to try and run maven-proxy as web application. Im trying to avoid several independent server processes on the machine: a continuum jetty and a stan

Testing with EJB3

2005-11-11 Thread Richard Wallace
Hey everyone, I'm trying to build an application using Jboss and their EJB3 implementation. Their EJB3 implementation comes with an embeddable EJB3 container that can be used for, among other things, testing. I'm trying to get this working with m2, but there are no EJB3 jars from jboss in t

Re: 1 unmodifiable notifier

2005-11-11 Thread Emmanuel Venisse
Are you sure? We don't accept maven 1 pom without nagEmailAddress (under ) http://svn.apache.org/viewcvs.cgi/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/execution/maven/m1/DefaultMavenOneMetadataHelper.java?rev=312712&view=markup Emmanuel Tim McCune a écrit :

Re: Running commons-attributes under Maven2 with antrun plugin

2005-11-11 Thread Brian Bonner
I tried adding switching the taskdef to: I think this change puts the necessary class on the classpath for the taskdef, but I still get this error which leads me to believe that it didn't work. [ERROR] BUILD ERROR [INFO] -

Re: Running commons-attributes under Maven2 with antrun plugin

2005-11-11 Thread Brian Bonner
My classpath issue is probably related to this post: http://www.nabble.com/referencing-a-property-defined-in-pom.xml-t526453.html#a1421590 On 11/11/05, Brian Bonner <[EMAIL PROTECTED]> wrote: > I'm trying to run the commons-attributes attribute compiler. > > I have commons-attribute and the commo

Running commons-attributes under Maven2 with antrun plugin

2005-11-11 Thread Brian Bonner
I'm trying to run the commons-attributes attribute compiler. I have commons-attribute and the common-attributes-api as dependencies: commons-attributes commons-attributes-api 2.1 com

Re: basic question: how to run a java program from M2?

2005-11-11 Thread Alexandre Poitras
One way is to use a simple ant task. Looks at the following : http://maven.apache.org/guides/mini/guide-using-ant.html On 11/11/05, John Cartwright <[EMAIL PROTECTED]> wrote: > > Hello All, > > sorry for the simple question, but what is the recommended way to > execute a compiled program from Mav

[m2] Exclude some modules

2005-11-11 Thread Oscar Picasso
Is it possible to exclude some a set of modules to be use during a phase run. for example, with something like this: mvn deploy -Dexclude=my-excluded-set __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

Sending mail only on failures

2005-11-11 Thread Tim McCune
I'm building a Maven 1 project and I can't seem to find a setting to only send e-mail on failures. Continuum is sending mail every time a build finishes, which is way too much. Anyone have any suggestions on how I might set this?

Re: Third party jar deployment

2005-11-11 Thread Oscar Picasso
I solved this by extracting the third party into a target/classes folder. It works but there is surely somehing more elegant. --- Oscar Picasso <[EMAIL PROTECTED]> wrote: > Hi, > > How do I deploy a third party jar to a remote repostory. > > I have read that the best way is to user mvn deploy

Re: [m2] repo1.maven.org repository changes

2005-11-11 Thread Carlos Sanchez
The policy is to use package names (or host names) as groupIds, that hasn't changed. I don't remember having put things inside org.jboss, they're still inside jboss. There's a bug about the latter: http://jira.codehaus.org/browse/MNG-1417 On 11/11/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Adam

Re: [m2] repo1.maven.org repository changes

2005-11-11 Thread Adam Hardy
Adam Hardy on 11/11/05 19:42, wrote: I just upgraded from m2-beta-2 to 2.0 and had a few problems with my dependencies' groupIds. I moved my old beta local repository out of the way and let mvn create a new one. having problems with servlet-api-2.4 as well. I can see it on ibiblio but maven

Re: Documentation -- making better use of the wiki

2005-11-11 Thread Jason van Zyl
Hi, In order to make it easier for users to contribute documentation I have setup a space for those users who want to contribute documentation: http://docs.codehaus.org/display/MAVENUSER/Home If you sign yourself up and ping me I will give you access to the space. This way you can start writing

Re: Documentation -- making better use of the wiki

2005-11-11 Thread Jason van Zyl
On Fri, 2005-11-11 at 10:42 +0100, Alexander Hars wrote: > Hi, > > I have been using Maven2 for two weeks and am very impressed by all the > great features. > > However, the learning curve is steep and it is often very difficult to > find certain answers (I often need to > to look at the source

[m2] repo1.maven.org repository changes

2005-11-11 Thread Adam Hardy
I just upgraded from m2-beta-2 to 2.0 and had a few problems with my dependencies' groupIds. I moved my old beta local repository out of the way and let mvn create a new one. I can't find jbosssx-4.0.2.jar anymore. It used to be in org.jboss but that moved to jboss/jbosssx and only jbosssx-3

m2 transitive dependancies

2005-11-11 Thread Tony Nelson
Is it possible to tell m2 which transitive dependancies you are interested in? Specifically, I am using springframework/spring-orm which has dependancies on every database interface it supports. I only need hibernate, but m2 wants to download jdo, toplink, etc. How can I tell it I don't need all

Re: [m2] Creating a new webapp archetype

2005-11-11 Thread Wendy Smoak
On 11/11/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Interestingly, all four of the .xml files in WEB-INF were included in > my archetype, not just web.xml. So do I even have to put them in > archetype.xml? As long as I'm having this conversation with myself... all four xml files were in the ar

Re: [m2] Creating a new webapp archetype

2005-11-11 Thread Wendy Smoak
On 11/11/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > What I'm really looking for is the source code for > maven-archetype-webapp so I can see how to structure an archetype that > creates a webapp. http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetypes/ Moving on... I copied from

basic question: how to run a java program from M2?

2005-11-11 Thread John Cartwright
Hello All, sorry for the simple question, but what is the recommended way to execute a compiled program from Maven2? I can compile my project, generate a jar, run tests, etc., but would like to use maven in executing the program itself. Thanks! -- john ---

[m2] Creating a new webapp archetype

2005-11-11 Thread Wendy Smoak
I'm trying to create the "Struts Blank Archetype" (the m2 version of the struts-blank.war webapp that's available.) So I'm following the instructions here... http://maven.apache.org/guides/mini/guide-creating-archetypes.html And I read: The , , and tags represent the different sections of th

Third party jar deployment

2005-11-11 Thread Oscar Picasso
Hi, How do I deploy a third party jar to a remote repostory. I have read that the best way is to user mvn deploy. But obviously that's not enough. But where do I put the jar to be deployed? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the b

Re: [m2] How to reference environment variables?

2005-11-11 Thread Richard Allen
I'm new to Maven, so I didn't pick up on the subtle difference between POM and plugin parameter. Sure, I can file an issue. So far, I haven't find another existing issue that I would be duplicating. I do realize that I can pass the variable in from the command line. However, I believe that p

Re: [m2] How to reference environment variables?

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, I'm starting to see what you mean. There is a subtle difference between POM interpolation and plugin parameter expression evaluation. What you seem to be talking about here is the latter. Currently, we support evaluation of plugin parameters usin

[ANN] [JAVAWUG] BOF XIV / Monday / 5th December 2005 / Waxy O'Co nnors / 19:15

2005-11-11 Thread Pilgrim, Peter
The ``JAVA Web User Group'' is pleased to announce. Please join us for the BOF XIV London / Pre-Javapolis meet-up at the ``Waxy O'Connor'' Bar at 19:15M on Monday, 5th December, 2005. Waxy O'Connors 14 - 16 Rupert Street Leicester Square London W1D 6DD England http://www.waxyoconnors.co.uk/lo

RE: [m2] How to reference environment variables?

2005-11-11 Thread Pilgrim, Peter
> -Original Message- > From: Richard Allen [mailto:[EMAIL PROTECTED] ====== > > > Thanks for the reply. > > When you say "system properties" I think Java System > properties, but I'm > going to assume you mean operating system environment variables. > > Actually, I have been usin

Re: [M2] How to exclude dependency from WAR's WEB-INF/lib

2005-11-11 Thread Simeon Koptelov
В сообщении от Пятница 11 Ноябрь 2005 22:27 Ralph Pöllath написал(a): Thanks, it was the very thing I searched for. > How do I prevent including JARs in WEB-INF/lib? I need a "compile > only" scope! > http://maven.apache.org/general.html#scope-provided > > Cheers, > -Ralph. > -- Simeon Koptelov

Re: [m2] How to reference environment variables?

2005-11-11 Thread Richard Allen
Thanks for the reply. When you say "system properties" I think Java System properties, but I'm going to assume you mean operating system environment variables. Actually, I have been using environment variables to help _enable_ the portability of Ant scripts. We have developers that work on Li

RE: [SOLVED][OT] Proxy Access with JavaSVN (RE: Where is the sour ce code for Maven?)

2005-11-11 Thread Pilgrim, Peter
> -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] ===== > > if you're using the actual svn executable from subversion.tigris.org > (not javaSVN) - as it looks like you're doing here? - then you might > want to check out http://svnbook.red-bean.org > > Other than that,

Re: Dependency not installed

2005-11-11 Thread Aaron Stromas
Thanks for explanation. -a On 11/11/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > If you just leave it off, it'll default to compile, which > is the 'normal' level for most project dependencies to use. > > Aaron Stromas wrote: > | Thanks. What s

Re: [OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if you're using the actual svn executable from subversion.tigris.org (not javaSVN) - as it looks like you're doing here? - then you might want to check out http://svnbook.red-bean.org Other than that, I'm no SVN expert...I only know *just* enough to

Re: Dependency not installed

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you just leave it off, it'll default to compile, which is the 'normal' level for most project dependencies to use. Aaron Stromas wrote: | Thanks. What should it be? I'm a novice... | | -a | | On 11/11/05, John Casey <[EMAIL PROTECTED]> wrote: | |

RE: [OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread Pilgrim, Peter
I set it up as requested in the file ``%APPDATA%\Subversion\servers'' and tried both of these C:\Projects> svn checkout http://svn.apache.org/repos/asf/maven/components/trunk/ maven-site java.net.SocketException: Connection reset C:\Projects>svn checkout https://svn.apache.org/repos/asf/maven/

Re: Dependency not installed

2005-11-11 Thread Aaron Stromas
Thanks. What should it be? I'm a novice... -a On 11/11/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > you have the dependency scoped as 'test' and you're depending on it in > your main source tree...test scope is only used when compiling the test

Re: Dependency not installed

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you have the dependency scoped as 'test' and you're depending on it in your main source tree...test scope is only used when compiling the test source tree, normally in src/test/java... Aaron Stromas wrote: | Hi, | | I'm new to Maven and Maven 2 (I'm

Re: Ignore post 'Profiles in pom.xml, settings.xml and profiles.xml'

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sorry, this message was off my screen when I read your original post. ;) Nitko2 wrote: | Please ignore this post, I found a reason for this in "Introduction to | build profiles". | | ---

Re: Problem with M2 build

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 One such failure is normal (yeah, I know it's strange)...but the bootstrap should continue, and the plugin-plugin will be rebuilt along with the rest of maven-plugins in the next step. Do you find that this is not happening? - -j Janecek Jan wrote:

Re: [m2] How to reference environment variables?

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't think filtering currently handles resolving system properties, but it's likely there is a jira issue for that already. If not, would you like to file one? I agree that this is important for filtering. As for POM values, allowing interpolation

Re: [M2] How to exclude dependency from WAR's WEB-INF/lib

2005-11-11 Thread Ralph Pöllath
How do I prevent including JARs in WEB-INF/lib? I need a "compile only" scope! http://maven.apache.org/general.html#scope-provided Cheers, -Ralph. On 11.11.2005, at 15:55, Simeon Koptelov wrote: I'm porting my project build system from Ant to Maven 2.0 and can not find the right way to do i

Re: M2 : mvn deploy to remote repository artifacts have timestamp

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BTW, before you perform an actual release, you can still share these deployed snapshot artifacts. Maven uses a metadata file in the repository to maintain a logical pointer for what 1.0-SNAPSHOT actually refers to on that repository, and when it was l

Dependency not installed

2005-11-11 Thread Aaron Stromas
Hi, I'm new to Maven and Maven 2 (I'm using the latter). My program is using the Apache ORO package, so I added a dependency to pom.xml. Unfortunately, I made a typo in groupId and "mvn compile" failed. I fixed the typo but it seems that maven does not try to download that jar and compile fails. B

Re: excluding pom.properties/pom.xml from artifact jar

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not currently. You could patch the maven-artifact/maven-jar-plugin classes that handle it, if you want... ;) - -j Anuerin Diaz wrote: | hi, | | is there a way to exclude the pom.properties and pom.xml files in | the resulting artifact jar file? i

Site Plugin: Changing the Template

2005-11-11 Thread Alexander Hars
Hi, I wanted to change the velocity template used in the site plugin. I created my own velocity template maven.vm (based on the one that is part of the site plugin), placed it in src/site/resources/ and changed the pom as follows: org.apache.maven.plugins maven-site-plugin

Re: Profiles in pom.xml, settings.xml and profiles.xml

2005-11-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Profiles are a little strange, in that there are two different types. The profiles specified in the POM are allowed to modify many, many things, but are specific to that POM. They are also inextricably linked to that POM, obviously. The profiles spec

NoClassDefFound when runing surefire

2005-11-11 Thread Anuerin Diaz
hi, surefire is failing on its execution and from what i can surmise from the error is that maven tries to run the non-existent "org.codehaus.surefire.Runner" class. i already opened up the 1.3 and 1.4 surefire group of jar files and there is really no Runner class in there. is there a spec

[m2] RE: plugin development - extending simple plugin like jar

2005-11-11 Thread Ruel Loehr
Thanks! I dorked with it yesterday and had stumbled across the post to which you refer and got it to work. All in all it worked out pretty well. The only hitch that I had was that then when defining the lifecycle mapping in the components.xml the documentation didn't seem to match up to what I ha

[m2] How to reference timestamp of build as property

2005-11-11 Thread Richard Allen
Is there a way to reference a timestamp when the build was executed as a property for filtering, etc.? I'm trying to transition a multi-module project from Ant to Maven and with Ant I used the Tstamp task. I gave it a custom pattern and used Ant's filtering to put that value on a JSP page. I al

[m2] How to reference environment variables?

2005-11-11 Thread Richard Allen
How do you reference environment variables in your build, for filtering, settings in pom.xml, etc.? It seems as though you can't, which is significantly limiting. Environment variables are widely used across platforms. Thanks, Richard Allen

Re: [OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread Emmanuel Venisse
http://www.google.fr/search?hs=XWF&hl=fr&client=firefox-a&rls=org.mozilla%3Afr%3Aofficial&q=javasvn+proxy&btnG=Rechercher&meta= Pilgrim, Peter a écrit : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David H. DeWolf Sent: 10 November 2005 15:41 To: Mave

[OT] Proxy Access with JavaSVN (RE: Where is the source code for Maven?)

2005-11-11 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of David H. > DeWolf > Sent: 10 November 2005 15:41 > To: Maven Users List > Subject: Re: Where is the source code for Maven? > > > http://maven.apache.org/source-repository.html > Thanks Does anyone k

[m2] StarTeam And Maven Example

2005-11-11 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi all, I'm new to maven and I was looking for an example of puling code from StarTeam as part of the build process in maven. Does anyone have an example of how to do that? What plug-in do I need for that ? Thanks, Aviran

Re: [m2] deploy and ssh_agent

2005-11-11 Thread Emmanuel Venisse
By defaut, we use a pure java ssh client, so it will don't use ssh_agent. 1- scpexe is only a marker for maven that identify you want to use the scp command line (scp under linux). With it, you'll can use ssh agent. 2- http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html Emmanue

[m2] deploy and ssh_agent

2005-11-11 Thread Oscar Picasso
Hi, If my settings.xml contains the username, and passphrase I can deploy to the distribution repository. If I remove the username and passphrase from the settings.xml, maven prompts me several times for a password on deployement. I can use ssh_agent directly from the shell, but how to 'tell' ma

Re: [m2] Compilation of multiproject project

2005-11-11 Thread Igor Bljahhin
Sorry, I was wrong. The compilation did not work at all and started work when I changed the scope parameter of each dependency, "runtime" to "compile". Sorry. 2005/11/11, Igor Bljahhin <[EMAIL PROTECTED]>: > Hi! > > I have strange problem with the compilation of multiproject project. > > If I run

[m2] Compilation of multiproject project

2005-11-11 Thread Igor Bljahhin
Hi! I have strange problem with the compilation of multiproject project. If I run the "mvn compile" in subproject, everything is OK, but if I run the "mvn compile" in the top project, the compilation fails, because the compilator does not find any dependencies of that subproject. One error messa

[M2] How to exclude dependency from WAR's WEB-INF/lib

2005-11-11 Thread Simeon Koptelov
I'm porting my project build system from Ant to Maven 2.0 and can not find the right way to do it. I googled and found that I should use false But it gives me parsing error (stack trace in the end of this mail). I also read that compile doesn't do what I want (and my opinion is that it's really

Re: Solution for Axis/Maven integration

2005-11-11 Thread Jesse McConnell
could you just make a issue on the mojo jira and attach the patch there? I'll try and get to that today/tonight. I'll also look into making a more general axis plugin then too. http://jira.codehaus.org/browse/MOJO thanks :) if you want just assign the jira ticket to me jesse On 11/11/05, Christ

RE: CheckStyle html report contains no source link

2005-11-11 Thread Jeff Jensen
Valid points. I add docs to that list. When unable to work on them, I suggest finding or creating JIRA issues and lobbying others to vote on them! This gives some indication to the Maven dev team what us users value. _ From: David Sag [mailto:[EMAIL PROTECTED] Sent: Friday, Novembe

Referencing project properties in an .apt file

2005-11-11 Thread Alexander Hars
Hi, Is it possible to reference project properties in an .apt file? It tried something like ${project.version} but the site plugin did not pick it up. Is there any other way? Thanks - Alexander - To unsubscribe, e-mail: [EMAI

RE: [M2] osuser?

2005-11-11 Thread Yann Le Du
Oops, you're right, Jörg. Moreover, it's stated at the end of http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Thanks, Yann --- Jörg Schaible <[EMAIL PROTECTED]> a écrit : > Yann Le Du wrote on Friday, November 11, 2005 3:11 PM: > > --- Thomas Van de Velde <[EMAIL PROTECTED]> a écri

Create web project with Maven for WSAD

2005-11-11 Thread [EMAIL PROTECTED]
Hi, I want to create a web project with Maven and use it within WSAD 5. First I create a project and then I use the eclipse:eclipse plugin to add the .classpath and .project file to the project. However WSAD requires some additional files (e.g. .websettings and .website-config) and changes in the .

RE: how to create a site in maven 2

2005-11-11 Thread Yann Le Du
My 2 cents... To have Continuum creating - and deploying - the site on every build, we currently change the definition of each project from "clean:clean install" to "clean site-deploy install" As it is a bit tedious, I filed a request so that it could be applied on a bunch a projects at a time :

RE: [M2] osuser?

2005-11-11 Thread Jörg Schaible
Yann Le Du wrote on Friday, November 11, 2005 3:11 PM: > --- Thomas Van de Velde <[EMAIL PROTECTED]> a écrit : > >> Hi, >> >> I am looking for the osuser library from opensymphony. I find the pom >> but no jar. Anybody any ideas where the jar can be found? > Hi Thomas, > > There isn't even a POM

RE: [M2] osuser?

2005-11-11 Thread Yann Le Du
Hi Thomas, There isn't even a POM at this address. If you're looking for a lib in ibiblio, you can try and search this in Google : site:www.ibiblio.org maven2 osuser If you can't find it, then feel free to get the lib at OpenSymphony's, then to reqest an upload as descibed in http://maven.apache.

RE: how to create a site in maven 2

2005-11-11 Thread David Jackman
This is just a thought, meaning I haven't tried it yet, but I will be needing to do this at some point: How about creating a profile that the Continuum build uses that specifies running the site goal of the site plugin for all builds? The real question with creating the site is does the M2 vers

Problem with M2 build

2005-11-11 Thread Janecek Jan
Hi, I'm affraid that there's a problem with m2 build. I checked out m2 from repository, executed m2-bootstrap-all.bat and it failed with the following error: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager executi ng goal 'org.apache.maven.plugins:ma

[M1] Version Number in the generated site

2005-11-11 Thread Bahaa Nasrallah
Hi, When generating the web site of the project, the version that would be shown is the one specified in the project.xml file by the tag. The problem with this is that the version should be fixed statically before the build is executed. Is there any way to retreive the version dynamically? In my c

get the source from SCM in Maven 2

2005-11-11 Thread Maruf Aytekin
In maven 2 is there a way to get the source from SCM and place in the src directory at build time like fetching the source at the build time with Ant? Thanks, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

usefile setting

2005-11-11 Thread Neil Blue
Hello, I have searched in the archive and looked at the docs, but I can't seem to find the answer to this simple question. How do I sent junit output to the console in maven 2? I need to set usefile to false. Is there a standard location where this information is recorded, such as it is with the g

Ignore post 'Profiles in pom.xml, settings.xml and profiles.xml'

2005-11-11 Thread Nitko2
Please ignore this post, I found a reason for this in "Introduction to build profiles". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Profiles in pom.xml, settings.xml and profiles.xml

2005-11-11 Thread Nitko2
I have two profile definitions: test filters/test-filter.properties prod-fina filters/prod-filter.properties Everything works OK as long as I place this snip

Re: Documentation -- making better use of the wiki

2005-11-11 Thread Anuerin Diaz
this idea has been going around. the maven developers rely on JIRA for the prioritization of their task so if you really want this proposal to be accepted then you can vote on this task http://jira.codehaus.org/browse/MNG-1521 it is a placemarker JIRA task containing Alexander's suggestion bel

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-11 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom ibibliorepo ibiblio repo http://www.

Re: Documentation -- making better use of the wiki

2005-11-11 Thread Ralph Pöllath
+1 Cheers, -Ralph. On 11.11.2005, at 11:01, David Sag wrote: +1 Kind regards, Dave Sag Alexander Hars <[EMAIL PROTECTED]> wrote on 11-11-2005 10:42:58: Hi, I have been using Maven2 for two weeks and am very impressed by all the great features. However, the learning curve is steep and

Re: [surefire-report] not contains package name and testcase details

2005-11-11 Thread Emmanuel Venisse
I's a bug in surefire-report for float in french format. Please, file an issue on mojo project. Emmanuel Olivier Lamy a écrit : Hi, I want to generate a surefire-report (note some tests failed). The report doesn't contains any informations as maven1 provided. The console contains the exception

Re: how to create a site in maven 2

2005-11-11 Thread Paul Spencer
1) cd to the project directory. It will contain the file pom.xml. 2) execute the following command to generate the site. mvn site 3) The site will be created in the target directory target/docs/index.html Paul Spencer Maruf Aytekin wrote: Hello All, I am pretty new to maven just tryin

Re: Documentation -- making better use of the wiki

2005-11-11 Thread David Sag
+1 Kind regards, Dave Sag   Alexander Hars <[EMAIL PROTECTED]> wrote on 11-11-2005 10:42:58: > Hi, > > I have been using Maven2 for two weeks and am very impressed by all the > great features. > > However, the learning curve is steep and it is often very difficult to > find certain an

Re: how to create a site in maven 2

2005-11-11 Thread David Sag
On a related topic, We plan on using Continuum to do our regular builds and as part of that I want it to generate the project site on each build.  Now, as far as I can see, none of the standard lifecycle phases include site generation. How are other people generating their project sites using ma

Re: CheckStyle html report contains no source link

2005-11-11 Thread David Sag
Unfortunately our firewalls here don't let me checkout the source from subversion servers that are not on https, so in this case I would need to go home, use my laptop to check out the source, build it there and then manually copy the jars to my windoze box at work. It would be easier for me, and

Documentation -- making better use of the wiki

2005-11-11 Thread Alexander Hars
Hi, I have been using Maven2 for two weeks and am very impressed by all the great features. However, the learning curve is steep and it is often very difficult to find certain answers (I often need to to look at the source code to find them). Whenever I find an answer to a question, I alone

Test cases that rely on build artifacts being Jars

2005-11-11 Thread Dale Peakall
Hi All, I'm trying to set-up Maven 2 to build a rather unusual project and am struggling. The project is a multi-module project. There's a core library and some modules that depend on the core library. These modules are some test 'plugins' - and here is where my problems lie. The plugins

RE: how to create a site in maven 2

2005-11-11 Thread Maruf Aytekin
What about creating documentation? I have tried it as described here: http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%2 0create%20documentation? But I got an error: >--- >[ERROR] BUILD ERROR >[INFO] >--- - >

Re: how to create a site in maven 2

2005-11-11 Thread Stephen Cowx
Hi run C:\TestMaven\amqxtras>mvn site from the c:\TestMaven\amqxtras directory the "archetype:create" goal and its arguments just create the basic project structure. the "site" goal creates the website good luck Maruf Aytekin wrote: Hello All, I am pretty new to maven just trying it

Re: how to create a site in maven 2

2005-11-11 Thread Brett Porter
The second one is designed to run from within the original directory, I think. On 11/11/05, Maruf Aytekin <[EMAIL PROTECTED]> wrote: > Hello All, > I am pretty new to maven just trying it for my company. I hve a problem > with creating site. I know that it'd be something so simple. Apologies > for

Re: how to create a site in maven 2

2005-11-11 Thread Paul Spencer
1) cd to the project directory. It will contain the file pom.xml. 2) execute the following command to generate the site. mvn site 3) The site will be created in the target directory target/docs/index.html Paul Spencer Maruf Aytekin wrote: Hello All, I am pretty new to maven just tryin

Marmelade plugin guide

2005-11-11 Thread Nitko2
Where is it? I remember that I saw it on M2 site but I can't find it any more. If it doesn't exist can someone tell me where can I find an example of marmelade m2 plugin? Thanks, Filip. - To unsubscribe, e-mail: [EMAIL PR

Re: Solution for Axis/Maven integration

2005-11-11 Thread Christoph Schönfeld
Hi Jesse, > want me to make a java2wsdl plugin? that would be great! Regarding my open question, I looked into the documentation of the WSDL2Java tool at http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference There is a switch which solves my problem: -c, --implementationClassName

excluding pom.properties/pom.xml from artifact jar

2005-11-11 Thread Anuerin Diaz
hi, is there a way to exclude the pom.properties and pom.xml files in the resulting artifact jar file? i know they are supposed to capture as much information as possible on the build but even as it is we dont want it included because it is against the company's security policy. thanks. ciao

how to create a site in maven 2

2005-11-11 Thread Maruf Aytekin
Hello All, I am pretty new to maven just trying it for my company. I hve a problem with creating site. I know that it'd be something so simple. Apologies for taking your time. My problem is following; I first created a maven project amqxtras with the following command C:\TestMaven> mvn archetype:c

[surefire-report] not contains package name and testcase details

2005-11-11 Thread Olivier Lamy
Hi, I want to generate a surefire-report (note some tests failed). The report doesn't contains any informations as maven1 provided. The console contains the exception : [WARNING] Error loading report org.codehaus.mojo.surefire.SurefireReportMojo - Abs tractMethodError: canGenerateReport() [INFO] Ge

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-11 Thread Igor Bljahhin
OK, I found one solution, but I'm not sure it's best one. It was need to make list of exclusions for that artifact: p6spy p6spy 1.3 test oracle classes12

[M2] osuser?

2005-11-11 Thread Thomas Van de Velde
Hi, I am looking for the osuser library from opensymphony. I find the pom but no jar. Anybody any ideas where the jar can be found? http://www.ibiblio.org/maven2/opensymphony/osuser/1.0-dev/ Thanks, Thomas

Provided class path

2005-11-11 Thread Nitko2
Is there a way to fetch provided class path, like runtime or compile using ${project.compileClasspathElements} and ${project.runtimeClasspathElements} Thanks, Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: M2 : mvn deploy to remote repository artifacts have timestamp

2005-11-11 Thread Pete
cheers Trent, thats very useful. I need to start investigating how to do a release using CVS now... On 11/11/05, Trent Rosenbaum <[EMAIL PROTECTED]> wrote: > Hi there, > > The deploy stage of the maven build life cycle is focused on the > delivery of the artifact into a > repository for other use

Re: CheckStyle html report contains no source link

2005-11-11 Thread Rik Bosman
David, The simplest solution before the release of Maven 2.0.1 is to download the newest release yourself: Actually it is quite simple: - Download SVN (if not already on your machine) - Checkout the maven source tree. "svn checkout http://svn.apache.org/repos/asf/maven/components/trunk/ maven-sit

Plug-in gonfiguration guide: missing sections about Mapping maps and properties

2005-11-11 Thread Christoph Schönfeld
Hi, The sections for maps and properties are missing. Is this not documented or not implemented yet? Thanks, Christoph - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >