Wrong resolution of dependency scope by Maven 3?

2012-12-04 Thread Dmitry Batrak
version of Maven? For reference - I used Maven version 3.0.4. I also checked the above with the latest version (2.6) of dependency plugin - result was the same. Best regards, Dmitry Batrak - To unsubscribe, e-mail: users-unsubscr

Re: reactor build changes in module recompilation of dependent modules

2012-07-04 Thread Dmitry Trunikov
finalNamefoo-impl/finalName sourceDirectorysrc/main/java/sourceDirectory /build /project Thanks for your help, Dmitry On 07/04/2012 12:15 AM, Wayne Fay wrote: Question: Why Maven didn't complain on second build? What are the versions of the various projects in your build? Wayne

Re: reactor build changes in module recompilation of dependent modules

2012-07-04 Thread Dmitry Trunikov
. The project consists of tens of modules so approach with 'clean' is not good enough because full re-biuld requires relative significant amount of time. Thanks for your help, Dmitry - To unsubscribe, e-mail: users-unsubscr

Re: reactor build changes in module recompilation of dependent modules

2012-07-04 Thread Dmitry Trunikov
The way I do this is to use my IDE's dependency analysis to have my IDE do a Make (which rebuilds all the downstream changes)... then before I commit I will do a mvn clean verify to make sure that my changes are good Yes my IDE does the analysis too. The problem is in my colleague. He is

reactor build changes in module recompilation of dependent modules

2012-07-03 Thread Dmitry Trunikov
build with command: [Third build] $ mvn clean compile It finished, as I expected, with failure. Question: Why Maven didn't complain on second build? Thanks for your help, Dmitry

Create standalone maven package

2012-02-24 Thread Dmitry Ivanov
Hello, In my build process need run one mandatory plugin for all teams. I want to have one maven package with plugin and all dependencies. This package must run without connection to any repositories. Is it possible to create that package? Best regards, Dmitry Ivanov

Documentation fix

2011-08-10 Thread Dmitry Voronov
Hello! I think there's a minor doc flaw in the pom introduction page: http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2 The relativePath attribute in the second example should begin with ../ (not with .../): project parent

maven3 and issues with war plugin configuration

2010-10-11 Thread Dmitry Sklyut
* of the warSourceDirectory. * * @parameter alias=excludes */ private String warSourceExcludes; The question that I have is that a oversight on the part of maven core or a issue with plugins that alias simple properties with complex properties? Regards, Dmitry

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Dmitry Katsubo
regards, Dmitry - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Implementing an installer, which is maven-based

2010-02-04 Thread Dmitry Katsubo
the packaging. Thanks in advance! Dmitry Katsubo wrote on 30/01/2010 16:34: Hi all! Sorry, that my question seems to have been asked in maven user list http://mail-archives.apache.org/mod_mbox/maven-users/200710.mbox/%3c2fbbcb49-65d3-4258-906f-e252372e9...@massol.net%3e but I have the situation

Implementing an installer, which is maven-based

2010-02-01 Thread Dmitry Katsubo
demo application). Let me know, if there is a universal solution for that. Thanks in advance for any hint. -- With best regards, Dmitry - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Implementing an installer, which is maven-based

2010-02-01 Thread Dmitry Katsubo
and after doing steps (1) and (2) launch maven to complete the packaging. -- With best regards, Dmitry - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

If there any way to execute plugin conditionally?

2009-12-09 Thread Dmitry Skavish
Hi, I need to run dependency-copy plugin only when some environment variable set. Is it possible? I could not find anything even remotely related to that. Thanks! -- Dmitry Skavish

Re: If there any way to execute plugin conditionally?

2009-12-09 Thread Dmitry Skavish
with an env var. Thanks Adam On Wed, 2009-12-09 at 12:24 -0500, Dmitry Skavish wrote: Hi, I need to run dependency-copy plugin only when some environment variable set. Is it possible? I could not find anything even remotely related to that. Thanks

Re: how to cope all jars from all modules to some top level project directory?

2009-06-21 Thread Dmitry Skavish
inherited to false, or else create a special module which has the config On Friday, June 19, 2009, Dmitry Skavish skav...@gmail.com wrote: Hi, I am stuck trying to figure out how to do that. I have root pom and several modules under it. I need to build all the modules and then copy all

how to cope all jars from all modules to some top level project directory?

2009-06-19 Thread Dmitry Skavish
It creates libs under each of the modules and copies deps there, but I need one dir for all the modules. The plugin is defined in the top level pom. Any ideas what I am doing wrong? Thank you! -- Dmitry Skavish

Re: Multi-module build is not building with current module source code

2009-04-16 Thread Dmitry Skavish
it would use module source. However this doesn't seem to work, what do I need to do to fix this? BTW, the goals being run are 'clean deploy site-deploy' -Dave -- Dmitry Skavish

Re: Multi-module build is not building with current module source code

2009-04-16 Thread Dmitry Skavish
. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Thu, Apr 16, 2009 at 5:26 PM, Dmitry Skavish skav...@gmail.com wrote: I am having the same problem and would like to know

how to force a rebuild of a module dependent on a module with changes

2009-04-14 Thread Dmitry Skavish
because it's dependency changed. I believe it tries to rebuild B, but since nothing changed there it does not recompile it. I tried reactor plugin but it's essentially the same, it does not recompile B in this case. Thank you! -- Dmitry Skavish

Re: maven 2.0.9+ and windows absolute paths

2008-12-17 Thread Dmitry Beransky
On Tue, Dec 16, 2008 at 3:34 PM, Jörg Schaible joerg.schai...@gmx.de wrote: Dmitry Beransky wrote: Hi, It seems that Maven 2.0.9 has introduced a bug where Windows absolute paths aren't being properly resolved. [snip] Are you running Maven under Cygwin? Nope, pure unadulterated Windows

Re: maven 2.0.9+ and windows absolute paths

2008-12-17 Thread Dmitry Beransky
/configuration /plugin Just like the ant plugin before, Cargo configuration uses ${project.build.directory} variable that comes through with an incorrectly resolved Windows path. Dmitry On Wed, Dec 17, 2008 at 10:50 AM, Dmitry Beransky dmitry.ma...@gmail.com wrote: On Tue, Dec 16

maven 2.0.9+ and windows absolute paths

2008-12-16 Thread Dmitry Beransky
/${pom.artifactId}/target/buildDir /properties Has anyone seen this or similar problem before, any ideas how to solve it? I've tried compiling the latest version of Maven 2.1 from the subversion repo and I'm getting the same error there too. Thanks Dmitry

Re: ConversionException

2008-12-05 Thread Dmitry Beransky
I wish I remembered since I just got this error again. On Thu, Nov 6, 2008 at 5:44 AM, eznibe [EMAIL PROTECTED] wrote: Hi, Did you find the problem, since im now getting the same exception thanks Dmitry Beransky-3 wrote: Hi, what could be causing this exception (in maven 2.0.9

Build error just after install during 5 minutes guide

2008-10-20 Thread Dmitry S. Kravchenko
Hi! I have installed maven-2.0.9 into C:\Program Files\Apache Software Foundation Also I have followed instructions 2-7 from here http://maven.apache.org/download.html#Installation After that mvn --version says this: D:\Users\Dims\Design\Mavenmvn --version Maven version: 2.0.9 Java version:

Netbeans plugin: how to configure repository location?

2008-10-20 Thread Dmitry S. Kravchenko
Hi! I'm a Maven newbie. I found a way to configure repository location in standalone version of Maven. Is it a way to do the same with Maven plugin for Netbeans? It is still placing repository in .m2 folder within %HOME%. Thanks. Dims.

Thanks

2008-10-20 Thread Dmitry S. Kravchenko
Thank you! I had no proxy, but it was really some network issue. The problem selfsolved after some time. Dims. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: Netbeans plugin: how to configure repository location?

2008-10-20 Thread Dmitry S. Kravchenko
Hi, Milos! I can't locate it. Tools/Options has the common buttons at the top: General, Editor, Java Code, Fonts Colors, Keymap, C/C++, Miscelaneous. the Tools/Options shall have a panel where you can set the local repository. That will write in your ~/.m2/settings.xml file the appropriate

I found it!

2008-10-20 Thread Dmitry S. Kravchenko
There is a new WINDOW, called Maven repository browser, and there is a branch Local Repository there. And one can call properties of this branch! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re[2]: I found it!

2008-10-20 Thread Dmitry S. Kravchenko
Sorry : Dmitry, it would be helpful if you could just reply to the existing thread, rather than changing the subject and removing all the context from previous emails. Very few people have any idea what you're talking about with these emails... Wayne On Mon, Oct 20, 2008 at 9:30 AM

ConversionException

2008-09-29 Thread Dmitry Beransky
thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java.lang.ClassNotFoundException: TestSuite

2008-06-02 Thread Dmitry Beransky
]: at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) [09:15:33]: at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) [09:15:33]: [INFO] Thanks Dmitry

resolving snapshots

2008-05-30 Thread Dmitry Beransky
/releases snapshots enabledtrue/enabled /snapshots /repository /repositories thanks dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

plugin for schema documenation

2008-04-18 Thread Dmitry Beransky
Hi, Does anyone know of a maven 2 plugin for generating xml schema documentation (similar to http://www.buldocs.com/xnsdoc/)? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: changing location of site.xml

2008-04-15 Thread Dmitry Beransky
and think this is generally a bad idea. Generally, I agree as well, but specifically in our environment, it makes more sense not to have site under src :) Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
Hi, We've configured maven to run cargo:deploy during the deploy phase. However, maven is still trying to copy the war artifact into our internal repository as well. How do tell it not to? Thanks Dmitry - To unsubscribe, e

Re: disabling default deploy behavior

2008-04-15 Thread Dmitry Beransky
cool! do you know which repository would have the dev version of the plugin? It's not in the central yet. On Tue, Apr 15, 2008 at 2:03 PM, Wendy Smoak [EMAIL PROTECTED] wrote: The next version of the deploy plugin will have the option to skip deployment.

changing location of site.xml

2008-04-14 Thread Dmitry Beransky
:\svn\team\iris2\core\sitenew\checkstyle.html NOT FOUND Options: Open Access: 00100080 any thoughts? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changing location of site.xml

2008-04-14 Thread Dmitry Beransky
we don't follow maven's suggested project layout. On Mon, Apr 14, 2008 at 9:38 AM, Jason van Zyl [EMAIL PROTECTED] wrote: Why would you want to? You just make it harder for anyone new to a project to understand where all the resources for a project are. You can override it, but what real

finding execution ids

2008-04-11 Thread Dmitry Beransky
execution id in my configuration. Is this right? If so, how do I find out what that id is? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven webstart

2008-04-09 Thread Dmitry Beransky
Hi, I'm aware of the webstart plugin, but what I can't figure out if it's possible to use maven to do the end-to-end automated deployment of an app. In other words, can maven build, package, and deploy to tomcat a webstart application? Thanks Dmitry

Re: taglib plugin

2008-01-04 Thread Dmitry Beransky
the error went away. thanks for all the help Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
-plugin' could not be found on repository: central Could this be the problem? Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
I have. It didn't seem to help. On Jan 3, 2008 10:06 AM, Evan Worley [EMAIL PROTECTED] wrote: Hi Dmitry, You are right, sorry for confusing the result of the effective-pom with your actual POM. Can you try running mvn -cpu install

taglib plugin

2008-01-02 Thread Dmitry Beransky
' does not exist or no valid version could be found my local repsitory cache for the plugin only contains a single file maven-metadata-central.xml Do I need to configure Maven to use some other repository? Thanks Dmitry

Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
... this is very weird. I can't make any heads or tails of it. Thanks Dmitry On Jan 2, 2008 12:35 PM, Wendy Smoak [EMAIL PROTECTED] wrote: How did you configure it? Looks like you need groupIdnet.sourceforge/groupId to get the one that Evan linked

Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
/pluginRepositories Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: state of maven support for Google Web Toolkit ?

2007-12-11 Thread Dmitry
interesting question it will be great to have by maven GWT library - we are using GWT and to have in Maven Repository is a big advantage. Thanks, Search News www.ejinz.com EjinZ - Original Message - From: nicolas de loof [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org

Re: Testing maven java web projects?

2007-11-24 Thread Dmitry
Would like to test Web based maven java project and use Maven 2.0 with stubs llibs open source like Junits and etc. Any advices? thanks, dt ww.ejinz.com search tools - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Dependency resolution for multi-module projects

2007-11-07 Thread Dmitry
Please check documentation - maven book its very usefull. Thanks, DT Search www.ejinz.com - Original Message - From: Plotnicki, Grzegorz [EMAIL PROTECTED] To: users@maven.apache.org Sent: Tuesday, November 06, 2007 5:29 PM Subject: Dependency resolution for multi-module projects Hi,

Re: Exception transfering site files via webdav

2007-11-02 Thread Dmitry Beransky
I've suspected as much. Is there a way to tell the site plugin to throttle it's connection creation rate? I understand that Windows is running out of ports, but in reality, it's program opening connections that's at fault. It shouldn't be flooding the TCP/IP stack with so many connection

Exception transfering site files via webdav

2007-11-01 Thread Dmitry Beransky
this? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JMock 2

2007-09-01 Thread Dmitry
please check ibiblio.org thanks, www.ejinz.com Search - Original Message - From: Marco Mistroni [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Saturday, September 01, 2007 4:23 PM Subject: JMock 2 hello all, does anyone know if jmock2 has been uploaded in some

Creating maven project issue

2007-08-02 Thread Dmitry
Creating maven project using mvn archetype:create - DgropuId=com.project.interfaces\ -DartifactId=my-proj got exception. What can be wrong with this command? project modelVersion4.0.0/modelVersion groupIdcom.project.interfaces/groupId artifactIdmy-proj/artifactId packagingjar/packaging

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Dmitry
check book - Better Build with Maven: goals - package, install, deploy, test and specific to IDE like for instance mvn eclipse:eclipse thanks, DT www.ejinz.com Search Blogs News - Original Message - From: Haraprasad [EMAIL PROTECTED] To: users@maven.apache.org Sent: Thursday, August

Maven local process artifacts

2007-07-30 Thread Dmitry
By default Maven attempts to locate a dependecies artifact using the follloing process: 1-st generate path to the artifact in local repositiory. etc How we can change Maven configuration that instead having to add the Spring framework jar to every project - change just from one common

Re: How to use ${project.build.directory}?

2007-07-30 Thread Dmitry
When we run maven JUnits - and ensure that testing is successful. - run mvn test but its through out exception and looks like it did not run properly JUnit in project. How the first step to check where is error in configuration / setting sof maven and fix this error thanks, DT www.ejinz.com

Maven coherent dependencies build

2007-07-30 Thread Dmitry
we changed configuration using Coherent Dependency - Maven conf but it did not work. Any advices about how to use coherent dependecies? project modelVersion4.0.0/modelVersion groupIdcom.mycompany.app/groupId artifactIdAdvertiseFreeModule/artifactId packagingjar/packaging

Maven standard directory layout question

2007-07-30 Thread Dmitry
We are suing common case which requires no changes to the POM project - the packaging of resources into a JAR file. Maven again uses for this task the standard directory layout. This means that by adopting Maven's standard conventions, we can package resources within JARs, simply by

Re: Question - weblogic-maven-plugin - Urgent

2007-07-27 Thread Dmitry
Eric, Probably you did not set correct configuration for maven..it's one point. Actually its interesting about maven plagin for Workshop. Can you sene the link to that plugin i also try to use it. thanks, dt www.ejinz.com Search Engine News - Original Message - From: Eric YH WONG

Differences between dependencies

2007-07-26 Thread Dmitry
Could you please give the main differences between the following depedencies: - Release and Snapshot thanks, DT, www.ejinz.com Search Engine Maven differentiates between two kinds of dependencies: a.. Release. Released dependencies are artifacts downloaded to the local maven

Re: resources question

2007-07-25 Thread Dmitry
Eric, What the purpose of CI server? I am just curious... thanks, DT www.ejinz.com Search Engine EjinZ - Original Message - From: Eric Redmond [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Wednesday, July 25, 2007 11:40 PM Subject: Re: resources question This

Maven repository metadata

2007-07-25 Thread Dmitry
I've got a quick question about repository metadata. If you take a look at http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml it has all of the versioning information, which makes sense, but it also has a version tag with a version

Writing portable CVS configuration using Maven 2

2007-07-25 Thread Dmitry
1. Assuming several users connecting to a CVS server using ext method and ssh. As far as I understand, the pom.xml, checked out from CVS is the same for everyone. Only the settings.xml and maybe cvs-settings.xml might have specific content for each user, right ? In the scm plugin

Re: Maven dependencies issues

2007-07-23 Thread Dmitry
://maven.apache.org/plugins/maven-dependency-plugin/ especially the copy-dependencies goal. HTH, Henry On 7/23/07, Dmitry [EMAIL PROTECTED] wrote: My application is a jar file and when I run mvn package it generates my jar ok. But I need to distribute my app with all the related jar dependencies so I

maven logging issue

2007-07-23 Thread Dmitry
I've been working on several log4j related projects with Maven recently and I've started having errors during site generation start occurring on projects that had been working. The symptom is: Error loading report org.apache.maven.plugin.jxr.JxrReport - AbstractMethodError: canGenerateReport()

Quality level attribute during version selection process

2007-07-22 Thread Dmitry
to set up their own set of ordered quality levels to choose from. So: am I missing something and Maven in fact does do quality level selection (I don't see it in the code). Or, is this something Maven can do in the future? thnaks, Dmitry www.ejinz.com Search Engine Technology JAVA, JSF, J2EE

Maven plugin eclipse question

2007-07-22 Thread Dmitry
the dependencies in .classpath ?? thanks, Dmitry www.ejinz.com Search Find Everything Technology - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven plugin eclipse question

2007-07-22 Thread Dmitry
dont you want the dependencies? On 7/22/07, Dmitry [EMAIL PROTECTED] wrote: Maven plugin eclipse question When we execute mvn eclipse :eclipse , it generate .classpath that contain a variable named M2_REPO with all dependecnise declared in th pom file. So it is possible to deactivate

Maven dependencies issues

2007-07-22 Thread Dmitry
to a lib folder inside target folder. It works well but force me to make the list of files to be copied by hand. I want to see maven doing this job automatically... Is this posible ? thanks in advance, Dmitry www.ejinz.com Search Engine Revolution news, categories, country

Maven Source filtering issue

2007-07-22 Thread Dmitry
is where source filtering should be done, but I can find no description of how to do this. What am I missing? thanks in advance, Dmitry www.ejinz.com Search Engine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: List of all dependencies as text on console?

2007-07-20 Thread Dmitry
hey, there is a book for maven usage , try to find the link on maven.apache.org thanks Dmitry www.ejinz.com - Original Message - From: Patrick Forhan [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, July 20, 2007 2:10 PM Subject: Re: List of all dependencies

Re: google-testar with Maven

2007-07-20 Thread Dmitry
hey, never used before testart. what the purposes of it? thanks, DM www.ejinz.com - Original Message - From: Martin Alejandro Villalobos [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, July 20, 2007 2:31 PM Subject: google-testar with Maven Hello. Somebody knows if is

Re: Maven proxy

2007-07-20 Thread Dmitry
I have succesfuly installed codehaus eclipse plugin and i have downloaded dependencys for my projects (connection to internet works fine). The next step was to create a network repository so that co-workers and I could share the jars that we download from the internet and have less lag when

Loading property from specific file

2007-07-20 Thread Dmitry
I need loading my property build.number from my file data.txt to Maven. And I need using this property in scm:tag for set tag name thanks, Dmtiry www.ejinz.com - search biz - Original Message - From: Jim Crossley [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent:

issues maven- hibernate- spring

2007-07-20 Thread Dmitry
hey, I'm building a project that uses Spring and Hibernate with Maven. So far I've been able to get a jar of just my project or a jar of everything with dependencies (using assembly:assembly). Unfortunately, when I do the with dependencies build, I'm getting errors from Spring trying to find

Maven repository metadata

2007-07-20 Thread Dmitry
that's neither the oldest nor the most recent. How does this tag get populated and what is it used for? It seems like this tag shouldn't even be there... Are there metadata files that are only associated with a particular version? thanks, Dmitry www.ejinz.com search biz - Original Message

maven https

2007-07-20 Thread Dmitry
Can someone tell me how do i get Maven to connect to a windows https: remote server. Can I pass the username and password? thanks, Dmitry Tkach www.ejinz.com - search biz - Original Message - From: Baz [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, July 20

How to configure the repository to be used for downloading dependencies in a plugin WITHOUT changing my POM ?

2007-07-20 Thread Dmitry
to configure the repository to be used for downloading dependencies in a plugin WITHOUT changing my POM ? 2. Is this exepected for a released POM to make reference to a snapshot repository ? thanks, Dmitry Tk www.ejinz.com search biz - Original Message - From: Baz [EMAIL PROTECTED

How can i add or replace project specific variables locally?

2007-07-20 Thread Dmitry
produce package-SNAPSHOT.jar by default, and package-nightlybuild-041007.jar if reading variables? thanks, Dmitry www.ejinz.com - search biz - Original Message - From: Jim Crossley [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Friday, July 20, 2007 2:23 PM Subject

Re: How to build sub-directories recursively without knowing the exact names for sub-directories?

2007-07-19 Thread Dmitry
think it makes sense , partucularly if you have always growth of products/ modules, had before the same issue with maven. www.ejinz.com - Original Message - From: Baz [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, July 19, 2007 11:47 PM Subject: Re: How

Re: [m2] maven embedder

2007-02-27 Thread Dmitry Beransky
On 2/14/07, Jason van Zyl [EMAIL PROTECTED] wrote: On the IDEA side the Maven Reloaded Plugin by Brian Kate, and the Maven 2.x Integration by Ralf Quebbemann. I am also working on this in addition to the embedder as it's the IDE I use. Thanks! I didn't see the Reloaded plugin when I did the

Re: [m2] maven embedder

2007-02-13 Thread Dmitry Beransky
code of MavenEmbedder() and it does not use XmlPullParserException, so I am not sure why it was looking for that. Are you sure your debugging the right line? Cheers, Franz Dmitry Beransky-3 wrote: Hi Franz, If I only add the embedder, i get a long list of NoClassDefFoundError, which goes away

Re: [m2] maven embedder

2007-02-13 Thread Dmitry Beransky
the problem temporarily by removing all JDOM classes from the embedder jar. I'm hoping for a more permanent solution, though. Is that possible? Thanks Dmitry The folks I'm directly supporting for the embedder are the IDE folks. They are using the embedder from trunk. I will attempt to merge

maven embedder

2007-02-11 Thread Dmitry Beransky
Hi, I'm not sure if this message is more appropriate here or on the dev list. Please advise for future messages. What other maven run-time libraries do I need in order to use the embedder? Thanks Dmitry - To unsubscribe, e

Re: [m2] maven embedder

2007-02-11 Thread Dmitry Beransky
MavenEmbedder createEmbedder() { MavenEmbedder embedder = new MavenEmbedder(); return embedder; } thanks Dmitry On 2/11/07, franz see [EMAIL PROTECTED] wrote: Good day to you, Dmitry, AFAIK, It should be enough to add the maven-embedder artifact to your pom's dependencies

Re: categorizing tests

2007-01-19 Thread Dmitry Beransky
On 1/18/07, Jiaqi Guo [EMAIL PROTECTED] wrote: Dmitry Beransky wrote: Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Although I don't 100

categorizing tests

2007-01-18 Thread Dmitry Beransky
Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D. - To unsubscribe,

missing resources in .jnlp

2007-01-16 Thread Dmitry Beransky
Hi, Can't figure out what I'm doing wrong. I've set up a project for building a WebStart app. Copied template.vm from the plugin's svn. When I run webstart:jnlp goal, I get a zip containing all dependencies properly signed, but the index.jnlp file only has the following: ?xml version=1.0

enabling logging

2007-01-11 Thread Dmitry Beransky
Hi, How can I enable debug level logging for maven's plugins. I'd like to see what goes on before this exception is thrown: Caused by: org.apache.maven.plugin.MojoExecutionException: Error uploading site at org.apache.maven.plugins.site.SiteDeployMojo.execute(SiteDeployMojo.java:184)

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
Message- | From: Dmitry Beransky [mailto:[EMAIL PROTECTED] | Sent: Thursday, January 11, 2007 11:22 AM | To: Maven Users List | Subject: enabling logging | | Hi, | | How can I enable debug level logging for maven's plugins. | I'd like to see what goes on before this exception is thrown: | | Caused

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
On 1/11/07, Ian Springer [EMAIL PROTECTED] wrote: Have you tried running mvn with -X ? besides, when I do this from CLI, i don't get debug level messages, just extra exception traces, which is not what I'm after. - To

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
On 1/11/07, Ian Springer [EMAIL PROTECTED] wrote: I keep meaning to file a JIRA with JetBrains for it, so they'll add something in 1.2. there is an inssue (kind of) for it already: http://www.jetbrains.net/jira/browse/TW-1409

Re: uml reports

2007-01-05 Thread Dmitry Beransky
I'd like to have images (png, png, vml, etc.) On 1/4/07, Wayne Fay [EMAIL PROTECTED] wrote: What do you want to do with them -- convert to JPG or PNG and include in Javadoc or another webpage? Or just include links to the UML files? Wayne

uml reports

2007-01-04 Thread Dmitry Beransky
Hi, I've got UML diagrams that I'm maintaining using StarUML. Is there a way I can have them included with other Maven-generated reports? If not, is there another UML application that works better with Maven? Thanks Dmitry

Re: deploying to remote repository

2007-01-03 Thread Dmitry Beransky
On 1/2/07, Mykel Alvis wrote: You first need to define your internal repository representation and how you plan to host it. I've run a Maven1 internal repository, so I have a relatively good idea of what I'd like to do. At the moment, the simplest method for updating repo would be via scp and

site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
Hi, I've found a few posts asking a similar question, but there were no answers as far as I could tell... I want to run a site:deploy via an external ssh and get this error message: Embedded error: Error performing commands for file transfer Exit code 1 - 'ssh' is not recognized as an

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
I'm using scp with a password based authentication. While I have no problems running the command from my workstation, if I run the same build on the continous build box, I'm constantly being asked to accept RSA key fingerprint. Perhaps, switching to a key-based login would fix the problem. On

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
On 1/3/07, Barrie Treloar [EMAIL PROTECTED] wrote: This is because you are missing the directory ~/.ssh so that the file known_hosts can be created. d'oh! that was it. thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

teamcity + maven + site:deploy

2007-01-03 Thread Dmitry Beransky
is anyone here running the $subj$ config? I can site:deploy by running Maven manually on the same box, using the same maven installation as TeamCity, but when TeamCity runs the build, I keep getting an exception: com.jcraft.jsch.JSchException: reject HostKey: newzealand thanks d.

deploying to remote repository

2007-01-02 Thread Dmitry Beransky
at all? thanks Dmitry

  1   2   >