Re: Can I specify list of directories in the configuration for sourceDirectory

2009-05-28 Thread Stephen Connolly
look at the buildhelper maven plugin Sent from my [rhymes with myPod] ;-) On 29 May 2009, at 06:43, Chirag Trivedi wrote: Hi, The sourceDirectory in the configuration section allows us to specify only one directory. I am generating some files in target/ generated-files, which is compl

Re: Can I specify list of directories in the configuration for sourceDirectory

2009-05-28 Thread alsen
Hi, you could try this: http://chadthedeveloper.blogspot.com/2008/02/maven2-multiple-source-directories-and.html Please tell use your experience. Chirag Trivedi wrote: > > > Hi, > > The sourceDirectory in the configuration section allows us to specify only > one directory. I am generating so

Can I specify list of directories in the configuration for sourceDirectory

2009-05-28 Thread Chirag Trivedi
Hi, The sourceDirectory in the configuration section allows us to specify only one directory. I am generating some files in target/generated-files, which is completely missed by maven plugin. I need the capability to specify a list of directories in the config for my plugin. Regards, Chirag

Re: [maven-eclipse-plugin] We need your help to test the future 2.7

2009-05-28 Thread Barrie Treloar
On Wed, May 27, 2009 at 8:51 PM, Martijn Dashorst wrote: > On Wed, May 27, 2009 at 10:47 AM, Barrie Treloar wrote: >> I went quickly hacking an existing IT test to include the resources >> definition you provided and some debugging output (as ERROR so I could >> see it) > > Great! > >> So src/mai

Not able to download artifacts from internal local repository

2009-05-28 Thread ogieax
Hi, I am quite new to maven and currently trying to integrate it with Hudson and Archiva. For the past two days I am trying to figure out why I cannot download artifacts from the internal repository from archiva when it is located in another PC within the intranet. But if I install archiva in th

Re: weblogic-maven-plugin + WL 8.1 (SP3) ?

2009-05-28 Thread Scott Ryan
Some of the functions work on SP4. SP4 offers many fixes that are very important so I would suggest that you upgrade ASAP. If my mind serves me correctly they made significant changes to the way remote deployment works but if you are just doing normal deployment it should work fine. Sc

Re: weblogic-maven-plugin + WL 8.1 (SP3) ?

2009-05-28 Thread Mick Knutson
We are using wls 8, 9 and 10 at my project. I have resorted to using the ant tasks to deploy to 8. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.c

weblogic-maven-plugin + WL 8.1 (SP3) ?

2009-05-28 Thread Jesfre
Hi everybody... I'm currently migrating an ancient enterprise project with Java 1.4, and Weblogic 1.8 (SP3) built with Ant to be build with Maven2. The entire structure is completed, but now is time to make the deploy task... People talk about weblogic-maven-plugin but in the http://mojo.codehaus

RE: mvn script doesn't work on solaris

2009-05-28 Thread Martin Gainty
possible environment issue what are contents of pom.xml e.g? modules/adb . what happens if you cd folder with pom.xml and mvn -e Saludos Cordiales desde EEUU!! Martin Gainty Estados Unidos GMT+5(esta semana) __ Verzicht und

Re: Automatic Way to Identify When Error Happens

2009-05-28 Thread Wayne Fay
> This is something i'm trying to find out, or is there any plugin which > allows me at the time of some compile failure to some special tasks like > flag / touch some file?? You could potentially use mvn -fae (fail at end) and specify your own plugin as the "last thing to be executed" in the buil

Re: mvn script doesn't work on solaris

2009-05-28 Thread Mick Knutson
Did you set MAVEN_HOME and put MAVEN_HOME\bin on your path? If so do this:: * cd /tmp mvn compile -e -X* --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://base

Re: Automatic Way to Identify When Error Happens

2009-05-28 Thread raghu guru
Yeah we already have BuildForge tool, This is something i'm trying to find out, or is there any plugin which allows me at the time of some compile failure to some special tasks like flag / touch some file?? On Thu, May 28, 2009 at 2:24 PM, Wayne Fay wrote: > > For eg. i want to run command line

RE: mvn script doesn't work on solaris

2009-05-28 Thread _-°-TeNsHi-°-_ -
I am executing mvn as root user. The directory and files has permission "xwr". when I execute mvn "./mvn" don't print on screen anything. No error. No nothing. I need to run ./mvn package inside dspace directory. But don't work in any directory. This happen with maven binaries version 2.1.0 and 2.

RE: mvn script doesn't work on solaris

2009-05-28 Thread _-°-TeNsHi-°-_ -
I am executing mvn as root user. The directory and files has permission "xwr". when I execute mvn "./mvn" don't print on screen anything. No error. No nothing. I need to run ./mvn package inside dspace directory. But don't work in any directory. This happen with maven binaries version 2.1.0 and 2.

RE: mvn script doesn't work on solaris

2009-05-28 Thread _-°-TeNsHi-°-_ -
JAVA_HOME=/usr/java jdk version 1.6.0_13 don't run with -X flag :( Alvaro José Perea Gómez Joven Investigador Facultad de Ingeniería Universidad Autónoma de Occidente Cali - Colombia Tel 3188000 ext 11085 Silencio... Estoy investigando... ;) > Date: Thu, 28 Ma

Re: Automatic Way to Identify When Error Happens

2009-05-28 Thread Wayne Fay
> For eg. i want to run command line "mvn -e clean install" at top level of my > project, it will take about 2 hrs in our project to compile, so i don't want > to wait for that, instead i just wanted to be notified the result of that > execution. Is there any plugin like mail or anything else avail

Re: pom-transformed.xml issue

2009-05-28 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > Hi, > Perso, what I do is changing java.io.tmpdir in my .profile. > All dev who works on the same solaris server have something like that > in ~/.profile : > MAVEN_OPTS="-Xmx512m -Xms512m > -Djava.io.tmpdir=/home/${LOGNAME}/tmp/tmp-dir" export M

Automatic Way to Identify When Error Happens

2009-05-28 Thread raghu guru
Hi All, Is there any plugin available to catch error when maven was executed at command line For eg. i want to run command line "mvn -e clean install" at top level of my project, it will take about 2 hrs in our project to compile, so i don't want to wait for that, instead i just wanted to be noti

test-jar not deployed on release:perform

2009-05-28 Thread Jeudy, Guillaume
Hi, I'm using maven 2.0.9 with maven jar plugin: 2.2, maven deploy plugin 2.4 and maven release plugin 2.0-beta-9. I noticed the test jar as generated using this snippet is not being deployed in a release:perform execution: org.apache.maven.plugins maven-jar-plugin

[ANNOUNCE] Apache Archiva 1.2.1 Released!

2009-05-28 Thread Deng Ching
The Apache Archiva team is pleased to announce the release of Archiva 1.2.1 Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum,

Re: checking dependencies for snapshots during release:prepare doesnt work in mulit-module build?

2009-05-28 Thread Zac Thompson
> During mvn release:perform -DdryRun=true I would expect a "you still have > snapshot dependencies" message from the plugin - but that doesnt happen. > The "soapui" (root) pom.xml has 2 submodules: > >        0.4-SNAPSHOT > >         >                soapui-extension >                soapui-paren

Re: Make Google Code ant projects available

2009-05-28 Thread Stuart McCulloch
2009/5/29 Sam Halliday > > Apologies, Stuart! I was (and still am) confused by your use of the word > "repository", which means "source repository" to me. > Hi Sam, no worries, I should have been more specific - and I should also point out that I work with the Sonatype team now and again, in th

Re: mvn script doesn't work on solaris

2009-05-28 Thread Mick Knutson
Also, do NOT try to run inside the build directory. Go to another location or sandbox. One that has permission to create files and folders by the user executing the mvn command. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting

Re: Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
Apologies, Stuart! I was (and still am) confused by your use of the word "repository", which means "source repository" to me. I will absolutely look at this if you believe it simplifies things. The problem is somewhat complicated by the fact that netlib-java depends on a binary released by the f

Re: mvn script doesn't work on solaris

2009-05-28 Thread Mick Knutson
1. What is your JAVA_HOME and jdk version? 2. Can you run the same with the '-X' flag? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked I

Re: Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
Then I misunderstand... this is all very confusing. Is there a tutorial or something that isn't the "Guide to Uploading Artifacts" which pretty much makes no sense at all. Stephen Connolly-2 wrote: > > My understanding of the sonatype offer is to host *Your Maven2 repository* > not your project

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
On Thu, May 28, 2009 at 12:19 PM, Sam Halliday wrote: > > Not interested in moving my project hosting. > > > Stuart McCulloch wrote: > > > > ... What appears to be a sales pitch... > > > > -- > View this message in context: > http://www.nabble.com/Make-Google-Code-ant-projects-available-tp23763883

Re: Make Google Code ant projects available

2009-05-28 Thread Stuart McCulloch
2009/5/29 Sam Halliday > > Not interested in moving my project hosting. > you don't have to ;) I have the following project: http://code.google.com/p/peaberry/ which currently uses Ant to build this is now going to be deployed using Sonatype hosting - I just have to amend my deploy script: m

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Connolly
My understanding of the sonatype offer is to host *Your Maven2 repository* not your project. Since sonatype can sync to central, and they are offering this for free, I'm not seeing how this is a sales pitch... But perhaps I am wrong -Stephen 2009/5/28 Sam Halliday > > Not interested in moving

mvn script doesn't work on solaris

2009-05-28 Thread _-°-TeNsHi-°-_ -
Plz... I need help. mvn precompiled (bin) doesn't work on solaris 8 SPARC. when I execute it, don't happen anything. I tried downloading maven source, but don't compile. this is the error when I try to compile. init: [echo] maven.home = /www/data/maven-2.0.9-src [echo] maven.assemb

Re: Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
Not interested in moving my project hosting. Stuart McCulloch wrote: > > ... What appears to be a sales pitch... > -- View this message in context: http://www.nabble.com/Make-Google-Code-ant-projects-available-tp23763883p23765110.html Sent from the Maven - Users mailing list archive at Nabb

Re: Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
This all sounds *incredibly* painful... I have an OSS project on Google Code which uses ant to build jar, zip and javadoc. I want to be able to easily (one command) upload all new releases to maven. I'm happy enough to write a pom.xml file to enable this. Is there a guide for this? I know nothing

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
On Thu, May 28, 2009 at 11:51 AM, Jeff MAURY wrote: > I don't think Google Code does support rsync. > What I have done on one of my Google Code project is to create inside the > sourcde tree a folder called repository which is a Maven repository. Then, > when my build is release, it is deployed i

Re: Make Google Code ant projects available

2009-05-28 Thread Stuart McCulloch
2009/5/29 Stuart McCulloch > 2009/5/28 Sam Halliday > >> >> Dear all, >> >> I'm the maintainer of the following Java projects:- >> >> http://code.google.com/p/netlib-java/ >> http://code.google.com/p/matrix-toolkits-java/ >> >> I'd very much like to be able to ensure that these projects (binar

Re: Make Google Code ant projects available

2009-05-28 Thread Stuart McCulloch
2009/5/28 Sam Halliday > > Dear all, > > I'm the maintainer of the following Java projects:- > > http://code.google.com/p/netlib-java/ > http://code.google.com/p/matrix-toolkits-java/ > > I'd very much like to be able to ensure that these projects (binaries, > sources and Javadocs) are availabl

Re: Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
Jeff, so you have release binaries inside the source tree? OK... which project? I'd like to copy how you do it. Do I need to upload anything to the maven repository? How to binaries appear there or is it my responsibility to ensure files are always available? jeffma...@jeffmaury.com wrote: > >

Re: Make Google Code ant projects available

2009-05-28 Thread Jeff MAURY
I don't think Google Code does support rsync. What I have done on one of my Google Code project is to create inside the sourcde tree a folder called repository which is a Maven repository. Then, when my build is release, it is deployed into this part (I think this can be done with the WebDav protoc

Make Google Code ant projects available

2009-05-28 Thread Sam Halliday
Dear all, I'm the maintainer of the following Java projects:- http://code.google.com/p/netlib-java/ http://code.google.com/p/matrix-toolkits-java/ I'd very much like to be able to ensure that these projects (binaries, sources and Javadocs) are available on Maven! I've read the documentation h

How to compile a project with minimal version of only the first level dependency

2009-05-28 Thread VerRaf
Hi all, I would like to compile my project with the minimal version of only the first level dependency for example if I have in my pom (1) org.codehaus.plexus plexus-container-default [1.0-SNAPSHOT,) I would like to compile with an artifact in range (2) org.cod

Maik Ebert is out of the office. (returning 02.06.2009)

2009-05-28 Thread maik . ebert
I am out of the office until 02.06.2009. In urgent cases please contact Wotan von Klass, phone: +49 (0) 6227 385 38 33, e-mail: wotan.vonkl...@icw.de. Ich bin vom 21.05.2009 00:00 bis 02.06.2009 00:00 außer Haus. In dringenden Fällen wenden Sie sich bitte an Wotan von Klass, Tel.: +49 (0) 62

Re: [maven-assembly-plugin][jar-with-dependencies] How to include only one dependency in the final jar ?

2009-05-28 Thread daronmaster
Hi everybody, you can find my solution http://www.developpez.net/forums/d751119/java/edi-outils-java/maven/maven-assembly-plugin-inclure-seule-dependence-jar/#post4348039 here it's my french thread Have a nice day Tchû -- View this message in context: http://www.nabble.com/-maven-assembly-

Creating Eclipse plugins with Maven

2009-05-28 Thread Jochen Hebbrecht
Hi, I'm looking for a way to build an Eclipse plugin using Maven. So I want to have a pom.xml for the Eclipse plugin, which gives me the possibility to generate a .project file. When I use the M2Eclipse plugin in Eclipse, I'm able to select "packaging = eclipse-plugin". But when I run: $ mvn ecl

Apache Maven 2 Cheat Sheet

2009-05-28 Thread Lyndsey Clevesy
Hi - Your user group may be interested in DZone's most recently released Refcard on Apache Maven 2. DZone Refcardz are free, 6-page professional cheat sheets available for download from www.refcardz.com. This Refcard, written by Matthew McCullough, gives Java developers a wide range of ex

RE: Changing default message of type validation in 1.4

2009-05-28 Thread dfernandez
mgainty wrote: > > > //setting properties in classname-conversion.properties > # syntax: = > amount=com.acme.converters.MyCustomBigDecimalConverter > > //assigning a Custom Converter class in xwork-conversion.properties > # syntax: = > java.math.BigDecimal = com.acme.MyBigDecimalConverter >