Re: [Proposal] EasyVersionMaintenance

2009-08-03 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, First question, wouldn't ${project.version} solve the use case of updating same versioned dependencies? Nope. It would help in some of my business projects where all artifacts get the same version when released, but I already have a

Re: Trade-Off with pluginManagement in Super-Pom

2009-08-03 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Fox wrote: Therefore I think that the pluginManagement in Super-Pom caused some trouble and confusion that you might not be aware of. It should use the version even if you invoke directly from the command line, if not, that's a separate

Re: Trade-Off with pluginManagement in Super-Pom

2009-07-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, On Fri, Jul 24, 2009 at 4:36 PM, Joerg Hohwillerjo...@j-hohwiller.de wrote: Hi there, I read the documentation of javadoc-plugin about goal aggregate. Then I called mvn javadoc:aggregate and maven failed saying that the goal

Re: [Proposal] EasyVersionMaintenance

2009-07-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brett, Thanks for taking care. I already thought that this will gonna be ignored. So the summary is that if omitted on a dependency, the group ID and version should match that of the current project, and on deployment it needs to be populated?

MOJO-1368 - unable to find resource 'VM_global_library.vm'

2009-07-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, could someone have a look at https://jira.codehaus.org/browse/MOJO-1368 If I am right, this should be moved to MSITE. This bug is what we all see since years. If someone was so kind to explain how to solve this, it would be nice if this

Re: site plugin release planning

2009-07-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Hello, I was looking at the jira roadmap for the site plugin, thinking about a release plan for 2.1. The main change so far is the upgrade to doxia 1.1, I think it would be a good idea to concentrate the next release on issues that are

Trade-Off with pluginManagement in Super-Pom

2009-07-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I read the documentation of javadoc-plugin about goal aggregate. Then I called mvn javadoc:aggregate and maven failed saying that the goal aggregate does not exist. mvn -U javadoc:aggregate, same result. Website wrong? Aha... think...

[Proposal] EasyVersionMaintenance

2009-07-23 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I updated my proposal and now think it is consistent and understandable. However the examples traces still require some thoughts but you should get the idea easily. And finally here it is:

Re: Maven and maintaining version

2009-05-18 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, Quite impressive list. So there seems to be a high demand in this topic. Maybe we should bring some things together. I wrote this proposal: http://docs.codehaus.org/display/MAVENUSER/EasyVersionMaintenance I would really love to get

Re: Progress on support for large projects

2009-05-16 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, Do you need simple IT-projects that I shall attach to MNG-4161 and related? Sample ITs for sure, and some level of detail in a proposal like these: http://docs.codehaus.org/display/MAVENUSER/User+Proposals here is my proposal:

Re: Progress on support for large projects

2009-05-16 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralph, Okay. So thats what I guessed when I said that the MavenProject/Model is just a stupid POJO and various plugins manipulate it with side effects. Sounds a little hacky to me but thats the way it is. So my serialization idea is nuts

Re: maven 2.1 incompatibility list

2009-05-16 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, E.g. with maven 2.0.x you could have a module included in your toplevel pom that you also add as dependency to some plugin such as checkstyle or findbugs. In maven 2.1 you have to remove the module declaration or you will get a cyclic

Re: Extending the Pom

2009-05-16 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Shane, Something that I think would be useful is a language/platform element. Then it's purely additions to the POM. If you could identify the language/platform and it's version would that be enough for you? For this element, I think it

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, OK. So you would NOT mind if maven adds some new features that are compatible to older versions of maven. Thats all I am fighting for. No fighting required, just make a patch. If it's truly backwards compatible, then there wouldn't

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, By inheriting the version, groupId, etc. from the parent - yes. The release plugin still handles the pom transformations and the tagging (SCM URLs, snapshot to release version, release to next snapshot version, etc.) But there is nothing to

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, If A(1.0) has root(1.2-SNAPSHOT) as a parent it should never have been released as the pom for A(1.0) is based on content from root(1.2-SNAPSHOT) which is subject to change... which means that a released pom does not have a

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Off topic. Actually I believe this isn't true anymore. See http://jira.codehaus.org/browse/MECLIPSE-344 all dependent artefacts that are available in your eclipse-workspace will be attached as project references even if they are not in the

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I think you are referring to one of the other patches that was submitted, not what I committed to the MNG-624 branch. MNG-624 or maven-2.1.x-MNG-624 ? A big problem could be the encoding issue if you store XML in a string and then want to

Maven and maintaining version

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, After I got lost in the thread Progress on support for large projects and opened MNG-4161, I started to collect everything that is going on in JIRA about this. I added this to MNG-4161 but also wanted to point this out here: * MNG-624

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, Your better bet will be to try and get this documented so it can be implemented in 3.x. I would surely NOT mind. What do you expect? A new xdoc? Or a diff to the actual source of

Re: Progress on support for large projects

2009-05-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, Your better bet will be to try and get this documented so it can be implemented in 3.x. no change to see some improvement about version maintenance in 2.x? See the list of issues I just posted and also look at the votes. Thanks Jörg

Re: Progress on support for large projects

2009-05-14 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chistian, What stops a developer from making changes to A(1.0) on trunk, rebuilding locally - that is - overwriting release artifacts with something different in the local repository, and then later on even commit those changes forgetting to

Re: Progress on support for large projects

2009-05-14 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Christian, My question may have sounded rhetorically but I really meant that. You could of course manage commit rights with subversion so that whenever someone mistakenly would try to commit to that release version on trunk, subversion could

Re: Progress on support for large projects

2009-05-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi David, [cut.] Sorry I wasn't more specific last night at 2:00 am :-). I need more scm context to understand. I'm assuming something like svn with +tags +root-1.0 (1.0) +A(1.0) \B(1.0) +root-1.1 (1.1) +A(1.0)

Re: Progress on support for large projects

2009-05-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Milos, mvn eclipse:eclipse does perform a build (partially) and might even produce 1 eclipse project for multiple maven projects (correct me if I'm wrong) No it does not. But I hope it will one finest day. And it will definitely do NOT

Re: Progress on support for large projects

2009-05-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralph, I've been promised by Jason that the work on Maven 3 is going to fix some of these issues. I simply haven't had the time to look at the work on Maven 3 and even if I had, it has been changing at a fairly rapid pace for months.

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, Are you using the release plugin? Nope! I tried it and came to the point that is no good for me. I also had a discussion with the developers long time ago and filed some feature request. Anyhow I still think this is the wrong approach

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Milos, relying on the reactor and giving up on being able to build the one project separately is very bad (read: completely breaks) any IDE integration. I totally disagree. I am successfully using maven-eclipse-plugin (mvn eclipse:eclipse) and

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ralph, Hi there, absolutely everybody having large maven projects is annoyed by maintaining the versions in all the poms. Are you using the release plugin? This problem probably goes away for anyone able to use the release plugin, but

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Fox wrote: Can you give more details about what doesn't work or doesn't match your process? E.g. it tried to convince me to release all modules of my entire project and complained if some module had a non SNAPSHOT version. Since it's

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, I did not yet get the point, why you have to write a new pom.xml to the disc. My naive illusion was that there is a central component that reads and parses the POM in maven where you can hook into and perform the transformation. Then

Re: Progress on support for large projects

2009-05-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, As I already said, I talked about release-plugin and my view of the world and it seems NOT to fit together. My POM-tree follows strict logical aspects that is motivated by the architecture of the project and NOT by the philosophy of

Re: Progress on support for large projects

2009-05-10 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, thanks for your answer... absolutely everybody having large maven projects is annoyed by maintaining the versions in all the poms. Are you using the release plugin? Nope! I tried it and came to the point that is no good for me.

maven 2.1 incompatibility list

2009-05-09 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I found that there is a little list of incompatibilities form m2.1 at: http://maven.apache.org/release-notes.html However there are a lot more. E.g. with maven 2.0.x you could have a module included in your toplevel pom that you also add

Progress on support for large projects

2009-05-09 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, absolutely everybody having large maven projects is annoyed by maintaining the versions in all the poms. Additionally the complete solution is quite simple and seems to be quite common sense: 1. Allow to omitt versions in parent as well

Re: Maven Filtering component

2008-10-07 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, so far so good. I have the following suggestions: 1. Also specify that the pom.filters are in the order of their declaration in the XML. They are not used (as they are not used in resources plugin 2.2 and adding filters as a

Re: Maven Filtering component

2008-09-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Hi there, as often I a little late on some threads ;) I have start a proposal [1] so far so good. I have the following suggestions: 1. Also specify that the pom.filters are in the order of their declaration in the XML. 2. Resolve variables

Re: XBean and DI?

2008-09-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, The additions Dain has made to XBean adds things I was just never interested in like constructor injection and bean factories. Also xbean-reflect thinks in java.lang.reflect.Type terms so it's easy to add converters that are

Re: Modifying Version Number in POM

2008-06-20 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, | In POM we have a version number of the project as | | version1.4/version | | Instead of hardcoding it each time I take a new build, I would like to | replace it with the one entered by the user when he takes a buld using | maven. I want the

Re: An Attribute Based POM

2008-02-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, just to give my feedback on the thread: +1 for NOT overloading 2.1 When it is about further versions and long term future of maven: - -infinity for artifact=org.apache.maven:maven-project:2.0.8 How do you want to express versions ranges

Re: [Discuss] MPLUGIN-40

2008-02-05 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Finding the definitive help information for a plugin should be absolutely trivial and built-in; having the CLI option which give the code-you-are-executing-right-now the ability to answer that question avoids the issues we have today with

Module-Overview-Plugin?

2008-02-05 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems I get ignored with this toppic on all channels. I will try to create a JIRA issue, maybe that gets read one day... Regards Jörg Hello everybody, I posted to the users list but got no answer. Further I think of a deeper

Re: [Discuss] MPLUGIN-40

2008-02-05 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, I wrote: I would prefer that if maven builds a plugin that has no goal help already, then it auto-generates one in about the same way as it does when generating the goal-documentation for the site. Then each plugin would have (in future

Re: Please comment: 2.1 Lifecycle Features on MAVEN Confluence space

2008-02-01 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, | Right...I guess it'd help to include the URL: | | http://docs.codehaus.org/display/MAVEN/Deterministic+Lifecycle+Planning | | Thanks! I generally agree with what you are saying. You are pointing out common problems very well. The

[Fwd: Is there already a Module-Overview-Plugin?]

2008-02-01 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I posted to the users list but got no answer. Further I think of a deeper integration now so dev-list might make more sense... | Hi there, | | I just wonder if there is already a plugin for maven2 | that can generate a table with

Re: Fix missing POM files

2008-01-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, | Heh, so you are willing to trade build reproducibility (for all | projects linked to central repo) for care about the community? o.O | | Hrm, please put that on a vote before you do it! | | IF you are talking about putting up dummy

Re: source of missing dependency unclear

2008-01-29 Thread Joerg Hohwiller
it on my agenda | to revisit it next time I come back to error reporting. | | Thanks, | | -john | | On Jan 25, 2008, at 6:52 PM, Joerg Hohwiller wrote: | | Hi there, | | typically if maven fails with something like required artifact is | missing | you can have a look at the module where the error

Re: Fix missing POM files

2008-01-26 Thread Joerg Hohwiller
You are right. But again I just want to say be as sensible about changes as possible. Therefore my oppinion is: yes add these poms but without dependencies. If dependencies should be added, new versions have to be created. Take care ~ Jörg | | | On Jan 25, 2008 4:16 PM, Joerg Hohwiller [EMAIL

Re: Fix missing POM files

2008-01-25 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I am sometimes late on threads but anyways... | i don't agree, the point of not having a pom there is to be able to | add one later with the right info. If you work against something | without pom, hey, it's your decision, but you are

source of missing dependency unclear

2008-01-25 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, typically if maven fails with something like required artifact is missing you can have a look at the module where the error occurred and scan the dependencies. As additional support maven typically prompts an error report including

maven.test.skip and phases test and integration-test

2007-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I noticed that maven.test.skip is just a convenience property specially interpreted by plugins like surefire. Besides I could NOT find a way to skip integration-tests when tests are configured to run in that phase instead. This causes the

Re: avoid that central repo gets garbage dump

2007-05-07 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, 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

Re: avoid that central repo gets garbage dump

2007-05-06 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Hello, 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

avoid that central repo gets garbage dump

2007-05-04 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I am seeing more and more the need that the community takes better control over what is dumped into the central repo. This seems to get more and more like a rubbish dump. There are duplications of the logically same artifacts. This causes

advanced dependency excludes

2007-04-18 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, while just submitting a bug to maven-dependency-plugin for NOT working when to include or exclude multiple groupIds (MDEP-87) I thought about it and ask myself: Why isn't this implemented in the maven core itself? Then all plugins could

Re: dependency on system library (java.library.path)

2007-04-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marc, We can change the license to something else, no problem. Of course this is your decision. But you could think about dual licensing your project. Here is something to consider: http://wiki.apache.org/jakarta/Using_LGPL'd_code Regards Mark

Re: dependency on system library (java.library.path)

2007-04-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, On 4/12/07, Aaron Digulla [EMAIL PROTECTED] wrote: Joerg Hohwiller wrote: Hi there, I have already used SWT and GWT together with maven. Both need native system libraries at some specific point. This causes trouble when running

Re: problem with separation of java and resources

2007-04-11 Thread Joerg Hohwiller
to understand. Maybe there is something I am missing that would help me to live better with the inconvenience or prevent me from adjusting this in my toplevel POM. Thanks Jörg Joerg Hohwiller wrote: Hi there everybody, from the separation of concerns view of the maven plugins I can see

Re: dependency on system library (java.library.path)

2007-04-09 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Hello Mark, the freehep-nar-plugin does exactly what you describe. http://java.freehep.org/freehep-nar-plugin Thanks for the hint. This sounds promising. Anyways I am not creating system libraries, I just want to use them in my project. From

Re: MSITE-138: showstopper still without solution?

2007-04-06 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joerg Hohwiller schrieb: Hi there, Hi again, for those who dig in the archives and hit this thread: The problem has been solved. Fixes for JXR and cobertura are not yet released but this is just a matter of time. For JXR a fixed version is already

dependency on system library (java.library.path)

2007-04-06 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have already used SWT and GWT together with maven. Both need native system libraries at some specific point. This causes trouble when running code (e.g. test-cases) with maven. Are there any plans to add dependencies with typedll/type

Re: dependency on system library (java.library.path)

2007-04-06 Thread Joerg Hohwiller
, Joerg Hohwiller [EMAIL PROTECTED] wrote: Hi there, I have already used SWT and GWT together with maven. Both need native system libraries at some specific point. This causes trouble when running code ( e.g. test-cases) with maven. Are there any plans to add dependencies with typedll

site:stage trouble - HELP, please

2007-02-15 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I am figthing with site:stage and am quite desperate now :( Could you please help me with MCOBERTURA-63? http://jira.codehaus.org/browse/MCOBERTURA-63 I am totaly clueless and actually I want to USE maven instead of DEVELOPING maven.

Re: Maven and JDK 1.6

2007-01-23 Thread Joerg Hohwiller
Hi there, Here's the issue I discovered with 2.0.4 and JDK 6. AppFuse 2.x users have reported other issues (i.e. plugins not firing) when using JDK 6. http://jira.codehaus.org/browse/MNG-2709 Matt FYI: I am using maven2 with JDK6 and had no problems so far. I am using junit4 and I only

Re: maven-solaris-plugin

2007-01-14 Thread Joerg Hohwiller
/browse/MNG Cheers, Vincent 2006/8/29, Joerg Hohwiller [EMAIL PROTECTED]: Hi there, as I promised some time ago, I wanted to provide my work in creating a maven2 plugin for solaris packaging. I uses an ant mojo and only works on a solaris machine with pkgtools installed

Re: Releasing the site plugin

2007-01-08 Thread Joerg Hohwiller
Hi there, I had no specific objections once the 2.1-SNAPSHOT dependency was removed. There are 2 open issues for the current version, though, and I'm a bit concerned at releasing it as final when there are 64 other issues open. Should it still be beta? +1 I just want to get the fixes out

problem with separation of java and resources

2006-12-19 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there everybody, from the separation of concerns view of the maven plugins I can see the point in separating java and resources in src/main and src/test. - From the users point of view this is quite ugly: - -If you are looking at a java file and

Re: Maven Site Plugin

2006-12-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jason, [cut] thanks for your work. I tried to build my site with maven 2.0.4. and maven-site-plugin 2.0-SNAPSHOT and now javadoc seems to work even if the site is staged (site:stage). I do not know if that was intended by your fix. But

Re: Maven Site Plugin

2006-12-16 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason van Zyl wrote: Hi, Hi Jason, thanks for your work. I tried to build my site with maven 2.0.4. and maven-site-plugin 2.0-SNAPSHOT and now javadoc seems to work even if the site is staged (site:stage). I do not know if that was intended by your

MSITE-138: showstopper still without solution?

2006-12-03 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, since may 2006 the following issue is blocking the site gerneration of serious projects: http://jira.codehaus.org/browse/MSITE-138 This issue has been closed with the message that it has been fixed in version 2.0 of the site-plugin. I

toc feature in xdoc?

2006-11-17 Thread Joerg Hohwiller
tag to do this or should I open a feature request in JIRA? Regards Jörg - Original Message Subject: toc feature in xdoc? Date: Sun, 29 Oct 2006 21:42:31 +0100 From: Joerg Hohwiller [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users

Re: build maven plugins from trunk

2006-10-05 Thread Joerg Hohwiller
-alpha-3. Cheers, Vincent [1] http://maven.apache.org/guides/development/guide-plugin- snapshot-repositories.html [2] http://maven.apache.org/guides/development/guide-building-m2.html 2006/8/29, Joerg Hohwiller [EMAIL PROTECTED]: Hi there, As fix for MSITE-138, I want to build

Re: build maven plugins from trunk

2006-08-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Vincent, Could you provide us the full stack trace? I dont see any reference to maven-plugin-plugin:2.0-alpha-3. here it is... Jörg [EMAIL PROTECTED]:~/projects/maven-plugins/maven-plugin-plugin$ mvn -X install + Error stacktraces are turned

build maven plugins from trunk

2006-08-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, As fix for MSITE-138, I want to build the maven-site-plugin from trunk. As I figured out, I also need to update maven-plugin-plugin that also requires me to update maven itself. As suggested by Vincent, I got the latest integration build

maven-solaris-plugin

2006-08-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, as I promised some time ago, I wanted to provide my work in creating a maven2 plugin for solaris packaging. I uses an ant mojo and only works on a solaris machine with pkgtools installed. For the moment I set in the POM groupId to

Re: build maven plugins from trunk

2006-08-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincent Siveton wrote: Hi Jörg, Hi Vincent, thanks for your quick reply... Based on your comments, here are my succesfull steps to build maven-site-plugin from scratch: - dwl and install m2-20060828.203000.tar.gz ok - removed my repository

javax JARs at ibiblio

2006-08-23 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, what is the actual state about javax JARs at ibiblio? I have seen that javax.mail is available as JAR in the central repo. Does this mean that potentially other javax JARs could be made available there? I would love to java javax.annotation

Re: What do you think: add new endorsed dependency scope?

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, SingleShot wrote: I have several cases where I need to override the default JDK implementations via the Java endorsed JAR override mechanism (for example, by setting java.endorsed.dirs). When I create a software distribution, I use the

Re: m2eclipse and transitive dependencies

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Graham Leggett wrote: Hi all, Hi, Do transitive dependencies work within m2eclipse v0.0.9? They do work for me. I have quite a lot of projects with many dependencies. In the case where eclipse project A depends on eclipse project B, and

Re: Using Multiple JDKs

2006-08-17 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jan, Jan Nielsen wrote: I'm a newbie to Maven and Continuum, so aplogies if this is obvious. I'm not sure if this is a Maven question or Continuum question, or perhaps both, so I thought I'd try here first. When dealing with multiple

[Fwd: maven2 and maven1 incompatibility]

2006-07-21 Thread Joerg Hohwiller
Date: Wed, 05 Apr 2006 23:24:09 +0200 From: Joerg Hohwiller [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: users@maven.apache.org Hi there, I have been using maven and now m2 for quite a while. Anyways I just wanted to let you know that I often get mails from people who

Re: maven dependecies

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jörg Have a look at the Better builds with Maven book. There's an example for a mojo and for an Ant based plugin. Thanks for the hint... I am going to work this out... Its unbelivable to have such documentation if you have been strzggeling

Re: Layout of multiproject projects

2006-07-21 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, Stephen Duncan wrote: Two pieces of info: there is already an optional tag in the parent that allows you to specify where the parent is - relativePath: http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_parent

Re: maven dependecies

2006-07-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jörg Schaible wrote: Hi Jörg, Hi Jörg, nice to meet again ;) [snip] So did you have multiple modules for each Solaris package or a single module with a Mojo that creates two artifacts (like the EJB and its client)? I created one module per

Re: Default Filtered Resources Directory

2006-07-13 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett Porter wrote: I think this has already been suggested in JIRA, but if not it is worth adding. I only found issues that are slightly related, but not yet the same thing. I'll put it into JIRA on monday... - Brett Thanks Jörg -BEGIN PGP

Re: Layout of multiproject projects

2006-07-13 Thread Joerg Hohwiller
that are not working properly are just bugs. Regards Jörg p.s. sorry for top-posting ;) Joerg Hohwiller wrote: Hi there, I have a complex maven project that goes down to 3 levels of POM inheritance (= it has sub-sub-projects). I am not really sure about what the suggested layout

Default Filtered Resources Directory

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I read about the Super-POM at: http://maven.apache.org/guides/introduction/introduction-to-the-pom.html My question is now, if it was possible to add an additional resources directory that is filtered. It would not hurt anybody if he does

maven dependecies

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Maven2 really rocks! I figured out a way to build a plugin that allows solaris as packaging and builds a solaris package for a maven project. Therefore I add the complete static content of the package to the main/resources. Further I have

Layout of multiproject projects

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I have a complex maven project that goes down to 3 levels of POM inheritance (= it has sub-sub-projects). I am not really sure about what the suggested layout is: TREE: trunk/ trunk/foo-project/pom.xml

ibibilio.org / maven.org down?

2006-01-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, currently I can not access www.ibiblio.org while sf.net, codehause.org, etc. is accessable without problems. Is there a temporary downtime? Thanks Jörg -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG

Re: optional dependencies was: [m2] POM inheritance

2005-10-11 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, Joerg Hohwiller wrote: Hello Brett, Brett Porter wrote: We've so far opted not to do this (basically an optional dependency) as it can encourage poorly specified poms to stay that way. Basically by saying this you are saying to those

Re: [me] Setting up the project in my IDE

2005-08-10 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trygve Laugstøl wrote: On Wed, Aug 10, 2005 at 06:49:40PM +0200, Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I got a little lost in jakarta-commons since my getting involved? thread, but finally I checked out

Re: [me] Setting up the project in my IDE

2005-08-10 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, So I need a toplevel POM that is NOT broken. You need to use the latest Maven 2 from trunk to be able to build Maven 2. Read up on how to build Maven 2 here[1]. [1]: http://maven.apache.org/maven2/building.html I DO use the

Re: [me] Setting up the project in my IDE

2005-08-10 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trygve Laugstøl wrote: On Wed, Aug 10, 2005 at 08:26:16PM +0200, Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, So I need a toplevel POM that is NOT broken. You need to use the latest Maven 2 from trunk

Re: optional dependencies was: [m2] POM inheritance

2005-08-08 Thread Joerg Hohwiller
right and maven(2) enforces structuring your projects, which is good :) - Brett Joerg Hohwiller wrote: Hi there, John Casey wrote: try adding inherittrue/inherit to the plugin definition at the top level...I can't remember whether the compiler plugin inherits by default or not (my

IoC (was Re: [m2] getting involved?)

2005-08-06 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Thomas, Thomas Van de Velde wrote: BTW - I like plexus. Haven't noticed the project before. I had used avalon and had a look at pico+nano before. Plexus seems to be powerfull like avalon containers but less invasive (like the spring-framework).

Re: [m2] POM inheritance

2005-08-06 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, John Casey wrote: try adding inherittrue/inherit to the plugin definition at the top level...I can't remember whether the compiler plugin inherits by default or not (my suspicions are not). Not about POM inheritance but about dependency