Re: write maven plugin that operate Sonar

2012-07-19 Thread dror
thanks, but i dont found any example in this page.. :( -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457p5714462.html Sent from the Maven - Users mailing list archive at Nabble.com. --

Re: write maven plugin that operate Sonar

2012-07-19 Thread dror
Hi, I'm a little entangled with this.. Should i write it in scope? you have maybe a code example? Thanks a lot! -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457p5714460.html Sent from the Maven - Users mailing list archive at Nabbl

write maven plugin that operate Sonar

2012-07-19 Thread dror
Hi all, Somebody knows how can i write a maven plugin in pom.xml that operate Sonar? i looking for a way to operate Sonar's checks via maven build. Thanks, Dror. -- View this message in context: http://maven.40175.n5.nabble.com/write-maven-plugin-that-operate-Sonar-tp5714457.html Sent

Re: How to change java compiler warning to error

2012-07-15 Thread dror
x27;s preferences file which includes my settings? there is a another solution? thanks a lot, Dror. -- View this message in context: http://maven.40175.n5.nabble.com/How-to-change-java-compiler-warning-to-error-tp5713975p5714146.html Sent from the Maven - Users mailing list archive at Nabbl

How to change java compiler warning to error

2012-07-12 Thread dror
to do the same on our build server. Any help would be mostly appreciated! Thanks, Dror -- View this message in context: http://maven.40175.n5.nabble.com/How-to-change-java-compiler-warning-to-error-tp5713975.html Sent from the Maven - Users mailing list archive at

RESOLVED: Re: plugin attached to 'compile' phase isn't executed for multi-module project?

2008-07-09 Thread Ittay Dror
The difference was the different packaging types that caused different plugins to bind. Sorry for troubling the list Ittay Ittay Dror wrote: > > Hi, > > I have a plugin that is attached to the 'compile' phase (in a parent pom). > It runs ok for a regular module. But

plugin attached to 'compile' phase isn't executed for multi-module project?

2008-07-09 Thread Ittay Dror
Hi, I have a plugin that is attached to the 'compile' phase (in a parent pom). It runs ok for a regular module. But in a multi-module project, it isn't executed. Is that intentional? How can I make the plugin execute? To clarify, the projects I have are: grandpa - here the plugin is attached to

weird error message

2008-06-25 Thread Ittay Dror
Component descriptor role: 'org.apache.maven.wagon.CommandExecutor', implementation: 'org.apache.maven.wagon.providers.ssh.external.ScpExternalCommandExecutor', role hint: 'scpexe' has a hint, but there are other implementations that don't Thank you for your help, Ittay

what is the status of maven 2.1?

2008-04-29 Thread Ittay Dror
Hi, What is the status/roadmap of maven 2.1? Thank you, Ittay -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net> - To unsubscribe, e-mail: [EM

NoSuchArchiverException: No such archiver: 'nar'.

2008-04-21 Thread Ittay Dror
nk you, Ittay descriptor: optier tar.gz *:* i386-Linux-g++_shared lib -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal

assembly moduleSet error

2008-04-21 Thread Ittay Dror
hen I try to debug, the project's artifact indeed has a null file. When is the file set? Thank you, Ittay -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net>

Re: using external files in parent pom

2008-04-15 Thread Ittay Dror
Dror [mailto:[EMAIL PROTECTED] Sent: Tue 4/15/2008 11:38 To: Maven Users List Subject: using external files in parent pom Hi, I have a parent pom that contains a plugin that references an external file. Now if I execute a child pom (where presumably, it finds the parent in the repository, not

using external files in parent pom

2008-04-15 Thread Ittay Dror
how should the reference to the file look like)? Thank you, Ittay -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net> - To unsubscribe, e-mail: [EM

Re: how to execute a plugin only once in multi-project parent pom

2008-04-08 Thread Ittay Dror
to do this with the enforcer and ended up having to put caching logic into the plugin itself to deal with this. -Original Message- From: Ittay Dror [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 2:31 PM To: Maven Users List Subject: how to execute a plugin only once in multi-pr

how to execute a plugin only once in multi-project parent pom

2008-04-08 Thread Ittay Dror
(where only that module is executed) Thank you, Ittay -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net> - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: is there a way of adding metadata to a dependency

2008-04-07 Thread Ittay Dror
And also I now discovered that if I use , then it has to be specified for the artifact both in and . If I could use metadata, I would have expected to be able to define it in and optionally override it in Ittay Dror wrote: Ok, now I really need this mechanism. I want to be able to specify

Re: is there a way of adding metadata to a dependency

2008-04-07 Thread Ittay Dror
Ok, now I really need this mechanism. I want to be able to specify, per platform, the type of artifact to use. With properties, this would mean mapping each platform (aol in NAR lingo) to a type specifier. But with just 'type', I can't do that. Ittay Ittay Dror wrote: T

Re: is there a way of adding metadata to a dependency

2008-04-07 Thread Ittay Dror
t to do and why, and perhaps someone will have a better response to your question. Wayne On 4/7/08, Ittay Dror <[EMAIL PROTECTED]> wrote: I want to be able to write in the project something like some value (or any other layout,

is there a way of adding metadata to a dependency

2008-04-07 Thread Ittay Dror
? Thank you, Ittay -- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

manipulating properties

2008-03-31 Thread Ittay Dror
-- Ittay Dror <[EMAIL PROTECTED]> Tikal <http://www.tikalk.com> Tikal Project <http://tikal.sourceforge.net> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to debug transitive dependencies

2008-02-05 Thread Dror Bereznitsky
You can use dependency analyzer - http://sourceforge.net/projects/dep-analyzer Dror On Feb 4, 2008 11:03 PM, Arash Bizhan zadeh <[EMAIL PROTECTED]> wrote: > I am getting some strange unrelated jar files inside my war package. Could > somebody tell me how can I debug the transitiv

[ANN] Maven2 Dependency Analyzer 1.1-rc0 released

2008-01-31 Thread Dror Bereznitsky
information to vertex tooltip Sub-task - [MDV-44 <http://www.jfrog.org/jira/browse/MDV-44>] - Add modules support Enjoy, Dror Bereznitsky The Jfrog Team

[ANN] Maven Dependency Analyzer 1.0.3-rc0 Released

2007-08-02 Thread Dror Bereznitsky
We are pleased to announce the release of Dependency Analyzer version 1.0.3-rc0 http://dep-analyzer.sourceforge.net Release Notes - ** New Feature * [MDV-21] - Ability to see as a tool-tip on a link where the dependency comes from * [MDV-27] - Show the path(s) from th

Re: Plugin for making graphical dependency graph?

2007-06-30 Thread Dror
Hi V, You may want to try http://www.jfrog.org/sites/dep-analyzer/latest/ dependency analyzer - it is a tool for viewing and analyzing maven dependencies. It can help you if you have a pom with all your modules as dependencies (some kind of parent pom). Regards, Dror Bereznitsky Vanja

[ANN] Artifactory Dependency Viewer has moved

2007-05-16 Thread Dror
wfiles.php?group_id=196399 releases where moved also and are available at the new project. The project home page can be found at http://www.jfrog.org/sites/dep-analyzer/1.0/ Enjoy, Dror Bereznitsky, The jfrog Team -- View this message in context: http://www.nabble.com/Artifactory-Maven2-Depende

Artifactory Maven2 Dependency Viewer

2007-04-29 Thread Dror Bereznitsky
/index.html . You are welcome to give it a go! Enjoy, Dror Bereznitsky, The Artifactory Team

[m1] environment override project.properties ?

2005-08-30 Thread Ittay Dror
Hi, How can I have environment variables that will override the values in the project.properties file? Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-608

[m2] is there a new release date?

2005-08-29 Thread Ittay Dror
according to the web site, the schedule for beta 1 was supposed to be mid-august. ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-608

dependencies on the same artifact, with different versions

2005-08-29 Thread Ittay Dror
download both? Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-6081841 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi