Re: Clogging NoClassDefFoundError

2006-12-22 Thread Alexandre Poitras
From : http://cwiki.apache.org/WICKET/maven-jetty6-plugin.html *Currently, the best plugin version to use is the 6.0-SNAPSHOT one, so be aware that it is a little out on the edge. The reason for this is that earlier versions of Jetty used commons-logging, which lead to various class-loader

Re: maven proxy question

2006-12-09 Thread Alexandre Poitras
You should gave a look at Mergere Maestro (open source) which include Maven Archiva. Maven Proxy is outdated and no longer under development. On 12/7/06, Christian Goetze [EMAIL PROTECTED] wrote: I am using the maven proxy as described in

Re: Quality Dashboard

2006-12-01 Thread Alexandre Poitras
I went to a conference in Montreal today and from what Vincent said, it's going to be based on XWiki. I'll let him talk more about it by himself :) On 9/7/06, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, reading through http://idisk.maven.org/jvanzyl/Public/presos/Feynman.pdf, there is talk of

Maintenance branch

2006-11-06 Thread Alexandre Poitras
versions ? Manually? For instance, let's say I am releasing the 1.0 version, I would like my maintenance pom version to be 1.0.1-SNAPSHOT. I am not the only one to use this kind of scheme so I was wondering if anyone out there had a brilliant solution to propose. Thank! Alexandre Poitras

Re: Ftp'ing an ear file

2006-10-16 Thread Alexandre Poitras
MyFaces has the wagon plugin : http://www.ibiblio.org/maven2/org/apache/myfaces/maven/wagon-maven-plugin/ I don't know where you can't find any doc although it is quite simple to use. On 10/16/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there a plugin to sftp(to a remote machine) an ear/war

Re: Can anyone help me to deploy from maven to oas 10 please

2006-09-19 Thread Alexandre Poitras
Cargo doesn't support yet oc4j 10.1.3. On 9/19/06, Mick Knutson [EMAIL PROTECTED] wrote: That would be great. Would love to see it. I just really want to stop using the web console. Too many issues On 9/18/06, Wayne Fay [EMAIL PROTECTED] wrote: I actually use Maven to package my EAR,

Re: [M2] Managing Repositories

2006-09-17 Thread Alexandre Poitras
I think you are trying to control dependencies and not plugins right? So in order to do that, you need two different repositores. One for dependencies and one for plugin. Control access to the dependency one and allow free access to the plugin one. On 9/16/06, Andreas Guther [EMAIL PROTECTED]

Interesting news on a Maven bundle for Spring

2006-09-15 Thread Alexandre Poitras
http://blog.interface21.com/main/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven-jdepend-plugin for M2 ?

2006-09-15 Thread Alexandre Poitras
http://mojo.codehaus.org/jdepend-maven-plugin/usage.html On 9/15/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Dear. Where can I find working maven-jdepend-plugin for M2, I found one under the following URL : http://www.ibiblio.org/maven2/maven/maven-jdepend-plugin/ but version 1.4

Apache snapshot repository use unique versions

2006-09-14 Thread Alexandre Poitras
Why is the option uniqueVersion enabled when you deploy plugins to the apache snapshot repository? This feature doesn't work and so I can't use a snapshot version of a plugin without installing it myself on a daily basic. I find it very annoying and frustrating. Any comments?

Re: Problem with maven repository

2006-09-14 Thread Alexandre Poitras
I remember there was a issue with the latest jetty pom but I could be wrong. On 9/14/06, HUGOT Franck [EMAIL PROTECTED] wrote: Maven2 fails to download http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0. I don't know why M2 is looking for the file there, since the file is on

Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2006-08-23 Thread Alexandre Poitras
There is a Maven plugin available in the myfaces trinidad project. You have to build it yourself but work great. On 8/22/06, Mick Knutson [EMAIL PROTECTED] wrote: I am trying to add my maven application to JDeveloper workspace. Can anyone help me? When I import the ear file into JDeveloper, it

Re: https proxy support?

2006-07-26 Thread Alexandre Poitras
I have the same exact problem, anyone has find a solution?? On 5/17/06, Franz Fehringer [EMAIL PROTECTED] wrote: Only the first proxy is considered it seems. If i exchange the two proxies (https first http second) the http connects start to fail. How do i configure i proxy for both http amd

Re: https proxy support?

2006-07-26 Thread Alexandre Poitras
Ok I got it : http://jira.codehaus.org/browse/WAGONHTTP-6 On 7/26/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I have the same exact problem, anyone has find a solution?? On 5/17/06, Franz Fehringer [EMAIL PROTECTED] wrote: Only the first proxy is considered it seems. If i exchange

Re: maven site into Trac?

2006-07-26 Thread Alexandre Poitras
I'm also very interested :) On 7/26/06, dan tran [EMAIL PROTECTED] wrote: On 7/26/06, Andrew Williams [EMAIL PROTECTED] wrote: :) I am the dev behind dev.rectang.com and can tell you it is not manually done :) I have a trac plugin that is almost ready for a release that does it for me.

Re: Maven Build Notification

2006-07-26 Thread Alexandre Poitras
You could also use continuum manual build functionnalities. Just don't set any scheduled build if you don't need to. On 7/25/06, Thomas Van Buskirk [EMAIL PROTECTED] wrote: Thank you gscokart and ivolimmen ... I'll check JIRA for the issue. It would be nice to be able to determine the actual

Re: deploying jars without version information

2006-07-25 Thread Alexandre Poitras
What do you means by deploting? Deploying on a maven repository or on a application server ? In the first case, the answer is no because Maven needs those metadatas to be able to manage dependencies. In the other case, yes it's possible just change the name in your war/jar plugin configuration

Re: Using maven to create an executable

2006-07-12 Thread Alexandre Poitras
Just create a jar and fill its manifest file correctly. On 7/10/06, Louisa Nilsennygaard [EMAIL PROTECTED] wrote: i'm new to maven, but i've been getting on really well with it thus far. however, i now want to generate an executable file for an application i am developing. at the moment i

Re: Maven2 tutorial in french

2006-07-10 Thread Alexandre Poitras
thk for the hint! On 7/10/06, Arnaud Bailly [EMAIL PROTECTED] wrote: Hello, For all french reading people on this list and out there, I am pleased to announce the online publication of a translation/adaptation in our language of peopleware's maven 2 tutorial. It is available at the following

Re: Disecting a webapp?

2006-07-06 Thread Alexandre Poitras
Can't you create more than one war and add them to an ear archive? If it's not a valid strategy in your case than I guess you can use the dependency plugin unpack goal (http://mojo.codehaus.org/dependency-maven-plugin/) or you can use the war merging feature of Maven (don't know how it works but

Re: [m2] Plugin Version in POM

2006-07-04 Thread Alexandre Poitras
Properties would be a very good and simple solution because a child project can always override them and provide its own values if it really needs too. On 7/4/06, Hilco Wijbenga [EMAIL PROTECTED] wrote: On 7/4/06, leahpar [EMAIL PROTECTED] wrote: = maybe you should add version2.0/version inthe

Re: Depedency on jdbc-stdext-2.0.jar fails

2006-07-03 Thread Alexandre Poitras
the sources jars are there for, and how they can be used. B Alexandre Poitras wrote: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On 7/2/06, Brad O'Hearne [EMAIL PROTECTED] wrote: I have a dependency on the jdbc-stdext-2.0.jar. In my pom.xml, I have the following

Re: Pregoal

2006-07-03 Thread Alexandre Poitras
Just put your resources files in src/main/resources/appcontext and everything will work fine. No need to copy. On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL

Re: Depedency on jdbc-stdext-2.0.jar fails

2006-07-02 Thread Alexandre Poitras
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On 7/2/06, Brad O'Hearne [EMAIL PROTECTED] wrote: I have a dependency on the jdbc-stdext-2.0.jar. In my pom.xml, I have the following: dependency groupIdjavax.sql/groupId artifactIdjdbc-stdext/artifactId

Re: Deploying the site

2006-07-01 Thread Alexandre Poitras
You can also use file:. On 6/30/06, Martin Gilday [EMAIL PROTECTED] wrote: You will need to add a site element under distribution management in your POM. From what I understand you cannot use FTP to deploy the site, as Wagon does not support directory uploading, so I am using SCP.

Re: assembly plugin problem

2006-07-01 Thread Alexandre Poitras
Should help you : http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html On 6/30/06, nazim chakik [EMAIL PROTECTED] wrote: Hello, I use the maven's assembly plugin and I have the following problem: I have several projects which are modules of one main project containing

Re: [m2] individual log4j config in team environment?

2006-07-01 Thread Alexandre Poitras
I think your first idea was the best one. Just use a different profile at deploy time to change the log4j.properties filename. If you want to stick with your second idea, a basic ant task should do the trick. On 6/30/06, Adam Hardy [EMAIL PROTECTED] wrote: Hi, I would like to configure our m2

Re: warSourceDirectory

2006-06-28 Thread Alexandre Poitras
plugin uses the extension to determine if it will do a war overlay. Alexandre Poitras wrote: To those who are facing the same issue, I just submitted a patch that seems to fix the problem. Hope it helps. On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: This is what I'm already doing

warSourceDirectory

2006-06-27 Thread Alexandre Poitras
Why is the War plugin supporting only one war source directory instead of a list? It bothers me because I need to generate some html sources files and of course I don't want to mess with my src directory. Any hint? I think I'll try to develop a patch.

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
I thought webResources were copied under WEB-INF/classes. Should fix my problem. Thank a lot!!! On 6/27/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Why is the War plugin supporting only one war source directory instead of a list? It bothers

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
Ok it works fine except with WTP. The eclipse plugin doesn't seem to add corresponding wb-resources entries in the settings/.component file. There is already a Jira issue on this one : http://jira.codehaus.orgbrowse/MECLIPSE-111 On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I thought

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 27, 2006 1:52 PM To: Maven Users List Subject: warSourceDirectory Why is the War plugin supporting only one war source directory instead of a list? It bothers me because I need to generate some html sources files

Re: warSourceDirectory

2006-06-27 Thread Alexandre Poitras
To those who are facing the same issue, I just submitted a patch that seems to fix the problem. Hope it helps. On 6/27/06, Alexandre Poitras [EMAIL PROTECTED] wrote: This is what I'm already doing. The problem is that the WTP .component file is not generated correctly since the files aren't

Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Hi Wendy, I got this from an older mail. Maybe you have the same problem : For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config as it defaults to 'no'. Seems to be happy now. On 6/19/06, Wendy Smoak [EMAIL PROTECTED] wrote: When using 'mvn

Re: [m2] configuring site:stage-deploy

2006-06-26 Thread Alexandre Poitras
Just to confirm, I just tried this solution and it fix the problems. On 6/26/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Hi Wendy, I got this from an older mail. Maybe you have the same problem : For anyone interested: I had to set PasswordAuthentication to 'yes' in /etc/ssh/sshd_config

Re: How to get the latest STABLE version of a library dependency automatical

2006-06-26 Thread Alexandre Poitras
I don't think it is a good idea. You should always manually upgrade your dependencies to see if nothing break in your application. So in short, I don't think there is a way to do that and I don't think many people would be interested in this solution. On 6/26/06, Jimisola Laursen [EMAIL

Re: Alter package lifecycle

2006-06-25 Thread Alexandre Poitras
You can't do that. What is your use case? *The only possible solution I could see is to link a goal to a lifecycle phase but I think it would be better to tell us your needs first. On 6/25/06, Kevin Menard [EMAIL PROTECTED] wrote: Hi, I'd like to defer the running of my tests until after my

Re: Alter package lifecycle

2006-06-25 Thread Alexandre Poitras
-to-the-lifecycle.html On 6/25/06, Kevin Menard [EMAIL PROTECTED] wrote: On Sun, 25 Jun 2006 21:47:37 -0400, Alexandre Poitras [EMAIL PROTECTED] wrote: You can't do that. What is your use case? *The only possible solution I could see is to link a goal to a lifecycle phase but I think it would

Re: JSP compiler plugin

2006-06-23 Thread Alexandre Poitras
Sorry if this is a banal question (I haven't done jsp precompiling yet), so the jsp's get precompiled and exposed as servlets in the web.xml? Why?? In production it is usally the recommended approach. - To unsubscribe, e-mail:

Re: JSP compiler plugin

2006-06-23 Thread Alexandre Poitras
. Anyway, I hate JSP. I much prefer Veloticy or Facelets in the JSF world :) On 6/23/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Sorry if this is a banal question (I haven't done jsp precompiling yet), so the jsp's get precompiled and exposed as servlets in the web.xml? Why?? In production

Re: How to implement an organisational super pom ?

2006-06-22 Thread Alexandre Poitras
You confuse multi-modules project and super pom. A super pom doesn't need to declare any modules. It is an independant project which has its own version and distributed in your internal repository so that any project can download whenever it needs it. It should fix your problems. On 6/20/06,

Re: Top-level POM behaviour

2006-06-22 Thread Alexandre Poitras
Modules are meant to be built from the top project so you can work on all of them at the same time. Don't try to build them separatly because it won't work. If it's not what you want and you prefer compiling each project separately, you should stick to normal SNAPSHOT dependencies. On 6/22/06,

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Alexandre Poitras
This is the best solution. Another advantage is that if you find a bug in a dependency pom, you can submit an issue to Maven team and fix it in your internal repo until it is fixed in the main repo. On 6/21/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. I'm introducing Maven in my company.

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Alexandre Poitras
BTW be careful about the words you use : internal repository is not the same as a local repository. A local repository should be only local to a developer desktop and not on a network drives or you will have speed issues. On 6/21/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. I'm introducing

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Alexandre Poitras
Install Maven Proxy or Proximity and you get your repository. It will get populated automatically when a developer request a dependency found on Maven central repo. As for Maven, installation instructions are found on the front page. On 6/21/06, Nidhi Goyal, Noida [EMAIL PROTECTED] wrote: hi,

Re: Maven best practices - company-wide local repository?

2006-06-21 Thread Alexandre Poitras
[INFO] Finished at: Wed Jun 21 17:00:28 GMT+05:30 2006 [INFO] Final Memory: 1M/2M Thanks, Nidhi -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 4:57 PM To: Maven Users List

Re: conceptual problem in multi-module project?

2006-06-19 Thread Alexandre Poitras
values just use a super pom (using the parent tag) which doesn't declare any modules. For instance, I use a 3 level pom hierarchy and it works like a charm. -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 2:32 PM To: Maven Users List Subject

Re: conceptual problem in multi-module project?

2006-06-18 Thread Alexandre Poitras
That is the point. In order to build m2, I have to build the whole project. If m2 is still in development (ie, some tests still fail), I can't build m2 separately. If m2 and m1 doesn't share the same release cycle, they shouldn't be sibling modules. The purpose of modules is to separate a big

Re: Goal to grab dependencies

2006-06-15 Thread Alexandre Poitras
I think this is what you are looking for : http://mojo.codehaus.org/dependency-maven-plugin/introduction.html On 6/15/06, Simon Bates [EMAIL PROTECTED] wrote: Hi everyone, I'm just starting with Maven and I have a quick question that I was wondering if someone might be able to help me with. I

Re: integration builds and version numbers

2006-06-14 Thread Alexandre Poitras
Just pass it on the command line. You should check the plugin page. Tons of information like the goal names and their properties : http://maven.apache.org/plugins/maven-release-plugin/howto.html http://maven.apache.org/plugins/maven-release-plugin/plugin-info.html On 6/14/06, EJ Ciramella [EMAIL

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. Do

Re: source bundle including dependency sources

2006-06-11 Thread Alexandre Poitras
http://mojo.codehaus.org/dependency-maven-plugin/introduction.html On 6/11/06, Ovidio Mallo [EMAIL PROTECTED] wrote: Hi everyone, I wanted to ask whether there is some Maven2 plugin which allows to produce a source bundle for a project, i.e. a JAR file containing not only the sources of the

Re: source bundle including dependency sources

2006-06-11 Thread Alexandre Poitras
I think it can if you declare source dependencies. But as you said the problem is more with the repository. Anyway, this is the best solution he can get at the moment. On 6/11/06, jerome lacoste [EMAIL PROTECTED] wrote: On 6/11/06, Alexandre Poitras [EMAIL PROTECTED] wrote: http

Re: mvn eclipse:eclipse on linux M2_REPO/path not found by eclipse

2006-06-10 Thread Alexandre Poitras
Just do it manually : http://maven.apache.org/plugins/maven-eclipse-plugin/overview.html On 6/10/06, Marc Weber [EMAIL PROTECTED] wrote: Hi. After running mvn eclipse:eclipse -Dproject=projectname I get my .classpath file. Fine. BUILD SUCCESFUL. But eclipse still can't resolve it. Even mvn

Re: HELP! multi-projects dependency

2006-06-09 Thread Alexandre Poitras
And keep in mind that the plugin is only in version 0.0.5. On 6/9/06, Roland Asmann [EMAIL PROTECTED] wrote: And you could try sending along a small part of the output (the errors) for us to work with... Roland On Friday 09 June 2006 01:57, Lee Meador wrote: I'm only answering some

Re: HELP! multi-projects dependency

2006-06-09 Thread Alexandre Poitras
Whoops I mean 0.0.9 On 6/9/06, Alexandre Poitras [EMAIL PROTECTED] wrote: And keep in mind that the plugin is only in version 0.0.5. On 6/9/06, Roland Asmann [EMAIL PROTECTED] wrote: And you could try sending along a small part of the output (the errors) for us to work with... Roland

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
If you want a web project, add 'packagingwar/packaging' just after 'version'. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify the wtpversion, Maven just create a regular Eclipse project and not a web project. On 6/8/06, giacumbert [EMAIL PROTECTED] wrote: Hello

Re: Maven 2 and WTP

2006-06-08 Thread Alexandre Poitras
Forget about wtpversion, I didn't see it was already set in your pom file. On 6/8/06, Alexandre Poitras [EMAIL PROTECTED] wrote: If you want a web project, add 'packagingwar/packaging' just after 'version'. Also be sure to run 'mvn eclise:eclipse -Dwtpversion=1.0'. If you don't specify

exported pom encoding

2006-06-08 Thread Alexandre Poitras
Hi all, I have a little problem. My pom.xml encoding is set to ISO-8859-1 but each time I run 'mvn package', maven generates an exported pom which has a 'UTF-8 encoding. I would like to keep the original encoding because Eclipse complains about bad characters in the generated xml file. Any idea

Re: Apache commons enums question

2006-06-08 Thread Alexandre Poitras
Enums package is there only since version 2.1 (before it was 'enum'). So just change your dependency version to 2.1 and everything should work. On 6/8/06, namartin [EMAIL PROTECTED] wrote: I am trying to work out the dependencies of a project that is being converted to use Maven. The project

Re: Apache commons enums question

2006-06-08 Thread Alexandre Poitras
And erase the file you just have installed or Maven won't download it. On 6/8/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Enums package is there only since version 2.1 (before it was 'enum'). So just change your dependency version to 2.1 and everything should work. On 6/8/06, namartin

Re: [M2] Snapshots deployed to server not being found

2006-06-07 Thread Alexandre Poitras
/updatePolicy /snapshots idinternal-released/id urlhttp://192.168.6.194/proximity/repository/url /repository /repositories /profile /profiles Hope this is a help to somebody. Ben On 6/6/06, Alexandre Poitras [EMAIL PROTECTED] wrote: In my case, snapshots are configured correctly. In fact

Re: eclipse, wtp, maven and web apps

2006-06-07 Thread Alexandre Poitras
It isn't a problem, your ide compiling/debugging functionalities are enough to write and test your code. In that case, you just need Maven to produce a valid Eclipse project according to the pom. If it's still bother you, just turn off Eclipse automatic build features and run Maven from Eclipse

Re: How best to specify maven-proxy - in settings.xml or as repository in pom.xml?

2006-06-07 Thread Alexandre Poitras
You should declare repositories in both and mirrors in settings.xml. A corporation wide parent pom is the best solution to define repositories but you still need to define them in settings.xml to handle 2 specific cases : 1) Being able to retrieve the parent pom. 2) Run indivual goals that don't

Re: How best to specify maven-proxy - in settings.xml or as repository in pom.xml?

2006-06-07 Thread Alexandre Poitras
By the way, the proxy element in settings.xml is used to specify a HTTP proxy not a Maven-proxy. On 6/7/06, Alexandre Poitras [EMAIL PROTECTED] wrote: You should declare repositories in both and mirrors in settings.xml. A corporation wide parent pom is the best solution to define repositories

Re: Maven 2 and WTP

2006-06-07 Thread Alexandre Poitras
The eclipse plugin works like a charm with WTP. I use it on a daily basic. If your project structure respect Maven conventions, a simple mvn -Dwtpversion=1.0 eclipse:eclipse does the trick. On 6/7/06, Zeiler Christian, Bedag [EMAIL PROTECTED] wrote: Hello Yesterday I tried to convert a maven

Re: JSP compiler plugin

2006-06-07 Thread Alexandre Poitras
Is c.tld located in src/main/resources/WEB-INF/tld? On 6/7/06, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: plugin groupIdorg.codehaus.mojo/groupId artifactIdjspc-maven-plugin/artifactId executions execution idjspc/id phasecompile/phase

Re: Skip instal//deploy

2006-06-07 Thread Alexandre Poitras
Just run 'compile' instead of install or deploy. They are the last lifecycle phases so they are easy to skip :) On 6/7/06, Sean Schofield [EMAIL PROTECTED] wrote: Is there a way to mark an artifact such that the install and deploy are skipped? In my case, there really is no need to have WAR

Re: Skip instal//deploy

2006-06-07 Thread Alexandre Poitras
Oops I mean 'package'. On 6/7/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Just run 'compile' instead of install or deploy. They are the last lifecycle phases so they are easy to skip :) On 6/7/06, Sean Schofield [EMAIL PROTECTED] wrote: Is there a way to mark an artifact

Re: eclipse, wtp, maven and web apps

2006-06-07 Thread Alexandre Poitras
Well this may be possible in the future with the eclipse maven plugin. Anyway, packaging a web app is not something you do regularly. I think you are being a bit idealistic here. It's not optimal but in the mean time it works correctly. Never seen any performance issue and I don't agree with what

Re: eclipse, wtp, maven and web apps

2006-06-07 Thread Alexandre Poitras
By the way, when I speak about the Eclipse Maven plugin, I am speaking about this one http://maven.apache.org/eclipse-plugin.html. I guess in the future, there is going to be a more complete Maven builder included. On 6/7/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Well this may be possible

Re: How best to specify maven-proxy - in settings.xml or as repository in pom.xml?

2006-06-07 Thread Alexandre Poitras
Or just distribute a little install script. On 6/7/06, Edwin Punzalan [EMAIL PROTECTED] wrote: If you don't want your developers to be creating their own setttings.xml, then I guess modifying maven.jar!conf/settings.xml is the better choice. Michael Waluk wrote: I would love some advice...

Re: newbie error with archetype:create

2006-06-07 Thread Alexandre Poitras
It happens often when you download a bunch of stuff on ibiblio since it is quite a busy site. Just run it again and everything should work. On 6/7/06, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Joe, Try removing the maven-profile jar files (including its corresponding pom metadata files)

Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras
Same problem here, snapshots are not resolved anymore but they used to be in the past. Now, if I release a version of the same dependency and depends upon it instead of the snapshot version, everything works. Looks like a bug to me. On 6/5/06, ben short [EMAIL PROTECTED] wrote: Olivier, Ah, I

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras
I'm not using proximity but Maven proxy at the moment. On 6/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Same here...one thing I think I did that seemed to work was to throw the -U cmd on the compile, ie. mvn -U compile. Try that and let us know if it works. --Rudy -Original

Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras
it tomorrow. Ben On 6/5/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I'm not using proximity but Maven proxy at the moment. On 6/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Same here...one thing I think I did that seemed to work was to throw the -U cmd on the compile, ie. mvn -U

Re: Using a custom template in a skin?

2006-06-05 Thread Alexandre Poitras
What is your skin packaging type? It should be maven-plugin. On 6/5/06, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, I want to have some custom HTML below the left navigation bar in my maven project site. I guess I have to make my own skin for that. Here's what I've done so far: 1.

Re: [m2] Is there a way to turn off downloading of poms?

2006-06-05 Thread Alexandre Poitras
Change your repository declaration order. It should do the trick but a better option would be to use Maven Proxy or Proximity. This way, Maven would only go to one place to get what is needed to build your projet. On 6/5/06, Jason Chaffee [EMAIL PROTECTED] wrote: My builds are constantly

Re: How do I manage versions of artifacts in a large project in Maven 2.0?

2006-06-05 Thread Alexandre Poitras
You should take a look at the dependencyManagement section. I think this is what you are looking for. On 6/5/06, Watson, Gordon [EMAIL PROTECTED] wrote: To start the discussion we utilize properties files in maven 1.0.2 to set global properties (so we don't have to use multiple

Re: depencency version required

2006-06-05 Thread Alexandre Poitras
Look like there is a mistake in your ear pom. My guess : you probably forgot to add the parent section or you made a mistake in the ids you supplied in the parent pom dependencyManagement section. On 6/5/06, Lee Meador [EMAIL PROTECTED] wrote: I have a parent project/pom and several children

Re: [M2} Possible to pull in a pre built war as the EAR webModule?

2006-06-05 Thread Alexandre Poitras
Just make sure it is installed in your local or internal repository when you build and it should work. On 6/5/06, ben short [EMAIL PROTECTED] wrote: Hi, Is it possible to use a allready built webapp as a ear webModule, rather than having the webapp as a module of the ear project itself? Ben

Snapshot repository

2006-06-02 Thread Alexandre Poitras
Hi all, I have been having problem with snapshot repositories lately. My internal repository doesn't want to serve snapshot anymore. I think it has begun with Maven 2.0.4 since it was working well in the past. I know some other people have complained about the same thing so I was wondering if

Re: Free book on maven 2.0

2006-05-31 Thread Alexandre Poitras
And where do you think most Maven 2 developers work ? ;) On 5/31/06, Roland Asmann [EMAIL PROTECTED] wrote: This has been posted several times already... On Wednesday 31 May 2006 16:58, Pauquette, Bryan wrote: There is a free 294 page book on maven 2.0 at the following website I have

Re: Installing running Maven 2.0.4

2006-05-31 Thread Alexandre Poitras
Yup ibiblio is sometimes very busy so it happens sometimes. If it's annoy you, Maven Proxy can help you there. On 5/31/06, Mike Perham [EMAIL PROTECTED] wrote: [WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: central due to an error: Error

Re: mvn not finding SNAPSHOT using continuum

2006-05-29 Thread Alexandre Poitras
Try the url and you'll get a 404. From my experience, there are sometimes some problems with the Apache Snapshots repository. Whenever you use a snapshot version, just install the pom in an internal repository unless you want to always work with the latest nightly build. On 5/29/06, Adam Hardy

Re: [maven2] Generating several artifacts per project ?

2006-05-26 Thread Alexandre Poitras
The EBJ plugin is able to generate secondary artifact (ejb-client) so yes it's possible but a very bad practice. On 5/26/06, ben short [EMAIL PROTECTED] wrote: Hi, What IDE and VC are you using? Ben On 5/26/06, sol myr [EMAIL PROTECTED] wrote: Hi, Newbie question: Is it possible to

Re: Notifier from command line

2006-05-24 Thread Alexandre Poitras
Well it should not be hard to write a plugin using JavaMail since all the information can already be injected from the pom. On 5/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks for your reply But i don't want to use any CI tool , coz my builds are based on only request and there are

Re: NullPointerException in Release Plugin 2.0-beta-4

2006-05-23 Thread Alexandre Poitras
I got the same problem :) So thank for the info. On 5/22/06, Stefan Hübner [EMAIL PROTECTED] wrote: Any news on this issue, Emmanuel? Stefan 2006/5/19, Stefan Hübner [EMAIL PROTECTED]: Hi Emmanuel, sorry for the delay! 2006/5/18, Emmanuel Venisse [EMAIL PROTECTED]: The pb seems to be

Re: NullPointerException in Release Plugin 2.0-beta-4

2006-05-23 Thread Alexandre Poitras
Yup, solves the problem thank. On 5/23/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: I think you'll can fix your pb if you define the version of the extension in your pom. File an issue about it and we'll fix this problem. Emmanuel Stefan Hübner a écrit : Any news on this issue, Emmanuel?

Parent pom

2006-05-23 Thread Alexandre Poitras
Ok, before I was able to use parent poms without any problems but not anymore (I *think* it is since I upgraded to maven 2.0.4). Although the parent pom is installed in my local repository, Maven keeps trying to download it on crentral. When I run in offline mode, Maven complains he can't finds

Re: Maven vs Ivy

2006-05-22 Thread Alexandre Poitras
At the moment, it's not doable out of the box but there have been countless discussions about some sort of features like this on this list. So expect some improvements in this area to make it in Maven 2.1. On the other hand, you can always use some profiles or a super pom to manage more cleanly

Re: Error Assembling WAR

2006-05-22 Thread Alexandre Poitras
Delete the whole plugin configuration section, you don't need if you use the defaults which are ok in most situations. Then put your java sources in src/main/java, web.xml in src/main/resources/WEB-INF and your jsp or html pages in src/main/webapp. From there everything should work. On 5/22/06,

Re: [OT]This list and Gmail

2006-05-22 Thread Alexandre Poitras
I use labels/filters in gmail and it's work great! On 5/22/06, ben short [EMAIL PROTECTED] wrote: I wonder if its gmail thats the problem. I would say probably as its stil beta. On 5/22/06, Piéroni Raphaël [EMAIL PROTECTED] wrote: me Raphaël 2006/5/22, ben short [EMAIL PROTECTED]:

Re: maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread Alexandre Poitras
I had the same error, there is definitly something wrong in Maven 2.0.4 with remote snapshots repositories. Install it manually and everything work fine. On 5/20/06, ben short [EMAIL PROTECTED] wrote: I get the following error while trying to build the maven repository manager. Any ideas where

Re: urgent - downloading of snapshot not working, aaaargh!

2006-05-20 Thread Alexandre Poitras
This is really an annoying bug. Impossible to install the repository manager without installing manually the jar plugin first. On 5/20/06, Pete [EMAIL PROTECTED] wrote: Just bumping this up the list, as this is still an issue for us. On 18/05/06, Alexandre Poitras [EMAIL PROTECTED] wrote

Re: maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread Alexandre Poitras
By the way, don't post three mails about the same thing. It's a bit annoying On 5/20/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I had the same error, there is definitly something wrong in Maven 2.0.4 with remote snapshots repositories. Install it manually and everything work fine. On 5/20

Re: Structure of an Internal Repository

2006-05-20 Thread Alexandre Poitras
There is nothing to do except making it accessible and filling it using the deploy plugin. Now if you want a proxy, that's another thing and you should check Maven Proxy project. On 5/20/06, Mike [EMAIL PROTECTED] wrote: Hi All, I'm new to Maven and I'm trying setup an internal repository. I've

Re: maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread Alexandre Poitras
sent properly. Do you know where i can get the snapshots from? Ben On 5/20/06, Alexandre Poitras [EMAIL PROTECTED] wrote: By the way, don't post three mails about the same thing. It's a bit annoying On 5/20/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I had the same error

Re: maven-jar-plugin 2.1-SNAPSHOT

2006-05-20 Thread Alexandre Poitras
Oops wrong plugin http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jar-plugin/ This is the correct location. On 5/20/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Here http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/ Just checkout the code and run mvn install

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Alexandre Poitras
/siterenderer/resources Anyone know where to put it, or do I have to specify in the POM that I want to override the template? - Micke On 04/05/06, Alexandre Poitras [EMAIL PROTECTED] wrote: It's seems to have been moved to the doxia project (make more sense

  1   2   3   4   5   >