Re: An Attribute Based POM

2008-02-27 Thread Arik Kfir
On Wed, 2008-02-27 at 12:51 +0100, Fabian Christ wrote: > The problem with the pattern groupId="org.apache.maven.archiva" artifactId= are the missing line > breaks and spaces. Your can't find the information of interest in such > a string. So people will start adding line breaks and you get near

Re: proposal : make POM less verbose

2008-02-10 Thread Arik Kfir
; > > m2:version="1.0"> > 4.0.0 > > > > > The previous examples are just to fix the principle. Declaring > dependencies and plugins configuration could become really consice and > enhance readability. > > > > Nico. > -- Thanks, Arik Kfir.

Re: [ANN] Maven Release Plugin 2.0-beta-7 Released

2007-10-28 Thread Arik Kfir
List > Subject: Re: [ANN] Maven Release Plugin 2.0-beta-7 Released > > On 10/28/07, Arik Kfir <[EMAIL PROTECTED]> wrote: > > There's a mistake in the text - it should read "release of the Maven > > ReleasePlugin", not the " > > WAR plugin&quo

Re: [ANN] Maven Release Plugin 2.0-beta-7 Released

2007-10-28 Thread Arik Kfir
Oh... :) On 10/28/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > On 10/28/07, Arik Kfir <[EMAIL PROTECTED]> wrote: > > There's a mistake in the text - it should read "release of the Maven > > ReleasePlugin", not the " > > WAR plugin&qu

Re: [ANN] Maven Release Plugin 2.0-beta-7 Released

2007-10-28 Thread Arik Kfir
There's a mistake in the text - it should read "release of the Maven ReleasePlugin", not the " WAR plugin"... Probably something in the POM plugin configuration that was once copy-pasted... ;-) On 10/27/07, Brian Fox <[EMAIL PROTECTED]> wrote: > > The Maven team is pleased to announce the release

Re: exception deploying

2007-10-10 Thread Arik Kfir
I've been receiving this for months (sporadically) but it seems harmless (metadata eventually got there...) so I ignored it On 10/10/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > I just started getting NPE's when deploying the metadata. I cleared my > repo and it's still happening. Anyone o

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-02 Thread Arik Kfir
Hi, As a heavy Maven **user**, what would be best for us is having some plugin (could be the enforcer, or another) automatically generate this configuration for us into the POM. Something along the lines of: mvn enforcer:lock-plugins This command will find the most appropriate version of relevan

Re: [VOTE] Release maven-idea-plugin 2.1

2007-06-05 Thread Arik Kfir
They are ;-) Just make sure you generate the project from the root module. On 6/5/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 5 Jun 07, at 8:26 AM 5 Jun 07, Arik Kfir wrote: > If I recall correctly, it only happens if you invoke "idea:*" on an > inner >

Re: [VOTE] Release maven-idea-plugin 2.1

2007-06-05 Thread Arik Kfir
If I recall correctly, it only happens if you invoke "idea:*" on an inner module, rather than the aggregating module (pom). Personally I don't think it's much of an issue; one usually wants to generate a project for the entire project, rather than just a single module. But I'm interested to know

Re: Support for other types of artifacts in remote-resource-plugin

2007-05-16 Thread Arik Kfir
Hi, I agree with Jason. WAR is for bundling webapps - not for bundling resources; that's what JARs are for. And for that reason exactly, WARs can *contain* other JARs, to have external dependencies. Arik. On 5/16/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Hi Jason, Sounds like a good

Re: Specifying IntelliJ module name with maven-idea-plugin

2007-05-15 Thread Arik Kfir
I always prefix my artifactId(s) with a common prefix - for that reason; e.g. "myproject-core", "myproject-commons", "myproject-webapp", "myproject-webapp-jsf", "myproject-webapp-struts", and so on. It lengthens the names, but makes everything clear (and I don't need to use the 'finalName' propert

Re: avoid that central repo gets garbage dump

2007-05-06 Thread Arik Kfir
The biggest problem as I see it is not the groupId structures (although it DOES bother me...) but rather the dependencies metadata which is often incorrect, or atleast not quite right. Examples are numerous and range from optional dependencies marked as required, testing dependencies in compile sc

Re: avoid that central repo gets garbage dump

2007-05-05 Thread Arik Kfir
Hi, I'd like to throw in my 2 cents. The maven repository was (as I recall) started back in the Maven 1.x days, when people didn't REALLY do ANY dependency management. Since then, the repository grew, Maven1.x grew and grew. A while later, Maven 2.x was released, and AFAIK the Maven 2.xrepository

Re: maven-install-plugin 2.2 release?

2007-05-02 Thread Arik Kfir
+1 (non binding) On 5/3/07, Jason Dillon <[EMAIL PROTECTED]> wrote: On May 2, 2007, at 7:18 PM, Brian E. Fox wrote: > Ok, here's where we are at: > > Still open: > > * [MINSTALL-18] - Bad algorithm to decide if the main artifact > is to be installed or not > > I think this could be easy

Re: Dep to same artifact in different versions

2007-04-26 Thread Arik Kfir
IMO, if the project claims to be backwards-compatible, then it should include the older classes. If they can exist side-by-side, there should be no issue. I see your point, though - I just don't think it is methodology-correct to use different versions of the same project in one place, regardless

Re: Dep to same artifact in different versions

2007-04-25 Thread Arik Kfir
Doesn't the jmock2 contains the classes of jmock1 as well? On 4/25/07, Jörg Schaible <[EMAIL PROTECTED]> wrote: Jason van Zyl wrote on Wednesday, April 25, 2007 3:26 PM: > On 25 Apr 07, at 9:00 AM 25 Apr 07, Jörg Schaible wrote: > >> Jason van Zyl wrote on Wednesday, April 25, 2007 2:41 PM: >>

Re: It's time to release maven-idea-plugin

2007-04-12 Thread Arik Kfir
Hi Dennis, I created a new issue (MIDEA-86, patch supplied) which prevents adding the deployment descriptor for EJB modules to the IML file if it doesn't exist. This is in accordance with JEE5 where deployment descriptors are now optional. Today, it is always added, even if it doesn't exist, whic

Re: [vote] Attempt 3: Release maven-assembly-plugin 2.2-beta-1 -> lock down of plugin versions

2007-04-11 Thread Arik Kfir
+1 for that! On 4/11/07, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: >> "they need to specify versions for all of their plugins in the POM" > > We can't do this in 2.0.x but it needs to be mandatory in 2.1. > Good! :) In my experience with spring-richclient most of the problems of an inst

Re: [ANN] Maven Enforcer Plugin 1.0-alpha-1

2007-04-08 Thread Arik Kfir
nal Message- From: Arik Kfir [mailto:[EMAIL PROTECTED] Sent: Sunday, April 08, 2007 8:36 AM To: Maven Developers Mailing list Subject: Fwd: [ANN] Maven Enforcer Plugin 1.0-alpha-1 Hi, Cool idea - congratz. Also wanted to note that there's a slight problem in the site, at: http://mav

Fwd: [ANN] Maven Enforcer Plugin 1.0-alpha-1

2007-04-08 Thread Arik Kfir
Hi, Cool idea - congratz. Also wanted to note that there's a slight problem in the site, at: http://maven.apache.org/shared/maven-enforcer-rule-api/writing-a-custom-rule.html This page's left menu does not show the full menu shown when viewing the plugin's other pages. cheers, Arik.

Re: Comprehensive List of Phases

2007-01-02 Thread Arik Kfir
nt me to the user documentation (finished or not-finished), I'm looking for someone to point me to a code module maybe so that I can be sure that I have "the" comprehensive list of phases that can be intercepted. David On 1/2/07, Arik Kfir <[EMAIL PROTECTED]> wrote: > >

Re: Comprehensive List of Phases

2007-01-02 Thread Arik Kfir
David, This question belongs in the users mailing list... Anyway - have you read the Introduction to the Build Lifecycle? At: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html You can find it in the maven site by going to the "Index" option on the menu of the main p

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Arik Kfir
ergere.com/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: [VOTE] Rename repository manager

2006-08-10 Thread Arik Kfir
, e-mail: [EMAIL PROTECTED] -- ______ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: Assembly - profile bug

2006-08-09 Thread Arik Kfir
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: [discuss] A new name for the repository manager?

2006-08-03 Thread Arik Kfir
or > +1 :) I like it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://c

Re: [RANT] This Maven thing is killing us....

2006-07-05 Thread Arik Kfir
b. - use of provides and various other dependency markers (that's coming in m2 2.1 if I got it right) Cheers, Jerome - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [proposal] terminating the maven-2.0.x branch

2006-05-21 Thread Arik Kfir
mmands, e-mail: [EMAIL PROTECTED] -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: NullPointException - Maven 2 with plugin statcvs

2006-05-10 Thread Arik Kfir
sorry - I'm afraid not, have never used that plugin on m2maybe someone on the users list will know (much much MUCH more audience...) On 5/10/06, Leo L <[EMAIL PROTECTED]> wrote: Thanks Arik... I´ll subscribe that list... and about my problen... :-) any clue??? 2006/5/9

Re: NullPointException - Maven 2 with plugin statcvs

2006-05-09 Thread Arik Kfir
ime: 13 seconds [INFO] Finished at: Tue May 09 15:19:46 GMT-03:00 2006 [INFO] Final Memory: 9M/18M [INFO] Any clue Can anyone help me? Thanks Léo -- ______ C

Re: [vote] Release maven-ear-plugin 2.2

2006-05-09 Thread Arik Kfir
need such seperation). On 5/9/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: On Tue, 9 May 2006, Arik Kfir wrote: My 2 cents: I've been trying to get par and ejb3 aligned with the new preferred .jar file extension, but I wasn't able to do so. I do believe that those packagi

Re: [vote] Release maven-ear-plugin 2.2

2006-05-08 Thread Arik Kfir
> > Thanks, > Stéphane > > -- > .::You're welcome ::. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > > -- .::You're w

Re: svn commit: r399473 - /maven/plugins/trunk/maven-deploy-plugin/src/test/java/org/apache/maven/plugin/deploy/DeployMojoTest.java

2006-05-03 Thread Arik Kfir
to alternate value did NOT work. Aborting test." ); +} + +File sshFile = new File( altUserHome, ".ssh" ); + +System.out.println( "Testing .ssh dir: " + sshFile.getCanonicalPath() ); //delete first the .ssh folde

Re: [jira] Commented: (MEV-384) velocity 1.4 dependencies are wrong

2006-05-01 Thread Arik Kfir
This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -- __

Re: How can I add a component/service to Continuum?

2006-04-28 Thread Arik Kfir
it? TIA, Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux use

Re: [m2] ideas to improve dependency management

2006-04-27 Thread Arik Kfir
ion about MRM, what it does, how it works, etc? > > -----Original Message- > From: Arik Kfir [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 27, 2006 11:30 AM > To: Maven Developers List > Subject: Re: [m2] ideas to improve dependency management > > currently the maven

Re: [m2] ideas to improve dependency management

2006-04-27 Thread Arik Kfir
- i'd better go to bed for now cause my alarm rings in > about > 5 hours :( > > Regards > Jörg > -----BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.2 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFEUBKHmPuec2Dcv/8RAklWAJ42SgzPt/YTUXI1+BzGcAWUAWm9JACgkI0Y > 3bfAmELexhnArZ4/auzWmNs= > =zdA3 > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: Custom Packaging types.

2006-04-25 Thread Arik Kfir
. With matching plugins. > > Thanks > > Marteijn Nouwens > > -- __ Cheers, Arik Kfir [EMAIL PROTECTED] Linux user, number 415067 - http://counter.li.org/ http://corleon.dnsalias.org

Re: Possible regression in 2.0.4

2006-04-04 Thread Arik Kfir
e et l'international. > Téléchargez sur http://fr.messenger.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, _ Arik Kfir[EMAIL PROTECTED]

Re: critique of maven 2.0.2

2006-02-03 Thread Arik Kfir
r even more exclusions than dependencies. > > Best regards, > Piotrek > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, _ Arik Kfir[EMAIL PROTECTED]

Re: critique of maven 2.0.2

2006-02-03 Thread Arik Kfir
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, _ Arik Kfir[EMAIL PROTECTED]

[jira] Created: (MRELEASE-78) Wrong SCM info put by the release plugin for modules

2006-01-31 Thread Arik Kfir (JIRA)
JDK 1.5, M2 2.0.3-SNAPSHOT (2006-01-30), Subversion SCM Reporter: Arik Kfir Fix For: 2.0-beta-5 Hi, I have a project with several modules in it. The entire project is stored in one SVN repository, in the following layout: myproject | +-- module A | +-- module B

Re: ibibilio.org / maven.org down?

2006-01-30 Thread Arik Kfir
ZtgCgmiTc > KGJoQ+wgO3vw+u/FKsRkTyE= > =7Bmk > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, _ Arik Kfir[EMAIL PROTECTED]

[jira] Commented: (MEV-310) POMs for hivemind:hivemind:1.1 and hivemind:hivemind-lib:1.1 are missing dependencies

2006-01-22 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MEV-310?page=comments#action_56613 ] Arik Kfir commented on MEV-310: --- Unrelated comment (can be extracted to a different issue): I think a more proper group ID for HiveMind would be "org.apache.hivemind" instead of

[jira] Created: (MEV-310) POMs for hivemind:hivemind:1.1 and hivemind:hivemind-lib:1.1 are missing dependencies

2006-01-22 Thread Arik Kfir (JIRA)
: Improvement Components: Dependencies Reporter: Arik Kfir Attachments: MEV-hivemind-1.1.patch HiveMind is an IoC container developed at Apache Jakarta. It is composed of three modules: - hivemind:hivemind - the core module providing the core HiveMind functionality - hivemind:hivemind

[jira] Updated: (MEV-310) POMs for hivemind:hivemind:1.1 and hivemind:hivemind-lib:1.1 are missing dependencies

2006-01-22 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MEV-310?page=all ] Arik Kfir updated MEV-310: -- Attachment: MEV-hivemind-1.1.patch > POMs for hivemind:hivemind:1.1 and hivemind:hivemind-lib:1.1 are missing > depend

[jira] Commented: (MSUREFIRE-39) Add integration logic that allows report to be created for junit OR testng

2006-01-08 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-39?page=comments#action_55234 ] Arik Kfir commented on MSUREFIRE-39: the javascript idea sounds great to me ;-) > Add integration logic that allows report to be created for junit OR tes

[jira] Created: (MNG-1907) Bundle wagon-ssh-external with maven dist

2005-12-30 Thread Arik Kfir (JIRA)
Bundle wagon-ssh-external with maven dist - Key: MNG-1907 URL: http://jira.codehaus.org/browse/MNG-1907 Project: Maven 2 Type: Improvement Versions: 2.0.2, 2.0.1 Environment: All Reporter: Arik Kfir Priority

[jira] Commented: (MNG-1545) some execution output not routed through default routes.

2005-12-30 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1545?page=comments#action_54548 ] Arik Kfir commented on MNG-1545: I'm not sure that would be wise - when runningin another application (e.g. an IDE) I wouldn't want Maven to fiddle with external resourc

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Arik Kfir
-- > > .::You're welcome ::. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Regards, _ Arik Kfir[EMAIL PROTECTED]

[jira] Created: (MEV-264) commons-logging-1.1-dev is listed in maven-metadata, but no binary is found in the repository

2005-12-18 Thread Arik Kfir (JIRA)
Type: Bug Components: Invalid POM Reporter: Arik Kfir The 'maven-metadata.xml' in commons-logging:commons-logging lists 1.1-dev version, but there's no JAR file there. when a project defines a dependency on commons-logging with a range like "[1.0,)"

[jira] Created: (MEV-263) commons-jexl POM missing 'commons-logging', although used in commons-jexl code

2005-12-18 Thread Arik Kfir (JIRA)
Components: Invalid POM Reporter: Arik Kfir The commons-jexl project uses commons-logging (see ExpressionFactory for example), but POM does not specify it as a dependency. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the admi

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-12-17 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_53627 ] Arik Kfir commented on MNG-678: --- Perhaps the problem is that jsch's output/input streams are not delegated to the console? I've noticed problems like this whenever input is nee

[jira] Commented: (MNG-884) release:perform doesn't work at all without release.properties

2005-12-17 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-884?page=comments#action_53624 ] Arik Kfir commented on MNG-884: --- This prolly should go to a seperate JIRA issue, but I think the release:prepare should ask the user if he/she wants to do a release:perform, if the prepare

[jira] Commented: (MNG-1562) Exception with dependencies that have and implied from parents

2005-11-25 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1562?page=comments#action_52021 ] Arik Kfir commented on MNG-1562: Then I get this (error relates to POM_EAR): [EMAIL PROTECTED]:~/projects/crm/trunk$ mvn clean package [INFO] Scanning for projects... [INFO

[jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-19 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51421 ] Arik Kfir commented on MNG-1525: Hi - "System.getenv()" is UNdeprecated under jdk1.5 > Allow environment variables to be referenced in pom.xml, sett

Re: [jira] Commented: (MNG-1525) Allow environment variables to be referenced in pom.xml, settings.xml, etc.

2005-11-18 Thread Arik Kfir
yes but it's UNdeprecated in jdk 5.0 :) On 11/19/05, Edwin Punzalan (JIRA) <[EMAIL PROTECTED]> wrote: > [ http://jira.codehaus.org/browse/MNG-1525?page=comments#action_51395 ] > > Edwin Punzalan commented on MNG-1525: > - > > You see, Maven's minimum JDK req

[jira] Created: (MNG-1562) Exception with dependencies that have and implied from parents

2005-11-14 Thread Arik Kfir (JIRA)
Versions: 2.0 Environment: JDK 1.5.0_05, Kubuntu Linux 5.1 Reporter: Arik Kfir I have the following POM structure: POM_PARENT +--POM_EJB (packaging=ejb) +--POM_EAR (packaging=ear) As you can see, POM_EJB and POM_EAR extend POM_PARENT. The POM_PARENT defines a "" which spe

[jira] Updated: (MNG-1190) Attach source code and/or documentation to library jars

2005-11-14 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1190?page=all ] Arik Kfir updated MNG-1190: --- Attachment: MNG-1190-maven-idea-plugin.patch Updated patch: refrains from retrying to download previously attempted artifacts. This shortens the time it takes for the plugin

[jira] Commented: (MNG-1105) remove release.properties after successful release:perform

2005-11-14 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1105?page=comments#action_50899 ] Arik Kfir commented on MNG-1105: What about putting it in the 'target' dir? Reason: I think this file is both temporary (used for the build only) AND useful. For instance,

[jira] Created: (MNG-1529) NPE when inheriting report sets

2005-11-12 Thread Arik Kfir (JIRA)
: Arik Kfir I have three POMs: A: serves as a template for new projects B: Extends A - the root POM of a multi-module project C: Extends B - a module in the B project One of the things project A defines is the element. However, when I try to build project B, I get the following exception: [EMAIL

Re: Specifying the "-DperformRelease=true" parameter in the "Guide to Releasing" guide

2005-11-12 Thread Arik Kfir
from the source code works beatifuly now! Any idea when a release will be out? :) Anyway - just my 2cents.. On 11/12/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > The release plugin specifies -DperformRelease internally, so it isn't > required on that page. > > - Br

[jira] Created: (MNG-1527) NPE in groupID-less POMs

2005-11-12 Thread Arik Kfir (JIRA)
NPE in groupID-less POMs Key: MNG-1527 URL: http://jira.codehaus.org/browse/MNG-1527 Project: Maven 2 Type: Bug Components: maven-artifact Versions: 2.0 Environment: JDK 1.5.0_05, Kubunto Linux 5.1 Reporter: Arik Kfir I

Specifying the "-DperformRelease=true" parameter in the "Guide to Releasing" guide

2005-11-11 Thread Arik Kfir
Hi, I think it might be a good idea to mention the "-DperformRelease=xxx" parameter in the http://maven.apache.org/guides/mini/guide-releasing.htmlpage ("Guide to Releasing") as it's quite useful. I, for one, did not know about it and had to manually bind the javadoc and sources plugins in my POM

Attaching '-sources.jar' and '-javadoc.jar' to libraries in generated IDEA projects

2005-11-11 Thread Arik Kfir
Hi, I've submitted a patch for the maven-idea-plugin that downloads and links the source code & javadocs jars for pom dependencies in the generated IDEA modules. The patch is in http://jira.codehaus.org/browse/MNG-1190 For each dependency in the POM it simply tries to download the same dep. but w

[jira] Updated: (MNG-1190) Attach source code and/or documentation to library jars

2005-11-10 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1190?page=all ] Arik Kfir updated MNG-1190: --- Attachment: MNG-1190-maven-idea-plugin.patch Hi, I've created a patch to allow the maven-idea-plugin to automatically download and link source code and javadocs t

[jira] Commented: (MNG-1314) The default project-jdk-name in project.ipr doesn't work when used on Idea when jdkName is not specified in pom

2005-10-24 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1314?page=comments#action_49212 ] Arik Kfir commented on MNG-1314: Yes this happens to me too. What I did was to rename my IDEA jdk name (not in the project) to the convention m2 uses...but it would be much better if

Embedding maven/toolability

2005-10-24 Thread Arik Kfir
Hi, I'm starting to work on embedding m2 in idea (now that I'm finally back home..). First thing I'm trying to attack is an editor for the maven settings files. I'm trying to use the MavenSettingsBuilder (and the default implementation DefaultMavenSettingsBuilder). It seems to me that its API is

[jira] Created: (MEV-122) Deploy JGoodies Binding 1.0.2

2005-10-18 Thread Arik Kfir (JIRA)
Deploy JGoodies Binding 1.0.2 - Key: MEV-122 URL: http://jira.codehaus.org/browse/MEV-122 Project: Maven Evangelism Type: New Feature Reporter: Arik Kfir The JGoodies Binding framework has version 1.0.2 published - please publish it

[jira] Created: (MEV-121) Deploy IntelliJ IDEA 5.0.1 Redistributables

2005-10-18 Thread Arik Kfir (JIRA)
Deploy IntelliJ IDEA 5.0.1 Redistributables --- Key: MEV-121 URL: http://jira.codehaus.org/browse/MEV-121 Project: Maven Evangelism Type: New Feature Reporter: Arik Kfir Hi, JetBrains have a 5.0.1 version of their IDEA

[jira] Commented: (MNG-1101) release pom, and next version, is missing pieces of pom

2005-10-15 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1101?page=comments#action_48668 ] Arik Kfir commented on MNG-1101: That depends - which one will be used, and when? If I release project A, I have "A.pom" and "release-A.pom" in the repo. Now I cr

Re: Maven 2.0 RC now available

2005-10-15 Thread Arik Kfir
Hi, Do you plan to release the core before the final plugins versions? IMO it would be best to release final versions of the plugins (atleast the "core" plugins like compiler,sources,resources, etc) before the final m2 release. Or perhaps I just misunderstood? :D On 10/15/05, Brett Porter <[EMA

[jira] Commented: (MNG-1101) release pom, and next version, is missing pieces of pom

2005-10-14 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1101?page=comments#action_48630 ] Arik Kfir commented on MNG-1101: you mean that 'deploy' will store the pom as it is, with only the version changed to the release version? If it saves you maintaining cloning-

[jira] Commented: (MNG-1105) remove release.properties after successful release:perform

2005-10-12 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1105?page=comments#action_48464 ] Arik Kfir commented on MNG-1105: Perhaps emit a message at the end for the user, along the lines of: "Release was successful - you may remove the 'release.properties' f

[jira] Commented: (MNG-1101) release pom, and next version, is missing pieces of pom

2005-10-12 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1101?page=comments#action_48463 ] Arik Kfir commented on MNG-1101: I also noticed that plugin-configuration for the 'release' plugin gets wiped as well. I have this section in the pom which is always remove

[jira] Commented: (MNG-3) MavenProject / pom listener

2005-10-12 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-3?page=comments#action_48432 ] Arik Kfir commented on MNG-3: - Actually that's exactly what we're doing - implementing a UI-based editor, and I see no reason to duplicate the model classes rather than use the exis

[jira] Commented: (MNG-3) MavenProject / pom listener

2005-10-10 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-3?page=comments#action_48260 ] Arik Kfir commented on MNG-3: - Hi, Why not have the Modello project support generating PropertyChangeEvents in generated classes? Since both the project-model and the settings-model (and a

[jira] Commented: (MNG-535) Imposible to generated UTF-8 site with APT

2005-10-05 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-535?page=comments#action_47915 ] Arik Kfir commented on MNG-535: --- I think this is more than a minor issue, as marked: most IDEs have project-wide (eclipse) or even ide-wide (intellij) encoding settings. Since many

[jira] Commented: (MNG-1021) Build numbers are incremented when they shouldn't

2005-10-05 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1021?page=comments#action_47882 ] Arik Kfir commented on MNG-1021: cool! Let me know as soon as you commit, I'll give it a try. Thanks! > Build numbers are incremented when they s

[jira] Created: (MNG-1094) Repositories' tag is not inhertied to child POMs

2005-10-05 Thread Arik Kfir (JIRA)
eta-3 Environment: Fedora Core 4, JDK 1.5.0_05 Reporter: Arik Kfir If you define the following distribution management in a parent POM, child POMs will inherit the repository definition, but the value is reset back to "true". Here's a snippet of what I us

[jira] Commented: (MNG-1021) Build numbers are incremented when they shouldn't

2005-10-04 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1021?page=comments#action_47817 ] Arik Kfir commented on MNG-1021: One other thing - not sure it affects anything, but just in case - the POM I used in the last try has the of "0.1-SNAPSHOT", and not "S

[jira] Reopened: (MNG-1021) Build numbers are incremented when they shouldn't

2005-10-04 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1021?page=all ] Arik Kfir reopened MNG-1021: Hi, I tried again from the trunk (using the same POM I attached previously), and while there is some progress, it still does not work. Now the binary and source-code

[jira] Updated: (MNG-1021) Build numbers are incremented when they shouldn't

2005-10-01 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1021?page=all ] Arik Kfir updated MNG-1021: --- Attachment: pom.xml Tried again using m2 trunk - and still happens. I've attached the exact POM so you can take a look (perhaps I'm doing something wrong?) I

[jira] Commented: (MNG-1021) Build numbers are incremented when they shouldn't

2005-09-30 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-1021?page=comments#action_47532 ] Arik Kfir commented on MNG-1021: I´ll give it a try today and see if it sorted out on the latest sources (don´t close yet!) ;-) > Build numbers are incremented when they should

[jira] Created: (MNG-1021) Build numbers are incremented when they shouldn't

2005-09-26 Thread Arik Kfir (JIRA)
beta 1 Reporter: Arik Kfir I have a project built using m2. I want the project to install/deploy a source-code JAR along with the binaries JAR (on both the install and deploy phases). I've added the following section in the pom.xml file: org.apache.maven.plugins maven-sou

[jira] Commented: (MNG-142) project usage instructions in POM

2005-09-25 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MNG-142?page=comments#action_47102 ] Arik Kfir commented on MNG-142: --- I'm not sure that a usage section is needed, but what would be nice is have maven generate a human-readable (well, more readable than XML ;-)

[jira] Created: (MNG-933) Ability to view how the site would look without generating the entire site

2005-09-20 Thread Arik Kfir (JIRA)
Reporter: Arik Kfir Priority: Minor It would be nice to be able to run something like "m2 site:run" which would start a process that serves the site dynamically. If you know Apache Forrest, its similar to "forrest run" (as opposed to "forrest site" - which is l

Patch for the idea.xml xdoc in maven site

2005-05-29 Thread Arik Kfir
Hi, MevenIDE for IDEA 0.1 has been released, and I thought it would be nice to update Maven's IDE integration page regarding IDEA. I've attached a patch for the idea.xml file, could you include this in your next site publish? cheers, Arik Kfir. Index

[jira] Created: (MAVENUPLOAD-372) Please upload JGoodies Binding framework to ibiblio.

2005-05-02 Thread Arik Kfir (JIRA)
Please upload JGoodies Binding framework to ibiblio. Key: MAVENUPLOAD-372 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-372 Project: maven-upload-requests Type: Task Reporter: Arik Kfir http

[jira] Created: (MAVENUPLOAD-371) Please upload the JGoodies Forms 1.0.5 library to the Maven repository

2005-04-30 Thread Arik Kfir (JIRA)
Reporter: Arik Kfir Attachments: jgoodies-forms-1.0.5-bundle.jar http://www.jgoodies.com/freeware/forms/index.html http://www.jgoodies.com/contact.html JGoodies Forms is a framework for (easily) writing Java user-interface code. Provides many layout widgets that are not found in the j2se core (it is

[jira] Created: (MPJIRA-11) Enable retrieving component-specific issues

2005-04-29 Thread Arik Kfir (JIRA)
Enable retrieving component-specific issues --- Key: MPJIRA-11 URL: http://jira.codehaus.org/browse/MPJIRA-11 Project: maven-jira-plugin Type: Improvement Reporter: Arik Kfir Assigned to: Emmanuel Venisse Attachments

[jira] Created: (MAVENUPLOAD-367) Upload request for "findbugsGUI" project

2005-04-19 Thread Arik Kfir (JIRA)
Upload request for "findbugsGUI" project Key: MAVENUPLOAD-367 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-367 Project: maven-upload-requests Type: Task Reporter: Arik Kfir http://www.codehaus.org/~arik/f

[jira] Commented: (MAVENUPLOAD-365) Upload request for "findbugs" project

2005-04-19 Thread Arik Kfir (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-365?page=comments#action_37795 ] Arik Kfir commented on MAVENUPLOAD-365: --- The title is wrong (sorry) - it should say "Upload request for "coreplugin" of the "findbugs" proje

[jira] Created: (MAVENUPLOAD-366) Upload request for "findbugs-ant" project

2005-04-19 Thread Arik Kfir (JIRA)
Upload request for "findbugs-ant" project - Key: MAVENUPLOAD-366 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-366 Project: maven-upload-requests Type: Task Reporter: Arik Kfir http://www.codehaus.org/~ari

[jira] Created: (MAVENUPLOAD-365) Upload request for "findbugs" project

2005-04-19 Thread Arik Kfir (JIRA)
Upload request for "findbugs" project - Key: MAVENUPLOAD-365 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-365 Project: maven-upload-requests Type: Task Reporter: Arik Kfir http://www.codehaus.org/~arik/corepl