Wrong resolution of dependency scope by Maven 3?

2012-12-04 Thread Dmitry Batrak
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...@maven.apache.org F

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

Re: reactor build && changes in module && recompilation of dependent modules

2012-07-04 Thread Dmitry Trunikov
ation. 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-

Re: reactor build && changes in module && recompilation of dependent modules

2012-07-04 Thread Dmitry Trunikov
/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 a.b.c foo 1.0-SNAPSHOT .. a.b.c foo-impl 1.0-SNAPSHOT jar a.b.c foo-api 1.0-SNAPSHOT foo-i

reactor build && changes in module && recompilation of dependent modules

2012-07-03 Thread Dmitry Trunikov
d no implementation of the method just added to the interface. When I run 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 .../): com.mycompany.app my-app 1 .../

maven3 and issues with war plugin configuration

2010-10-11 Thread Dmitry Sklyut
h plugins that alias simple properties with complex properties? 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
mplete 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%

Re: RFC: Maven License Verifier Plugin

2010-02-04 Thread Dmitry Katsubo
e (not sure how to handle this technically)... > > > And what is needed as well is to be able to exclude particular artifacts > from being checked ().. (I have to check how > to implement this but this is an other question)... > > > Kind regards > Karl Heinz Marbaise -- With best 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-01 Thread Dmitry Katsubo
n project 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

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 c

Re: If there any way to execute plugin conditionally?

2009-12-09 Thread Dmitry Skavish
? > > They can be activated 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

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: how to cope all jars from all modules to some top level project directory?

2009-06-21 Thread Dmitry Skavish
nnolly wrote: > > you'll want to set inherited to false, or else create a special module > > which has the config > > > > On Friday, June 19, 2009, Dmitry Skavish wrote: > >> Hi, > >> I am stuck trying to figure out how to do that. I have root pom and >

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

2009-06-19 Thread Dmitry Skavish
? Thank you! -- Dmitry Skavish

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

2009-04-16 Thread Dmitry Skavish
repository. > > > > > > > > Maybe I don't understand your problem. If that is the case, > > > please clarify. > > > > > > > > Hth, > > > > > > > > Nick Stolwijk > > > > ~Java Developer~ > > > &

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

2009-04-16 Thread Dmitry Skavish
e last deployed snapshot and build using that instead. > > Nothing in the pom dependency syntax really says which to use but I assumed > that because maven 'knows' these are all in the reactor 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

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

2009-04-14 Thread Dmitry Skavish
well 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
ation 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 wrote: > On Tue, Dec 16, 2008 at 3:34 PM, Jörg Schaible wrote: >> Dmitry Beransky wrote: >> >>> Hi, >>> >>

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

maven 2.0.9+ and windows absolute paths

2008-12-16 Thread Dmitry Beransky
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 - To

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:

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 Mo

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: [E

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 > appropriat

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]

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

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\Maven>mvn --version Maven version: 2.0.9 Java version: 1.

ConversionException

2008-09-29 Thread Dmitry Beransky
provided 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
ng.reflect.Method.invoke(Method.java:585) [09:15:33]: 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] ----

resolving snapshots

2008-05-30 Thread Dmitry Beransky
true thanks dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: 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. > > http://jira.codehaus.org/b

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 unsubscri

Re: changing location of site.xml

2008-04-15 Thread Dmitry Beransky
e. > But I agree with Jason 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-ma

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 rea

changing location of site.xml

2008-04-14 Thread Dmitry Beransky
en Access: 00100080 any thoughts? Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

finding execution ids

2008-04-11 Thread Dmitry Beransky
g the same 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?

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
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 ru

Re: taglib plugin

2008-01-03 Thread Dmitry Beransky
'artifact org.apache.maven.plugins:maven-taglib-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-02 Thread Dmitry Beransky
ealand/repository/maven2 false central Maven Repository Switchboard http://repo1.maven.org/maven2 never false central Maven Plugin Repository http://repo1.maven.org/maven2

Re: taglib plugin

2008-01-02 Thread Dmitry Beransky
fecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1286) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor ... this is very weird. I can't make any heads or tai

taglib plugin

2008-01-02 Thread Dmitry Beransky
n-taglib-plugin' 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: 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" Sent: Tuesday, De

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 additional

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: Sent: Tuesday, November 06, 2007 5:29 PM Subject: Dependency resolution for multi-module projects Hi, I'm writing a cus

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 request

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" Sent: Saturday, September 01, 2007 4:23 PM Subject: JMock 2 hello all, does anyone know if jmock2 has been uploaded in some maven2 repositori

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: Sent: Thursday, August 02, 2007 3:44 AM Su

Creating maven project issue

2007-08-01 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? 4.0.0 com.project.interfaces my-proj jar 1.0-SNAPSHOT My Archetype http://www.ejinz.com junit junit 3.8.1 test than

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 placing

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? 4.0.0 com.mycompany.app AdvertiseFreeModule jar 1.1-SNAPSHOT junit junit 3.8.1 test thanks, DT www.ejinz.com Search Shopping Engine

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 S

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 configura

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 repository

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" Sent: Wednesday, July 25, 2007 11:40 PM Subject: Re: resources question This looks to me to be

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 tha

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 documenta

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()

Re: Maven dependencies issues

2007-07-22 Thread Dmitry
ul http://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 ja

Maven Source filtering issue

2007-07-22 Thread Dmitry
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

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

Re: Maven plugin eclipse question

2007-07-22 Thread Dmitry
lf. Just curious, why 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

Maven plugin eclipse question

2007-07-22 Thread Dmitry
e 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]

Quality level attribute during version selection process

2007-07-22 Thread Dmitry
rs 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 T

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" Sent: Friday, July 20, 2007 2:23

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

2007-07-20 Thread Dmitry
ed in the apache-3 parent POM that the plugin extends I then have two questions : 1. How 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, D

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" Sent: Fri

Maven repository metadata

2007-07-20 Thread Dmitry
rsion 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 - O

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 the

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" Sent: Friday, July 20, 2007

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 in

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: Sent: Friday, July 20, 2007 2:31 PM Subject: google-testar with Maven Hello. Somebody knows if is possible integrate goo

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" Sent: Friday, July 20, 2007 2:10 PM Subject: Re: List of a

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" Sent: Thursday, July 19, 2007 11:47 PM Subject: Re: How to build sub-direc

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
ork around 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

Re: [m2] maven embedder

2007-02-13 Thread Dmitry Beransky
I have just checked the source 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

Re: [m2] maven embedder

2007-02-11 Thread Dmitry Beransky
lic static 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&#x

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 unsubscri

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

categorizing tests

2007-01-18 Thread Dmitry Beransky
Hi, Just finished reading an article on test categorization: . 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: so, why is

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: 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 unsubs

Re: enabling logging

2007-01-11 Thread Dmitry Beransky
| -Original 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 befor

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: 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? Tha

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.

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] Fo

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 1

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 inter

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

deploying to remote repository

2007-01-02 Thread Dmitry Beransky
=csa-repository \ -Durl= \ -Dfile=jta-1.0.1B.jar a few questions about the above: 1. Can I point to jta's POM that's sitting on the central repository or do I need to create my own? 2. What is a "repositor" and what is its url? 3. Am I on the right track at all? thanks Dmitry

  1   2   >