Re: site:deploy via webdav to a NTLM based location

2011-10-12 Thread Siarhei Dudzin
No, I did not do the deployment to sharepoint in the end. The problem was that the wagon plugin did not support ntlm authentication. On Oct 12, 2011 3:19 PM, sathishkumar79 sathishkuma...@hotmail.com wrote: Hi Siarhei, Could you please share the information on did you modelled the sharepoint

Re: eclipse:eclipse suddenly adding including=**/*.java to .classpath

2009-04-16 Thread Siarhei Dudzin
Convention is convention because it's not a rule :) This also means you don't have to follow it but then it will cost you time/effort/extra configuration (you name it)... And this is valid everywhere where 'convention over configuration' exists (it's kinda by definition)... Best regards, Siarhei

Re: eclipse:eclipse suddenly adding including=**/*.java to .classpath

2009-04-16 Thread Siarhei Dudzin
* the community will help. Good luck. Best regards, Siarhei Dudzin On Thu, Apr 16, 2009 at 7:20 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Thu, Apr 9, 2009 at 7:58 AM, Arnaud HERITIER aherit...@gmail.com wrote: 1) The Maven convention and good practice is to put ressources files

Re: maven-eclipse-plugin

2009-02-16 Thread Siarhei Dudzin
I don't know for Dmitri but for me it doesn't support war overlays :) Best regards, Siarhei Dudzin On Mon, Feb 16, 2009 at 10:58 PM, Arnaud HERITIER aherit...@gmail.comwrote: why a plugin in eclipse to support maven doesn't fit your needs ? Arnaud 2009/2/16 Dmitri Ilyin ilyin.dmi

Re: maven-eclipse-plugin

2009-02-16 Thread Siarhei Dudzin
/org.eclipse.draw2d_3.4.1.v20080910-1351.jar .] Server returned HTTP response code: 404 Not Found for URL: http://m2eclipse.sonatype.org/update/plugins/org.eclipse.draw2d_3.4.1.v20080910-1351.jar . Best regards, Siarhei Dudzin On Mon, Feb 16, 2009 at 11:56 PM, Arnaud HERITIER aherit

Re: Deploying war to JBOSS using maven

2008-08-14 Thread Siarhei Dudzin
On Wed, Aug 13, 2008 at 6:34 PM, Siarhei Dudzin [EMAIL PROTECTED]wrote: On Thu, Aug 14, 2008 at 12:18 AM, Ricky [EMAIL PROTECTED] wrote: Hi, Thanks for your reply. I used jboss:harddeploy and it worked for me. However i see that jboss:start doesnt actually start the server. Am

Re: Deploying war to JBOSS using maven

2008-08-13 Thread Siarhei Dudzin
Does your JBoss instance listen to port 9090? Anyway, cargo plugin used to work for me. Siarhei On Wed, Aug 13, 2008 at 8:40 PM, Ricky [EMAIL PROTECTED] wrote: Hi, I am using : http://mojo.codehaus.org/jboss-maven-plugin/usage.html to deploy to JBOSS. I have set JBOSS_HOME as a system

Re: Deploying war to JBOSS using maven

2008-08-13 Thread Siarhei Dudzin
On Thu, Aug 14, 2008 at 12:18 AM, Ricky [EMAIL PROTECTED] wrote: Hi, Thanks for your reply. I used jboss:harddeploy and it worked for me. However i see that jboss:start doesnt actually start the server. Am i missing something? I never used jboss plugin so I can't tell why it doesn't

Re: Setting output folders in Eclipse

2008-07-23 Thread Siarhei Dudzin
Hi Pierre, Assuming you use maven-eclipse-project you should have the following settings in your .classpath generated automagically: classpathentry kind=src path=src/main/java/ classpathentry kind=src path=src/test/java * output=target/test-classes*/ classpathentry kind=output

Re: question about dependency issue in maven

2008-07-13 Thread Siarhei Dudzin
I didn't find pom's in some of your submodules... Siarhei

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Siarhei Dudzin
JBoss tools and Eclipse Plugin. How did you set this up? Thanks, On Thu, Jul 10, 2008 at 8:08 PM, Siarhei Dudzin [EMAIL PROTECTED] wrote: What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, works well so far... Siarhei On Thu, Jul 10, 2008 at 7:37 PM, Pedro

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread Siarhei Dudzin
What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, works well so far... Siarhei On Thu, Jul 10, 2008 at 7:37 PM, Pedro Viegas [EMAIL PROTECTED] wrote: Hi all, I've been trying to build an environment for developing web applications that generate WAR files with a

Re: maintaining versions across multi-module project

2008-07-02 Thread Siarhei Dudzin
We also use release plugin. During a release process the plugin asks for versions of your modules and sets them for you. Siarhei On Wed, Jul 2, 2008 at 6:16 PM, Kallin Nagelberg [EMAIL PROTECTED] wrote: So what do you use for the version label in the root pom and the 'parent' tags of all the

Re: Maven WebSphere 6.1

2008-06-12 Thread Siarhei Dudzin
Hi Chris, This is very interesting approach. Does that mean you have to actually generate stubssceletons in IDE before you can build with maven? How do you deploy your apps to a server in CI environment? Do you use hot deployment (then you might have timing issues) or do you not deploy at all and

Re: Question about Maven, Eclipse WTP and war overlay

2008-05-28 Thread Siarhei Dudzin
Not sure WTP itself supports this... If I needed to share classes I would most likely store shared code in a jar-packaged module and define it as a dependency (but that's a no brainer I guess). As for resources you could use another project and use dependency plugin to get the resources to get

generated sources folder with maven-eclipse-plugin

2008-05-23 Thread Siarhei Dudzin
Hi All, Is there easy way to disable creation of target/generated-resources folder by maven-eclipse-plugin when I don't generate any sources? This folder causes me to regenerate eclipse project files each time I do mvn clean (because if it doesn't exist the projects don't build in eclipse).

Re: generated sources folder with maven-eclipse-plugin

2008-05-23 Thread Siarhei Dudzin
Arnaud, I haven't found anything in jira Siarhei On Fri, May 23, 2008 at 10:35 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: I don't think and it is an issue for me (I don't know if there's already something in Jira) Arnaud On Fri, May 23, 2008 at 9:39 AM, Siarhei Dudzin [EMAIL PROTECTED

Re: Didn't find password for CVSROOT - mvn release plugin

2008-04-28 Thread Siarhei Dudzin
Try -Dmaven.scm.provider.cvs.implementation=cvs_native if you have a native client installed (like TortoiseCVS installed, of course make sure that cvs.exe is in the PATH) as specified here: http://maven.apache.org/scm/cvs.html May be it will help... Regards, Siarhei On Mon, Apr 28, 2008 at 9:02

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread Siarhei Dudzin
Any chance of being more specific? On Mon, Apr 21, 2008 at 6:04 AM, adisonz [EMAIL PROTECTED] wrote: Hi may I know how to do hot deploy with maven , because It's causing alot of time to developing a JSF application which error message is not clear. Thank you -- View this message in

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread Siarhei Dudzin
Hi adisonz, Now I understand. Just a little tip - when you ask such generic question it is generally a good idea to specify from the start under what 'profile' (or vendor) you are deploying. Hot deployment technology is still quite vendor dependent (despite JSR-88), for example you can use ejb-3

Re: [M2] Site Generation

2008-04-12 Thread Siarhei Dudzin
You need to deploy or stage the site to have links between modules working Siarhei On Sat, Apr 12, 2008 at 2:14 PM, sylsau [EMAIL PROTECTED] wrote: Hello, I am testing maven 2 and I saw that is was a possibility to generate a site who lists the project's documentation. My project has

Re: I want to run install even if my tests fail

2008-04-02 Thread Siarhei Dudzin
or 'mvn install -Dmaven.test.skip=true' Siarhei On Wed, Apr 2, 2008 at 7:34 PM, Mick Knutson [EMAIL PROTECTED] wrote: In your surefire plugin: testFailureIgnoretrue/testFailureIgnore On Wed, Apr 2, 2008 at 10:25 AM, Sommers, Elizabeth [EMAIL PROTECTED] wrote: Is there any way to do

Re: maven - new entrant! - a quick question

2008-03-30 Thread Siarhei Dudzin
I think using a maven proxy like artifactory is a better option. On Sun, Mar 30, 2008 at 11:59 AM, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: ;On Sun, Mar 30, 2008 at 02:46:11AM -0700, SKService wrote: I've started using and reading docs on Maven. While using and also while referring

Re: maven - new entrant! - a quick question

2008-03-30 Thread Siarhei Dudzin
On Sun, Mar 30, 2008 at 9:24 PM, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: On Sun, Mar 30, 2008 at 09:05:01PM +0200, Siarhei Dudzin wrote: I think using a maven proxy like artifactory is a better option. Artifactory is a pain, give a try to Apache Archiva -- Eugene N Dzhurinsky

site:deploy via webdav to a NTLM based location

2008-03-27 Thread Siarhei Dudzin
Hi All, I am trying to deploy a site to MS Sharepoint which is *not* behind a proxy via webdav (Sharepoint supports webdav protocol). For that I have defined site in my pom (it worked well for deployment to IIS via webdav which didnt use NTLM auithentication): distributionManagement

Re: Real World User Issues with Maven

2008-03-23 Thread Siarhei Dudzin
Just a few ideas... * In *my* opinion, the idea of having an equivalent of ant -P or a readme.txt defeats the whole idea of maven as it uses *standard* build lifecycle. People need to be made aware of that. * Of course there is a learning curve, give them an introduction presentation so that they

Re: Plugins vs Ant tasks

2008-03-23 Thread Siarhei Dudzin
There is one big difference between a plugin and an ant-script that is run via ant-tasks (I think you meant a ant-run plugin here?): Maven plugin is *based* on the standard build lifecycle and is by definition reusable (standard declaration and is kept in a repository, again at the standard

Re: [ANN] was6-maven-plugin 1.0-alpha-1 release

2008-03-22 Thread Siarhei Dudzin
Well done! I am looking forward to try it out! Siarhei On Fri, Mar 21, 2008 at 3:12 AM, David J. M. Karlsen [EMAIL PROTECTED] wrote: Hi folks! The was6-maven-plugin has just graduated, and released as version 1.0-alpha-1. The plugin can be used to start and stop websphere 6.1 containers

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-16 Thread Siarhei Dudzin
A general question. I am wondering, why is the sudden version number jump? Siarhei

Re: maven-eclipse-plugin 2.5 coming soon

2008-03-14 Thread Siarhei Dudzin
I don't think releasing anything with failing tests a good idea no matter whether the problem is with the test or with the plugin. Siarhei On Fri, Mar 14, 2008 at 11:07 AM, Benjamin Bentmann [EMAIL PROTECTED] wrote: I had to fix the project testcase #10 Indeed, we have a tricky thing

Re: maven-eclipse-plugin 2.4 versioned project

2008-02-27 Thread Siarhei Dudzin
I've done quite some troubleshooting around RAD6+maven. I would advise to override the finalName for the artifact so it doesn't have version at the end. It's even better if those match the project directory names. maven-eclipse-plugin 2.5-SNAPSHOT has quite a lot of improvements in RAD6/7

Re: Multi-Module Hierarchy : Eclipse vs Maven Plugins

2008-02-27 Thread Siarhei Dudzin
Just FYI, Eclipse 3.3 does support hierarchical project layout. Siarhei On Mon, Feb 25, 2008 at 7:52 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Thanks Graham! I works this out just as I got your email :) To explain this to others... taking a multi module maven project either out of

Re: maven-eclipse-plugin 2.4 versioned projec

2008-02-27 Thread Siarhei Dudzin
On Wed, Feb 27, 2008 at 5:37 PM, Salman Moghal [EMAIL PROTECTED] wrote: Thanks so much for the response. Yes, I agree that it would be ideal if the name of the generated jar/war/ear file is kept same as the project directory name -- I believe that's what finalName does as per the docs (?).

Re: Maven odd behavior

2008-02-19 Thread Siarhei Dudzin
AFAIK a new version of the archetype plugin just got released. Siarhei Dudzin On Feb 19, 2008 7:51 AM, Uthpala Wettewa [EMAIL PROTECTED] wrote: Hi, I just started learning Maven. Few days back I executed the command to build a project. mvn archetype:create -DgroupId=com.mycompany.app

Re: multi module eclipse:eclipse mewbie

2008-02-16 Thread Siarhei Dudzin
Looks like your parent project is just of pom type. In this case there wont be an eclipse project generated since there is not artifact to deliver. There are 2 things you can do: 1. Fire a feture request in JIRA so that simple eclipe project type is created from pom type porject. 2. Create a

Re: RAD7 / Portal6 hot redeploy fails with Maven2 layout

2008-02-14 Thread Siarhei Dudzin
Indeed, with websphere you're better off being as close as possible to RAD default project structure. Especially if it involves webservices. Also, it's worth mentioning that 2.5-SNAPSHOT contains quite a lot of improvements. Siarhei On Thu, Feb 14, 2008 at 3:15 PM, Olivier Dehon [EMAIL

Re: [IMPORTANT] For users of maven-compiler-plugin 2.1-SNAPSHOT

2008-02-13 Thread Siarhei Dudzin
This actually forced me to close access (should have done it long time ago) to plugin snapshot repo in artifactory and deploy really needed plugin snapshots (maven-eclipse-plugin-2.5-SNAPSHOT) to a separate and more controllable repository, which is a good thing. Siarhei On Feb 13, 2008 11:15

Re: [maven-eclipse-plugin] Release Date

2008-02-05 Thread Siarhei Dudzin
IMHO, Arnaud is busy preparing it (which means soon)... 2008/2/5 [EMAIL PROTECTED]: Hello, Do you know the release date of the maven-eclipse-plugin 2.5 ?? Thx __ [image: JDSS] *Olivier Lambert* Transversal Team Technique - JDSS CH207 - Tel:

Re: maven-eclipse-plugin with multi-module projects

2008-02-01 Thread Siarhei Dudzin
Not sure, we always perform dependency resolution before generating project files. Besides if the project doesn't compile in the version control this often means you have much bigger problem. :) Anyway try mvn process-resources, this seems to run just before compilation begins and should resolve

Re: maven-eclipse-plugin with multi-module projects

2008-02-01 Thread Siarhei Dudzin
You may be right on this one. However, if you have a much bigger project, you force a new developer to perform a build (which might take a long time) before he can start developing. I understand now. Would publishing snapshots to your own remote repository work? You could then only generate

Re: maven-eclipse-plugin 2.5 coming soon

2008-01-31 Thread Siarhei Dudzin
Arnaud, please don't loose this one http://jira.codehaus.org/browse/MECLIPSE-316 :) There is also a minor RAD issue coming, I'll put it in JIRA in a few... Siarhei

Re: EJB WebSphere dependencies

2008-01-25 Thread Siarhei Dudzin
I have a blog article which uses ws_ant via ant run plugin: http://sdudzin.blogspot.com/2007/09/maven-2-and-websphere-automated-build.html Hope this helps. Siarhei On Jan 22, 2008 10:45 PM, David J. M. Karlsen [EMAIL PROTECTED] wrote: Lee Meador wrote: Marcus, The error seems to

Re: EJB WebSphere dependencies

2008-01-20 Thread Siarhei Dudzin
Try to setup a remote repository like Artifactory. We use one and have not problems so far... Regards, Siarhei On 1/16/08, Marcus Müller [EMAIL PROTECTED] wrote: Hi all, I'm currently trying to use Maven2 for creating an EAR file which contains among some utitlity-JARs an EJB-project using

Re: WTP 2.0 strategy?

2007-12-12 Thread Siarhei Dudzin
Yes, it looks pretty stable (at least the WTP-2 support) On 12/11/07, Rob Hasselbaum [EMAIL PROTECTED] wrote: Yes, I noticed that. Is the snapshot code fairly stable at this point? I'm glad to hear it plays nicely with JBoss Tools, too. On 12/11/2007 07:13 AM, Siarhei Dudzin wrote: maven

Re: eclipse projects + multiple modules

2007-12-12 Thread Siarhei Dudzin
I think it's possible with m2eclipse plugin but you wont be able to use WTP then Siarhei On 12/12/07, cailie [EMAIL PROTECTED] wrote: I have a parent project (POM packaging) with that has 3 modules: EJB, WAR, and EAR So the folder structure is like this: POM Project Folder -- EAR

Re: Ant to Maven

2007-12-11 Thread Siarhei Dudzin
I guess the key question is: do you spend much time or effort on your current build and is it mature enough? I used to work with quite massive ant builds but they were mature enough so we didn't have to spend much effort to add new modules to the project. So it wasn't worth it to migrate to

Re: WTP 2.0 strategy?

2007-12-11 Thread Siarhei Dudzin
maven-eclipse-plugin 2.5-SNAPSHOT does support WTP 2.0 with hot deployment on servers defined via WTP and even exploded deployment of JBoss Tools 2.0. On 12/10/07, Rob Hasselbaum [EMAIL PROTECTED] wrote: Hi, I'm trying to use Maven for an Eclipse Europa (WTP 2.0) project. What's the best way

Re: Bootstrapping problem with parent POM

2007-12-06 Thread Siarhei Dudzin
Not sure abut command line, but you can specify repositories in settings.xml On 12/7/07, Siegmann Daniel, NY [EMAIL PROTECTED] wrote: I unhappily stumbled across a bootstrapping problem. My project's parent POM defines the internal repository - the same repository where the parent POM is

Re: [m2] eclipse plugin and WTP generating warnings in Europa

2007-12-04 Thread Siarhei Dudzin
Do you get the same from getting the latest snapshot instead of the trunk? Where do you see this waring? During import or after import in the problems view? On 12/4/07, Yann Albou [EMAIL PROTECTED] wrote: Is someone facing the same issue ? Yann. Yann Albou a écrit : Hello, After

Re: [m2] Any suggestion to include pom root in eclipse workspace

2007-12-02 Thread Siarhei Dudzin
Eclipse Europa allows you to have recursive projects. Which means you can checkout the project with the parent poms and then simply import the sub-projects. Siarhei On 12/2/07, Nick Stolwijk [EMAIL PROTECTED] wrote: I'm on a Linux machine and simply created a symlink to the parent pom in one

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
Why would you recompile a module which didn't change? Java doesn't need to re-link (is that what you think?) when dependent code has changed for as long as API stays the same (and if that is changed it wont compile of course :) Without getting in too much details - by not calling 'clean' goal

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
are also different phases of the build lifecycle. On 11/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What about the war (that didn't change) that depends on (and bundles) the jar (that did)? TK On Nov 30, 2007, at 12:20 PM, Siarhei Dudzin wrote: Why would you recompile a module which

Re: maven2 with seam archetype

2007-11-29 Thread Siarhei Dudzin
This is most likely due to conflict of xml parser you try to deploy with the one in JBoss libraries. Remove it from the archive. For the questions regarding the archetype you can contact the author of the library you are trying to use I don't think it's much known here. And no there is no other

Re: [maven-eclipse-plugin] The dev team need your help

2007-11-28 Thread Siarhei Dudzin
Hi, I've fixed MECLIPSE-316, can you have a look please? Siarhei On 11/26/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi users, For several days now I tried to clean up a little bit issues recorded in Jira. For the next version of the plugin we have already the following issues

Re: maven-archetype-webapp Directory Structure?

2007-11-27 Thread Siarhei Dudzin
It is also JEE standard to include jars in WEB-INF/lib. There is a difference between a standard and recommendation. Another possible perspective for you is avoiding potential classloading problems. If you work with various vendors you may notice not all vendors are as moderate to how your

Re: dependency:tree not working in maven 2.0.7

2007-11-27 Thread Siarhei Dudzin
I simply generate site to see the dependency tree... On Nov 27, 2007 7:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: You need at least version 2.0-alpha-5 of the dependency-plugin. The tree goal was introduced in that version as indicated here:

Re: Maven Usage on Enterprise Application

2007-11-27 Thread Siarhei Dudzin
Did you look into filtering and profiles? http://maven.apache.org/guides/getting-started/index.html#How_do_I_filter_resource_files http://maven.apache.org/guides/introduction/introduction-to-profiles.html Regards, Siahrei On Nov 27, 2007 11:04 PM, nash4403 [EMAIL PROTECTED] wrote: Our

Re: Maven Usage on Enterprise Application

2007-11-27 Thread Siarhei Dudzin
to run the complete build instead just build that changed class to test. Thanks for your response earlier regarding profiles and filter resource files. Siarhei Dudzin wrote: Did you look into filtering and profiles? http://maven.apache.org/guides/getting-started/index.html