Re: Tomcat Maven Plugin - 401 error

2009-06-14 Thread Olivier Lamy
Hi, Perso, I'm using a configuration as this one: ... ${tomcat.user} ${tomcat.password} But if you are in a dev phase (working locally), you don't have to deploy to a local tomcat in

Re: Lifecycle for javascript

2009-06-11 Thread Olivier Lamy
Hi, Please use this one : http://snapshots.repository.codehaus.org . -- Olivier 2009/6/11 Nitin Verma : > Hi, > > I was trying to use javascript-maven-tools but there is nothing in the > repo. (http://download.java.net/maven/2/org/codehaus/mojo/), is there > some other alpha repo for these artifa

Re: [minor] tar archives extraction warning

2009-06-02 Thread Olivier Lamy
Hi, What is your os ? -- Olivier 2009/6/2 Nicholas Tung : > I get "tar: A lone zero block at 6491" when extracting either the .tar.gz or > .tar.bz2 files. The md5sum matches. It doesn't seem to be a problem. > > Nicholas > - To

Re: Lifecycle for javascript

2009-06-02 Thread Olivier Lamy
Hi, A packaging javascript exists in the mojo sandbox [1] You can try that. HTH, -- Olivier [1] http://mojo.codehaus.org/javascript-maven-tools/guide-javascript-development.html 2009/6/1 Nitin Verma : > Hi, > > Do we have lifecycle defined for javascript? > > Like: > > concatenate > static-che

Re: FATAL ERROR: id can not be null

2009-05-20 Thread Olivier Lamy
Hi, Maybe a repository/mirror declared in ~/.m2/settings.xml without any id. -- Olivier 2009/5/20 Algie Morgan : > I apologize if this question has already been asked.  I have searched the > recent archives and did not find it. > > I have a project that compiled fine under Maven 2.0.6.  I recent

Re: directory separator not / but \\ in resource filtering

2009-05-13 Thread Olivier Lamy
Hi, It's probably due to http://jira.codehaus.org/browse/MSHARED-78. It must be fixed with resources plugin 2.4-SNAPSHOT. We "only" need to release maven-filtering and resources plugin. :-) -- Olivier 2009/5/14 Rice Yeh : > Hi, >  I have a file put in resource like the following: > > value="jdb

Re: Retrieving current revision from SCM

2009-05-05 Thread Olivier Lamy
Hi, Have a look here : http://mojo.codehaus.org/buildnumber-maven-plugin/ HTH, -- Olivier 2009/5/5 Allan Ditzel : > Hi all, > > I'm trying to do the following: > > We're using subversion and we need to extract the revision number of the > working copy and put that in a properties file. Is there a

Re: Maven Changes Report Plugin problem

2009-04-28 Thread Olivier Lamy
Hi, We can help you if you provide logs or a sample project which reproduce the issue. Thanks, -- Olivier 2009/4/27 Alexander Vaysberg : > Hi, > I have a Problem with Maven Changes Report Plugin. I have the > changes.xml file, but if I generate pages with site, i have not the data > from changes.

Re: Using buildnumber-maven-plugin together with jetty plugin

2009-04-27 Thread Olivier Lamy
MavenProject >> instance for Artifact >> (org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-3-20090414.214556-8) >> of type: maven-plugin; constructing POM artifact instead. >> but it seems to appear from time to time only (probably on Maven first >> launch of the day) >

Re: pom-transformed.xml issue

2009-04-25 Thread Olivier Lamy
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 MAVEN_OPTS HTH, -- Olivier 2009/4/25 : > Hi, > > While doing b

Re: Using buildnumber-maven-plugin together with jetty plugin

2009-04-17 Thread Olivier Lamy
laborate a bit on this please? > > thanks > -nodje > > > 2009/4/14 Olivier Lamy : >> 2009/4/14 nodje : >>> >>> Hi Olivier, >>> >>> it does actually help! It works in IDEA now. >>> But if it can filter the ${timestamp}, it do

Re: Using buildnumber-maven-plugin together with jetty plugin

2009-04-14 Thread Olivier Lamy
2009/4/14 Olivier Lamy : > 2009/4/14 nodje : >> >> Hi Olivier, >> >> it does actually help! It works in IDEA now. >> But if it can filter the ${timestamp}, it doesn't work anymore for >> ${buildNumber}: >> >> [INFO] [buildnumber:create

Re: Using buildnumber-maven-plugin together with jetty plugin

2009-04-14 Thread Olivier Lamy
2009/4/14 nodje : > > Hi Olivier, > > it does actually help! It works in IDEA now. > But if it can filter the ${timestamp}, it doesn't work anymore for > ${buildNumber}: > > [INFO] [buildnumber:create {execution: default}] > [INFO] Change the default 'svn' provider implementation to 'javasvn'. > [

Re: Using buildnumber-maven-plugin together with jetty plugin

2009-04-13 Thread Olivier Lamy
You can try the current trunk of the buildnumber plugin which support using svnjava [1]. How to use it it's documented here [2] HTH, -- Olivier [1] http://code.google.com/p/maven-scm-provider-svnjava/ [2] http://mojo.codehaus.org/buildnumber-maven-plugin/using-svnjava.html 2009/4/13 Stephen Conn

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
Id> > > maven-release-plugin >                                        2.0-beta-9 >                                         > > false ing> > > false >                                                deploy > > -Prelease >                                         >              

Re: SCM requires that command line svn be used?

2009-04-06 Thread Olivier Lamy
n usual svn location for windows > %APPDATA%\Subversion and is in wincrypt form. > > I have authentication present for multiple servers -however I tried > removing all but the one in question and it still fails. > > /James > >> -Original Message- >> From: oliv

Re: maven release plugin issue

2009-04-06 Thread Olivier Lamy
Hi, First use a released version of the plugin : 2.0-beta-9. Then two options : - remoteTagging to false - add a scm element in your pom. -- Olivier 2009/4/6 huser : > > Hi, > > I setup the maven release plugin as > >                                         > org.apache.maven.plugins >          

Re: Using release plugin to build scm project

2009-04-02 Thread Olivier Lamy
2009/4/2 Todd Thiessen : > I made a change to the scm project to fix a bug that was bugging me. > Built the 1.3-SNAPSHOT version of the latest SCM plugin, tested it, and > it works fine. > > Now I want to do a formal release of my own personalized version of the > project. > > The release:prepare f

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Olivier Lamy
2009/4/1 Jorg Heymans : > (taking this back to the users list) > > On Wed, Apr 1, 2009 at 10:01 AM, Olivier Lamy wrote: >> 2009/4/1 Jorg Heymans : >>> On Wed, Apr 1, 2009 at 9:33 AM, Olivier Lamy wrote: >>> >>>> Try mvn help:effective-pom I'm

[ANN] Maven Release Plugin 2.0-beta-9 Released

2009-03-28 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.0-beta-9. http://maven.apache.org/plugins/maven-release-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-release-plugin 2.0-beta-9 Rele

[ANNOUNCE] Maven Scm 1.2 Release

2009-03-28 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of Maven Scm, version 1.2 Release Notes - Maven SCM - Version 1.2 ** Bug * [SCM-246] - p4 command reports most or all errors on stderr but maven-scm-provider-perforce throws away stderr * [SCM-252] - ClearCaseUpdateConsumer for I18N

Re: SCM requires that command line svn be used?

2009-03-26 Thread Olivier Lamy
Hi, It's possible with the javasvn implementation. This has been moved recently from the asf repository due to license issue. Now it's here : http://code.google.com/p/maven-scm-provider-svnjava/ It will be released after the maven-scm release. HTH, -- Olivier 2009/3/26 Chris : > I'm trying to con

Re: maven-release-plugin, svn 1.5 issue and dependencies

2009-03-26 Thread Olivier Lamy
Hi, The vote (maven-scm and maven-release-plugin) has started 2 days ago. (vote thread : [1]) I'm currently waiting the end of the release process to push artifacts on the central repo (the end for me is today 11H55 PM Paris Time ) BTW you can try with the staged artifacts. HTH, -- Olivier [1] ht

Re: Problem in release:prepare

2009-03-16 Thread Olivier Lamy
shots And configuring release mojo as this : org.apache.maven.plugins maven-release-plugin 2.0-beta-9-SNAPSHOT ... true .. As this fix very popular (a lot of votes) issues I hope to find some testers :-) Thanks -- Olivier 2009/3/14 Olivier Lamy : > Hi Folks, > I

Re: Problem in release:prepare

2009-03-14 Thread Olivier Lamy
Hi Folks, I have added some proposals here : http://jira.codehaus.org/browse/SCM-262 Comments are welcome ! Thanks, -- Olivier 2009/3/14 Jochen Wiedmann : > On Fri, Mar 13, 2009 at 11:43 PM, Edelson, Justin > wrote: > >> This looks like http://jira.codehaus.org/browse/SCM-406. Run svn up and >>

Re: [maven-war-plugin] Executing a goal after unpacking overlays and before repacking

2009-03-05 Thread Olivier Lamy
Hi, That's why the prepare-package will be a nice feature :-) Try to attach to test phase. -- Olivier 2009/3/5 Antonio Petrelli : > Hi all, > Is there a way to execute a goal just after the overlays are unpacked, > but before the final WAR is produced? > What I want to do is to modify a configura

Re: Resource Filtering Problem in Maven 2.0.10

2009-03-02 Thread Olivier Lamy
Hi, IMHO it's probably a bug for non properties file. But not for properties files. Creating a new File with the property value without this "escaping" will break. So why not escaping like this only for *.properties files ?? -- Olivier 2009/2/28 Larry North : > In Maven 2.0.10, resource filterin

Re: maven release plugin with git-svn?

2009-02-12 Thread Olivier Lamy
Hi, It works with last version (at least scm 1.1). You have a sample here [1] of two projects I have tested with it. You have to take care of this : http://jira.codehaus.org/browse/SCM-428 . HTH, -- Olivier [1] http://github.com/olamy/ 2009/2/12 Mark Derricutt : > Hi all, > > Does anyone know if t

[ANN] Tomcat Maven Plugin 1.0-beta-1 Released

2009-01-24 Thread Olivier Lamy
Hi, The Mojo team is pleased to announce the release of the Tomcat Maven Plugin, version 1.0-beta-1 The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container. http://mojo.codehaus.org/tomcat-maven-plugin/ You should specify the version in your project's

Re: [SOLVED] Re: exclude jars during filtering

2009-01-18 Thread Olivier Lamy
Yes please because nonFilteredFileExtensions feature was added to prevent such extra pom configuration. Have you forced the maven-resources-plugin version in your pom ? Is it a reactor builds ? In this case is the version in the pluginMngt section of your root pom ? -- Olivier 2009/1/18 Mark Stru

Re: how I can ensure that Maven include my own MANIFEST.MF instead of its generated one?

2009-01-03 Thread Olivier Lamy
Hi, Maybe have a look here http://maven.apache.org/shared/maven-archiver/examples/manifestFile.html . HTH, -- Olivier 2009/1/3 legolas : > > Hi > Thank you for reading my post > Can someone please let me know how I can ensure that Maven uses my own > Manifest.MF instead of the one it generates? >

Re: Deploying without uploading to Maven Repo

2008-12-21 Thread Olivier Lamy
http://maven.apache.org/plugins/maven-deploy-plugin/faq.html#skip 2008/12/21 Alex Morgovsky : > Hi. Is there a way to disable uploading to a Maven Repo during mvn deploy? > - To unsubscribe, e-mail: users-unsubscr...@maven.apach

Re: mvn changelog:changelog fails under Mac OSX 10.5, svn --non-interactive & authorization failed

2008-12-13 Thread Olivier Lamy
ease plugin too, just asking :). > > laurent > > 2008/12/12 Olivier Lamy : >> Maybe : >> http://blogs.exist.com/bporter/2008/02/25/working-around-non-interactive-problems-in-leopards-subversion/ >> >> -- >> Olivier >> >> 2008/12/12 Laurent Per

Re: Filtering web resources with values from settings.xml

2008-12-13 Thread Olivier Lamy
Hi, No. We load properties (and it's look difficult to load properties from an xml file). -- Olivier 2008/12/8 Wim Deblauwe : > Hi, > > is it possible to filter external web resources as explained here: > http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html,

Re: mvn changelog:changelog fails under Mac OSX 10.5, svn --non-interactive & authorization failed

2008-12-12 Thread Olivier Lamy
Maybe : http://blogs.exist.com/bporter/2008/02/25/working-around-non-interactive-problems-in-leopards-subversion/ -- Olivier 2008/12/12 Laurent Perez : > Hi > > I recently opened http://jira.codehaus.org/browse/MCHANGELOG-91 , does > anyone on 10.5 have a workaround for this one ? > Unfortunatel

Re: How to mkdir and move files as part of build

2008-12-12 Thread Olivier Lamy
2008/12/12 CheapLisa : > > great. I will try it. Will it automatically create the directory if the > destination dir does not exist? Sure > If now how do I make it create the directory? > > thanks > > L > > Olivier Lamy wrote: >> >> Hi, >> The

Re: How to mkdir and move files as part of build

2008-12-12 Thread Olivier Lamy
Hi, The sample here [1] should help. -- Olivier [1] http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html 2008/12/12 CheapLisa : > > Before the build takes place, I need to create a directory /target/ > and then copy some files from /src/main/resources/* to there. >

Re: scm:update

2008-12-05 Thread Olivier Lamy
-X in the mvn cli doesn't ? -- Olivier 2008/12/5 Danny Schimke <[EMAIL PROTECTED]>: > Hello! > > I haven't much experience with Maven yet... > In our Project we use the SCM- plugin. We use scm:update instead of "svn up" > (cause: to long directory names in Windows) > Is it possible to run scm:upda

Re: Plugin that bundles Jetty + Webapp for release

2008-12-04 Thread Olivier Lamy
Hi, Have a look at the continuum-jetty pom [1]. It use appassembler-maven-plugin and assembly plugin to do this. -- Olivier [1] https://svn.apache.org/repos/asf/continuum/trunk/continuum-jetty/pom.xml 2008/12/4 Siegfried Goeschl <[EMAIL PROTECTED]>: > Hi Stephan, > > I doubt there is a plugin doi

Re: [ANN] Maven Changes Plugin 2.1 Released

2008-11-25 Thread Olivier Lamy
n on how to use the different > issueLinkTemplatePerSystem configurations? > > Thanks, > Eric > >> -Ursprüngliche Nachricht- >> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im >> Auftrag von Olivier Lamy >> Gesendet: Dienstag, 25. November 2008

[ANN] Maven Changes Plugin 2.1 Released

2008-11-25 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Changes Plugin, version 2.1. http://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-changes-plugin 2.1 Release Notes - Maven 2

Re: Problem with source plugin, and release:prepare

2008-11-13 Thread Olivier Lamy
Hi, Try with : -DpreparationGoals="clean install" -- Olivier 2008/11/13 Valerio Schiavoni <[EMAIL PROTECTED]>: > hello everyone, > i've a first module [1] which declares the source plugin. then a second > module [2] that uses the dependency plugin to unpack the previous source jar > to do some

Re: Filtering TestResources

2008-11-13 Thread Olivier Lamy
date that on > Jira? Yes (If you could add a description with the expected values in the filtered resources : we can write an IT Test with that) > > -nodje > > > Olivier Lamy wrote: >> >> Can you load an issue and provide a project test case ? >> >>

Re: Filtering TestResources

2008-11-12 Thread Olivier Lamy
ifferently :( > > -nodje > > > Olivier Lamy wrote: >> >> Hi, >> As we have an it test [1] which test this and works, it should :-) >> >> -- >> Olivier >> [1] >> https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin/src/it/fil

Re: release plugin

2008-11-11 Thread Olivier Lamy
Hi, It looks related to "issue" MRELEASE-3 [1]. Have a look at the workaround HTH, -- Olivier [1] http://jira.codehaus.org/browse/MRELEASE-3 2008/11/11 Matthias Wessendorf <[EMAIL PROTECTED]>: > hi, > > I am using the release plugin to release something that is called > "1.2.10-SNAPSHOT". > > It

Re: Writing Plugins : how to access context variables

2008-11-06 Thread Olivier Lamy
Try with : /** * The current project base directory. * * @parameter expression="${basedir}" * @required */ private String basedir; -- Olivier 2008/11/7 Scott Carter <[EMAIL PROTECTED]>: > I am writing a Maven2 plugin where I need to be able to determine the > bas

Re: Filtering TestResources

2008-11-03 Thread Olivier Lamy
Hi, As we have an it test [1] which test this and works, it should :-) -- Olivier [1] https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin/src/it/filter-test-resources/ 2008/11/4 nodje <[EMAIL PROTECTED]>: > > Good question actually. > I realize I don't even specify it in

Re: Filtering TestResources

2008-11-03 Thread Olivier Lamy
Hi, Which version of the resources plugin are you using ? -- Olivier 2008/11/3 nodje <[EMAIL PROTECTED]>: > > I'm running into the exact same problem. > I'd be really convenient to be able to keep the same properties name. > > Could someone confirm this is a problem or the expected behavior? > Is

[ANN] Maven Release Plugin 2.0-beta-8 Released

2008-10-30 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Release Plugin, version 2.0-beta-8. http://maven.apache.org/plugins/maven-release-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-release-plugin 2.0-beta-8 Release N

Re: mvn release plugin only to release parent project

2008-10-28 Thread Olivier Lamy
Hi, -N should work. And add -Darguments="-N" -- Olivier 2008/10/28 John Coleman <[EMAIL PROTECTED]>: > Hi, > > I have a pom type parent project with modules of type jar that inherit > settings from the parent. > > Is it possible to do a mvn release at the parent level that does not > build and re

Re: Filtering with Maven reosurce plug-in

2008-10-23 Thread Olivier Lamy
No. Currently only two tokens are supported : ${ } and @ @. But can be done easily. Can you record an issue in jira with a project test case ? -- Olivier 2008/10/23 solo1970 <[EMAIL PROTECTED]>: > > Would it be possible to set filtering on a particular string instead of a > variable? > Anyone ha

Re: Actual version of maven-resources-plugin 2.3 bug/dependcies ???

2008-10-20 Thread Olivier Lamy
t; TIA > Andreas > > > --- Olivier Lamy <[EMAIL PROTECTED]> schrieb am Mo, 20.10.2008: > >> Von: Olivier Lamy <[EMAIL PROTECTED]> >> Betreff: Re: Actual version of maven-resources-plugin 2.3 bug/dependcies ??? >> An: "Maven Users List" , [EMAIL

Re: Actual version of maven-resources-plugin 2.3 bug/dependcies ???

2008-10-20 Thread Olivier Lamy
Which maven version are you using ? For me it works fine with 2.0.9. -- Olivier 2008/10/20 Andreas Riedel <[EMAIL PROTECTED]>: > Actual, I've the following üroblem with the new version of the > maven-resource-plugin: > > Any idea, what's wrong or how I can use the old version of the plugin?? >

[ANN] Maven Resources Plugin 2.3 Released

2008-10-17 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.3. New features : - New mojo to copy resources [1] - escape mechanism for property interpolation [2] - configuring file extension to not filtering [3] http://maven.apache.org/plugins/maven-resources-plugin

Re: Can I dependen another war project in my war project?

2008-10-13 Thread Olivier Lamy
Hi, Have a look here : http://maven.apache.org/plugins/maven-war-plugin/overlays.html -- Olivier 2008/10/13 陈思淼 <[EMAIL PROTECTED]>: > I have two web project called web-trade and web-refund. and I have a > web-bundle project to include the web-trade and web-refund in one and > assemble their depe

[ANN] Maven Filtering 1.0-beta-2 Released

2008-10-08 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Filtering, version 1.0-beta-2. These Plexus components have been built from the filtering process/code in Maven Resources Plugin. The goal is to provide a shared component for all plugins which needs to filter resources. http://maven.

Re: zip instead of jar

2008-10-07 Thread Olivier Lamy
Hi, Have a look at source here [1] it's in the sandbox. -- Olivier [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-zip-plugin/ 2008/10/6 buters <[EMAIL PROTECTED]>: > > Hi all, > > how can I create a zip-Archive instead of jar-one with Maven? > > Thanks beforehand, > rega

Re: make maven work in sun solaris 10

2008-10-06 Thread Olivier Lamy
Hi, I use maven with solaris 10 all the day. Check the file : resolv.conf with the cli cat /etc/resolv.conf You should see something like ; try dns name server nameserver dns server ip nameserver secondary dns server ip And try the cli : bash-3.00$ telnet repo1.maven.org 80 Trying 38

Re: maven filtering component usage

2008-10-04 Thread Olivier Lamy
Hi, MavenProjectValueSource interpolate values only with pom (expression starting with pom or project) (in beta-2). It doesn't use pom.properties. You have to add an other filterWrapper : mavenResourcesExecution.addFilerWrapperWithEscaping( new PropertiesEscapingBackSlashValueSource( true,

Re: command line debug args for jetty plugin?

2008-10-02 Thread Olivier Lamy
Perso I use : mvnDebug jetty:run (and you have a debugger on port 8080) 2008/10/2 Mick Knutson <[EMAIL PROTECTED]>: > I am trying to connect to my Jetty application, but want to know how to add > the following to the jetty plugin: > > -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,addres

[ANN] Maven Invoker Plugin 1.3 Released

2008-09-29 Thread Olivier Lamy
The Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.3. http://maven.apache.org/plugins/maven-invoker-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-invoker-plugin 1.3 Release Notes - Maven 2.

[ANNOUNCE] Continuum 1.2 Released

2008-09-22 Thread Olivier Lamy
The Apache Continuum team is pleased to announce Apache Continuum 1.2. The latest release is now available here: http://continuum.apache.org/download.html If you have any questions, please consult: - the web site: http://continuum.apache.org - the continuum-user mailing list: http://continuum

Re: maven-war-plugin (filtering resources)

2008-09-11 Thread Olivier Lamy
Hi, Currently no way to limit this. But you can certainly add an issue in http://jira.codehaus.org/browse/MSHARED under the component maven-filtering. As we have fixed http://jira.codehaus.org/browse/MRESOURCES-29 we can imagine having the same feature with the war plugin. -- Olivier 2008/9/11 wa

Re: Where to find repos to download the following jars?

2008-09-06 Thread Olivier Lamy
Hi, Try here : http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp -- Olivier 2008/9/6 thomas2004 <[EMAIL PROTECTED]>: > > 1) com.sun.jdmk:jmxtools:jar:1.2.1 > 2) com.sun.jmx:jmxri:jar:1.2.1 > > -- > View this message in context: > http://www.nabble.com/Where-to-fi

Re: maven-rar-plugin and filtering

2008-09-03 Thread Olivier Lamy
Hi, Sounds reasonnable. Can you attach a patch to http://jira.codehaus.org/browse/MRAR-22 ? Thanks, -- Olivier 2008/9/3 Rémy Sanlaville <[EMAIL PROTECTED]>: > Hi, > > I just wonder if it possible to use filtering with maven-rar-plugin (it > seems not). > For instance, we need it for login/passwor

Re: Maven release plugin

2008-09-02 Thread Olivier Lamy
Sorry not for me. There is only 26 hours per day :-) 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>: > > Not possbile at the begin of September? > Bye > > > > Olivier Lamy wrote: >> >> Hi, >> Personnaly, I have planned to do it near end of Septemb

Re: Maven release plugin

2008-09-02 Thread Olivier Lamy
Hi, Personnaly, I have planned to do it near end of September. -- Olivier 2008/9/2 Zucchi Alessandro <[EMAIL PROTECTED]>: > > Someone know when the 2.0-beta-8 of maven release plugin will be released ? > Regards > Alex. > -- > View this message in context: > http://www.nabble.com/Maven-release-

Re: org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread Olivier Lamy
network.\r\n > |\r\n< > p... @77:7) > Line: 77 > Column: 7 > > Could you see my attached settings.xml. ( I did not change anything in > it except proxy details) > > Thanks, > LK > > -Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread Olivier Lamy
you help. > > Thanks, > Lakshmi > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Olivier Lamy > Sent: Thursday, August 07, 2008 10:53 AM > To: Maven Users List > Subject: Re: org.apache.maven.plugins:maven-archetype-

Re: org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread Olivier Lamy
gt; > Thanks for the quick response, I do have access to the url > http://repo1.maven.org/maven2/ > Now could you also help me how to configure proxy in settings.xml > please. > > Thanks, > LK > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: org.apache.maven.plugins:maven-archetype-plugin does not exist

2008-08-07 Thread Olivier Lamy
It looks to be a common error due to no network acess to the central repo. [INFO] Repository 'central' will be blacklisted Please ensure you have a net access to http://repo1.maven.org/maven2/ . Or configure a proxy in your settings.xml HTH, -- Olivier 2008/8/7 Lakshmi Kurella <[EMAIL PROTECTE

Re: Using a Pleus component in a plugin

2008-07-28 Thread Olivier Lamy
hive(); > } catch(Exception e) { > throw new MojoExecutionException("Failed to create ESB archive " + > archiveFile.getAbsolutePath(), e); > } > } > > My final question is...Where is the source of knowledge to know about the > inclusions / exclusions i wo

Re: Using a Pleus component in a plugin

2008-07-28 Thread Olivier Lamy
atingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainW

Re: Using a Pleus component in a plugin

2008-07-27 Thread Olivier Lamy
Hi, It looks you want a zipArchiver. You can use : /** * The Jar archiver. * * @parameter expression="${component.org.codehaus.plexus.archiver.Archiver#zip}" * @required */ private ZipArchiver zipArchiver; Or with the new annotation /** * The Jar archiv

Re: filtering java sources

2008-07-02 Thread Olivier Lamy
Or you can have a look at http://maven.apache.org/shared/maven-runtime/ . The method [1] will help you . The returned bean MavenProjectProperties has a method called getVersion() . -- Olivier [1] http://maven.apache.org/shared/maven-runtime/apidocs/org/apache/maven/shared/runtime/MavenRuntime.h

Re: resin plugin deploying blank war?

2008-06-19 Thread Olivier Lamy
oups typo ;-) AFAIK this plugin is NOT supported by the maven dev team. 2008/6/19 Olivier Lamy <[EMAIL PROTECTED]>: > AFAIK this plugin is supported by the maven dev team. > Please have a look at http://www.caucho.com/ > caucho mailing lists are listed here : > http://maillist.

Re: resin plugin deploying blank war?

2008-06-19 Thread Olivier Lamy
AFAIK this plugin is supported by the maven dev team. Please have a look at http://www.caucho.com/ caucho mailing lists are listed here : http://maillist.caucho.com/mailman/listinfo Thanks ! -- Olivier 2008/6/19 Mick Knutson <[EMAIL PROTECTED]>: > 500 Servlet Exception > > > [show] java.lang.N

Re: codehaus repos fried?

2008-06-17 Thread Olivier Lamy
Hi, It's back now. (http://jira.codehaus.org/browse/HAUS-1700). -- Olivier 2008/6/17 Russ Tremain <[EMAIL PROTECTED]>: > At 12:25 PM -0700 6/17/08, Russ Tremain wrote: >>getting long hangs on both codehaus repos: >> >> http://snapshots.repository.codehaus.org/ >> http://repository.cod

Re: War Plugin Filtering

2008-05-29 Thread Olivier Lamy
Upgrade the war plugin version to last one : 2.1-alpha-1 -- Olivier 2008/5/29 Tom Purcell <[EMAIL PROTECTED]>: > > Hello > > I am trying to filter values in an XML document that should be placed in the > WEB-INF directory of a war. The file is located in the source structure in > src/main/webapp/

Re: Axis2 and Maven2

2008-05-28 Thread Olivier Lamy
Hi, This looks a more an axis ml question. But just note axis1 != axis2. And you have a mojo [1] which can help you with axis1. -- Olivier [1] http://mojo.codehaus.org/axistools-maven-plugin/ 2008/5/28 Karl Heinz Marbaise <[EMAIL PROTECTED]>: > Hello, > > i have a pom which defines a phase to cr

Re: mvn install: add sources

2008-05-07 Thread Olivier Lamy
Hi, Have a look here : http://maven.apache.org/plugins/maven-source-plugin/usage.html -- Olivier 2008/5/7 Jan Torben Heuer <[EMAIL PROTECTED]>: > Hi, can I make "mvn install" to install the sources, too? > > Jan > > > - > To u

Re: exclude .svn

2008-05-05 Thread Olivier Lamy
They are excluded by default. 2008/5/5 Nicola Benaglia <[EMAIL PROTECTED]>: > Hi, > I need to exclude my .svn from the created jar. > > I tried unsuccesfully this: > > > org.apache.maven.plugins >maven-jar-plugin > > >

Re: jarsigner plugin?

2008-04-09 Thread Olivier Lamy
Hi, The jar plugin can do it for you. http://maven.apache.org/plugins/maven-jar-plugin/sign-mojo.html -- Olivier 2008/4/9, /U <[EMAIL PROTECTED]>: > > > Is there a jarsinger plugin available for Maven 2.0.8? > > Regards > > /Ur > > -- > View this message in context: > http://www.nabble.com/j

Re: maven-war-plugin filtering problem

2008-04-01 Thread Olivier Lamy
Hi, Have you tried with last snapshot version ? Because we have changed resources handling (webResources). Thanks, -- Olivier 2008/4/1, Chris Barran <[EMAIL PROTECTED]>: > Dear maven users, > I cannot get the maven-war-plugin filtering to work as expected. > > I'm trying to configure my

Re: Exclude module from deploy phase

2008-03-31 Thread Olivier Lamy
Hi, Have a look at http://jira.codehaus.org/browse/MDEPLOY-63. It's in the current deploy plugin trunk. But you must take care and remove this configuration when you release your project (remove this in a release profile). -- Olivier 2008/3/31, Andrew Uhm <[EMAIL PROTECTED]>: > Hello, > > Is it

Re: excluding files from jar doesn't work completely well - maven-jar-plugin 2.2

2008-03-11 Thread Olivier Lamy
Post an issue in jira. And attach a simple project test case to reproduce the issue. Thanks, -- Olivier 2008/3/11, Patrizio Munzi <[EMAIL PROTECTED]>: > Hi All, > > I'm trying to exclude some files from the built jar by using the > maven-jar-plugin exclude feature. > > Here's my configuration:

Re: Why is the parent pom upload compulsory ?

2008-03-03 Thread Olivier Lamy
Hi, inline. 2008/3/3, MATHUS Baptiste <[EMAIL PROTECTED]>: > Hi all, > > I'm evaluating continuum 1.1. Cool :-) > We've been using the 1.0 for some months now, and consider migrating mostly > for the group management feature. > In fact, we're about to add more and more projects, and displaying

Re: Bug with maven-dependency-plugin?

2008-03-02 Thread Olivier Lamy
An other module use the plugin with the version 2.0-alpha-4 ? -- Olivier 2008/3/2, Sebastien ARBOGAST <[EMAIL PROTECTED]>: > I have a problem using maven-dependency-plugin. One of my modules configures > this plugin: > > org.apache.maven.plugins > maven-dependen

Re: Started getting exception when packaging war

2008-02-27 Thread Olivier Lamy
Hi, A method has been changed but everything has been deployed on 25Feb. Can you cleanup a part of your local repo : - rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-war-plugin - rm -rf ~/.m2/repository/org/apache/maven/shared/maven-filtering/ Then try again. But unless you reallly need

Re: Adding a Project using XML-RPC - Broken?

2008-02-27 Thread Olivier Lamy
looks related to CONTINUUM-1590 ? -- Olivier 2008/2/27, Emmanuel Venisse <[EMAIL PROTECTED]>: > Can we see your code? > > > Emmanuel > > > On Wed, Feb 27, 2008 at 1:01 AM, kroe <[EMAIL PROTECTED]> wrote: > > > > > I am tinkering with the ContinuumXmlRpcClient and think I found a bug. > > Wh

Re: manifest problem Please help

2008-02-24 Thread Olivier Lamy
Have a look at useDefaultManifestFile mojo parameter [1] It's false by default to preserve backward compatibility (look MJAR-71 [2] for details). -- Olivier [1] http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html#useDefaultManifestFile [2] http://jira.codehaus.org/browse/MJAR-71 200

Re: Windows path length limitation

2008-02-19 Thread Olivier Lamy
Try to configure Build Output Directory and Working Directory to c:\\bd and c:\\wd Go to the configuration entry of the administration menu [1] -- Olivier [1] http://maven.apache.org/continuum/docs/1.1/administrator_guides/configuration.html 2008/2/19, KURT TOMETICH <[EMAIL PROTECTED]>: > > Is t

Re: damage image files

2008-02-18 Thread Olivier Lamy
Hi, Related jira issue : http://jira.codehaus.org/browse/MWAR-145 -- Olivier 2008/2/18, Rémy Sanlaville <[EMAIL PROTECTED]>: > Hi Olivier, > > It works well. Thanks (again). > > But (for information) it seems that it not deploy yet (the > 2.1-alpha-2-20080216.004105-7 version does not include thi

Re: damage image files

2008-02-17 Thread Olivier Lamy
Hi, In the last war plugin SNAPSHOT, there is now a new configuration parameter which prevent filtering on file extensions : pdf The default values are jpg,jpeg,gif,bmp,png -- Olivier 2008/2/13, Rémy Sanlaville <[EMAIL PROTECTED]>: >

Re: damage image files

2008-02-13 Thread Olivier Lamy
Hi, What about a configuration parameter in the mojo (maven-resources-plugin) like : jpg,jpeg,pdf Currently adding this in the resource configuration in the pom needs some core changes. Remy, I'm sure you can load an issue in MWAR concerning overlays ;-). Thanks, -- Olivier 2008/2/13, Stuart

Re: question about maven-rar-plugin

2008-02-04 Thread Olivier Lamy
Hi, Have try defining this in your pom rar ? rar packaging is define in maven core. -- Olivier 2008/2/4, Stephen Connolly <[EMAIL PROTECTED]>: > Why does this plugin not define a packaging of type rar? > > All the other JavaEE plugins: war, ear, ejb, etc define a packaging. > What was the rationa

Re: War Overlays and resources filtering

2008-02-04 Thread Olivier Lamy
Overlay configuration has a filtered element. zipGroupId zipArtifactId scripts true If it doesn't work please load an issue. -- Olivier 2008/2/4, Rémy Sanlaville <[EMAIL PROTECTED]>: > Hi, > > I have multiple web applications who share common resources. > So I use the war overlays mec

Re: [m2.0.7] Null pointer exception with war:exploded

2008-02-04 Thread Olivier Lamy
Hi, Have a look at your configuration, directory element is missing : HERE PUT A DIRECTORYtrue *.xml -- Olivier 2008/2/4, Allen, Daniel <[EMAIL PROTECTED]>: > Hi, all. > > Thanks to everyone who helped me out with finding and configuring the > war plugin. I believe tha

Re: Maven Invoker Plugin help

2008-02-04 Thread Olivier Lamy
ven-2.0.8 :) > > Thanks again Olivier for your help. > > -David > > On Feb 1, 2008 4:41 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > > > If building your maven project failed, the invoker will report this > > (line starting with : ...FAILED) > > >

Re: Existance of ZIP Archetype? | How to distribute DB code to different mvn modules?

2008-02-01 Thread Olivier Lamy
Hi, There is now a zip plugin in the maven sandbox. How to use it explained here : http://people.apache.org/~olamy/snapshots/maven-zip-plugin/ You have to use the apache plugin snapshot repository [1]. -- Olivier [1] http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.

<    1   2   3   4   5   6   7   8   9   >