Module: Inherit configuration from parent project

2024-06-12 Thread Jochen Wiedmann
Hi, I have a plugin, which is basically controlled by a config file. So, my plugin configuration looks like this: src/main/myPlugin/config.xml In a module, it is desirable to reuse the parents configuration, so this becomes ../src/main/myPlugin/config.xml or, if the module wish

Re: Finding previous artifact versions

2024-03-20 Thread Jochen Wiedmann
On Wed, Mar 20, 2024 at 3:51 PM Tamás Cservenák wrote: > Look here: > https://github.com/apache/maven-resolver/blob/maven-resolver-1.9.18/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/FindAvailableVersions.java Thanks, very much, Tamas, I hop

Finding previous artifact versions

2024-03-20 Thread Jochen Wiedmann
Hi, I am currently in the processof implementing a plugin, which should be able to fix missing @since tags. In order to determine the correct value for a given Java class, method, or field, I need a list of all previous artifact versions. Question: Are there any ideas, how my plugin can do that a

Re: [DISCUSS] Major changed for 4.x

2023-08-29 Thread Jochen Wiedmann
On Tue, Aug 22, 2023 at 9:35 AM Guillaume Nodet wrote: > * Support for XML entities / XInclude Careful with that one! You might open a flood of security reports like "If the included file looks like this, or that, then ..." Jochen -

Re: [DISCUSS] Change maven code style

2022-10-14 Thread Jochen Wiedmann
Hi, Guillaume, rather than suggesting (and, what's worse: discussing) code change details: Is there, by any change, an existing code style, that we might adopt? In particular.could we reuse tools, like an Eclipse fornatter, and the like? Apart from that, I'd be more than happy about the changes,

Re: Apache RAT plugin and .gitattributes

2022-07-17 Thread Jochen Wiedmann
On Sun, Jul 17, 2022 at 2:22 PM Gary Gregory wrote: > > It looks like the Apache RAT plugin tries to validate the > .gitattributes file (in contrast to excluding .gitignore). > > Is that an issue to be fixed or documented? Looking into the relevant sources [1], I notice, that the .gitattributes f

Re: JPMS, Maven and test jars

2021-06-22 Thread Jochen Wiedmann
On Tue, Jun 22, 2021 at 9:32 PM Gary Gregory wrote: > > It feels to me like JPMS just plainly breaks the informal industry standard > of the Maven project layout we have all been using for a million years. I don't think so. Reusing test classes downstream sounds to me highly unusual. Jochen --

Re: Moving away from Modello

2021-06-02 Thread Jochen Wiedmann
On Wed, Jun 2, 2021 at 2:38 PM Gary Gregory wrote: > > On Wed, Jun 2, 2021 at 8:30 AM Jochen Wiedmann > wrote: > > > > On Wed, Jun 2, 2021 at 1:02 PM Elliotte Rusty Harold > > wrote: > > > > > What do folks think about slowly moving away from Modello

Re: Moving away from Modello

2021-06-02 Thread Jochen Wiedmann
On Wed, Jun 2, 2021 at 1:02 PM Elliotte Rusty Harold wrote: > What do folks think about slowly moving away from Modello where > feasible to simplify the build? Does anyone find Modello a net > positive, especially in longterm maintenance, not just in initial code > generation? To me, it sounds f

Re: Why no mvn daemon?

2021-03-30 Thread Jochen Wiedmann
On Tue, Mar 30, 2021 at 7:58 PM Benjamin Marwell wrote: > Other than that, I use mvnd at work and we never had problems on any > project. We consistently save time without the need of adding the -T > parameter manually. Another big question is probably: is there enough > community demand to merge

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Jochen Wiedmann
On Wed, Aug 19, 2020 at 11:49 AM Michael Osipov wrote: > > Am 2020-08-19 um 11:27 schrieb Jochen Wiedmann: > > Looking at > > > > https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6822107 > > > > I would very much like us to abstain from every attemp

Re: Why is old IO API used in maven resolver?

2020-08-19 Thread Jochen Wiedmann
Looking at https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6822107 I would very much like us to abstain from every attempt to go into the direction, that Stefan suggests. The consequence could be, that we need to bother with exotic corner cases. Let's stay simple, but reliable. Jochen

Re: Which version should maven-shared-utils have?

2020-07-21 Thread Jochen Wiedmann
On Fri, Jul 17, 2020 at 6:23 PM Elliotte Rusty Harold wrote: > > I don't think that should be necessary. A failed 3.3.0 release should > not use up the version number. I think there are instructions on the > release page for unrolling a failed release, though I haven't had > cause to use them myse

Re: MCHECKSTYLE-373

2019-12-15 Thread Jochen Wiedmann
Hi, Ben, afaict, the issue *is* closed. Jochen On Sat, Dec 14, 2019 at 6:09 PM Benjamin Marwell wrote: > > Hi all, > > I think issue this can be closed: >https://issues.apache.org/jira/browse/MCHECKSTYLE-373 > The original author is just asking for how to specify a property via > command l

Re: Scripting Maven Plugin ?

2019-12-02 Thread Jochen Wiedmann
On Mon, Nov 11, 2019 at 11:02 PM Robert Scholte wrote: > > I'd say start a release. As it is based on JSR223 is should be very easy for > any scripting language to be supported. Before a release, I'd recommend to have at least *some* documentation. Jochen --

Re: Logging api in plugins

2019-12-02 Thread Jochen Wiedmann
On Thu, Nov 28, 2019 at 9:46 PM Slawomir Jaranowski wrote: > I'm writing some maven plugins - some for fun and with public code but more > maven plugins I'm writing for job in my company. > > Maven from version 3.1.x use slf4j for logging. > > But plugin api still use simple logging api > org.apa

Re: custom maven plugin howto

2018-04-25 Thread Jochen Wiedmann
On Thu, Apr 26, 2018 at 1:11 AM Damon Jacobsen wrote: > I am trying to get my feet wet with plugin development, and struggling > with some of the basics.I am trying to get the resource I am copying into > the build directory to be filtered in the same way that the maven resources > plugin works

Re: Security related metadata

2018-03-15 Thread Jochen Wiedmann
tool like it), and > its dedicated security issues storage and update workflow, avoid adding a new > management nightmare at every level of Maven > > Regards, > > Hervé > > Le mercredi 14 mars 2018, 13:27:53 CET Jochen Wiedmann a écrit : > > Hi, > > > >

Security related metadata

2018-03-14 Thread Jochen Wiedmann
Hi, recently I had an issue, where a security problem was claimed, because a published POM was using a jar version, for which a CVE exists. The reporter requested to upgrade to a current version, and publish an updated POM. As you know, we cannot update the POM. We only publish new POM's, so the

Re: Is there a maven plugin for storing the dependency information in the jar?

2017-06-20 Thread Jochen Wiedmann
On Tue, Jun 20, 2017 at 7:01 PM, Owen O'Malley wrote: >Is there already a plugin for storing the transitive dependency > information in the jar's META-INF as part of the build? I'd like to build a > dynamic class loader that would be similar to shared libraries on > Linux/Unix, but part of th

Re: POM 5: The problems with mixins

2016-12-05 Thread Jochen Wiedmann
On Mon, Dec 5, 2016 at 3:31 PM, Chas Honton wrote: > My personal experience is that mixins lead to jar hell rather fast. You have personal experience with a feature, that doesn't even exist? I am impressed... Jochen -- The next time you hear: "Don't reinvent the wheel!" http://www.keystone

Re: Some thoughts on Maven 5

2016-10-19 Thread Jochen Wiedmann
On Sat, Oct 15, 2016 at 4:41 PM, Stephen Connolly wrote: > Hmmm shower thinking now has me pondering if a custom DSL might be > better... something close to human friendly JSON with exceptions for > dependency declaration so that they are always specified as g:a:p:v:c:t > with the optional p and c

Re: Please consider my PRs :-)

2016-06-12 Thread Jochen Wiedmann
Hello, Markus, are you aware, that plexus-utils is being replaced by the maven-shared-utils? Jochen On Sun, Jun 12, 2016 at 6:03 PM, Markus KARG wrote: > Hello Maven Committers, > > > > I would like to kindly ask to consider my PRs for merging: > > > > * Plexus Utils: https://github.com/codeha

Re: Dynamic Dependency

2016-05-31 Thread Jochen Wiedmann
On Tue, May 31, 2016 at 8:45 AM, Bhowmik, Bindul wrote: > > I have never used the Rat plugin, but the Maven Checkstyle plugin > supports something like this, by declaring checkstyle as a dependency > of the plugin[1], which can be overridden at runtime in the end user > pom configuration[2]. Tha

Dynamic Dependency

2016-05-30 Thread Jochen Wiedmann
Hi, in the rat-maven-plugin we currently have a hard cored dependency from the plugin to the rat core with the same version number. In other words, if one would like to use a different version of the rat core, one needs to use a different version of the plugin. This has got an important disadvant

Re: Unable to close staging repository on repository.apache.org

2016-05-26 Thread Jochen Wiedmann
On Thu, May 26, 2016 at 5:35 PM, Manfred Moser wrote: > Seems like a performance/networking glitch. I am talking to Sonatype ops and > support to get more info/help. Could you please forward the conversation to me, Manfred? Thanks, Jochen -- The next time you hear: "Don't reinvent the wheel!

Re: Unable to close staging repository on repository.apache.org

2016-05-26 Thread Jochen Wiedmann
On Thu, May 26, 2016 at 3:30 PM, Karl Heinz Marbaise wrote: > Can you check in Nexus the tab "Activity" (at the bottom of the page) there > you should see what has failed... That is where I found the few details that I can give. Thanks, Jochen -- The next time you hear: "Don't reinvent the

Unable to close staging repository on repository.apache.org

2016-05-26 Thread Jochen Wiedmann
Hi, I hope that someone can help me with the following: I staged a release of Apache Rat 0.12 on repository.apache.org. The staging repository is orgapachecreadur-1002. Now, when I tried to close it, I igot an error message "1 rule failed: Apache rules". As I don't have any more information, thus

Re: Julia Antonova is out of office.

2016-02-23 Thread Jochen Wiedmann
Surprise: There might be a good explanation, finally. ("Looking for a new opportunity" :-) https://www.linkedin.com/in/julia-antonova-81812742?authType=NAME_SEARCH&authToken=9cIm&locale=en_US&srchid=12489281456220267701&srchindex=4&srchtotal=28&trk=vsrp_people_res_name&trkInfo=VSRPsearchId%3A12489

Re: [Jigsaw] Apache Maven status update

2016-01-05 Thread Jochen Wiedmann
On Thu, Dec 31, 2015 at 1:01 PM, Robert Scholte wrote: > The next blocking issue requires some work by the Apache Maven team and/or > at the QDox project[2]. > QDox is a Java Parser which is used to read javadoc and/or annotations from > source in order to generate xml or other Java files. > With

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-24 Thread Jochen Wiedmann
What exactly is it, you'd like to detect? On Wed, Nov 25, 2015 at 8:11 AM, Kristian Rosenvold wrote: > I poked around in the depdenedncy analyzer code to see if I could make > it "see" the following code: > > Module 1: > public class Test2 { > public static final int AZAZ = 42; > } > > Modul

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Jochen Wiedmann
On Fri, Nov 6, 2015 at 1:56 PM, Attila-Mihály Balázs wrote: > Given that we're almost in 2015, what do people think about updating the > default source / target for maven-compiler-plugin to 1.8? (And also on the > site: > https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compile

Re: Starting to cut Maven 3.3.7

2015-10-27 Thread Jochen Wiedmann
According to [1], we're still at 3.3.3, aren't we? 1: http://maven.apache.org/download.cgi On Tue, Oct 27, 2015 at 2:44 PM, Jason van Zyl wrote: > I’m going to start cutting the 3.3.7 now. > > Thanks, > > Jason > > -- > Jason van Zyl > Fou

Re: Donation by the Apache Maven team: maven-eclipse-plugin

2015-10-09 Thread Jochen Wiedmann
Given the low likelyhood of another release: I don't think we need to care. On Thu, Oct 8, 2015 at 6:03 PM, Robert Scholte wrote: > It should be the first one specified in pluginManagement > > Robert > > Op Wed, 07 Oct 2015 23:38:10 +0200 schreef Dan Tran : > >> Just wonder >> >> after the migra

Re: [VOTE] Retire Maven Eclipse Plugin / Donation to Mojohaus

2015-10-07 Thread Jochen Wiedmann
On Wed, Oct 7, 2015 at 8:04 PM, Gary Gregory wrote: > Does m2e still want to pollute POMs withcryptic entries? There are alternative storage possibilities, but that doesn't fix the inherited difficulties. Just mákes the SCM purists happy (and forces other users to live with the same trouble that

Re: How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
Thanks, Igor! On Fri, Oct 2, 2015 at 3:03 PM, Igor Fedorenko wrote: > @Component > private ResourceManager locator; > > -- > Regards, > Igor > > On Fri, Oct 2, 2015, at 06:31 AM, Jochen Wiedmann wrote: >> Hi, >> >> I am trying to migrate a plugin from

How to inject a ResourceManager?

2015-10-02 Thread Jochen Wiedmann
Hi, I am trying to migrate a plugin from XDoclet to Annotations. In my new Mojo, I have a parameter declared like this: /** * Plexus resource manager used to obtain XSL. */ @Parameter(required=true, readonly=true) private ResourceManager locator; This used to work perfectly

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Jochen Wiedmann
On Sun, Sep 27, 2015 at 11:25 AM, Lennart Jörelid wrote: > 2. Inject a MavenProject and use it to acquire any build property you like: > > @Parameter(defaultValue = "${project}", readonly = true) > private MavenProject project; This one sounds like what I wanted. However, there is no method lik

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Jochen Wiedmann
On Sat, Sep 26, 2015 at 10:33 PM, Karl Heinz Marbaise wrote: > Hi Jochen, > > On 9/26/15 10:28 PM, Jochen Wiedmann wrote: >> >> Hi, >> >> I'd like to access $[project.build.sourceEncoding} in a Maven Plugin. >> How would I do that? Using what version o

How to access $project.build.sourceEncoding?

2015-09-26 Thread Jochen Wiedmann
Hi, I'd like to access $[project.build.sourceEncoding} in a Maven Plugin. How would I do that? Using what version of maven-model? Thanks, Jochen -- The next time you hear: "Don't reinvent the wheel!" http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x8

Re: javac bootclasspath and java8

2014-11-30 Thread Jochen Wiedmann
I'd solve your problem like this, Mark: - Create an interface for a component, which is internally using the JDK code in question, (say IRTUser). - Create three implementations, each of which are targeting a particular JDK. In what follows, I'll assume that they throw an exception when being insta

Re: How to handle Java Util Logging from external tool in a Mojo using CommandLineUtils from plexus-utils?

2014-11-18 Thread Jochen Wiedmann
Hi, Dennis, I'd suggest the following approach: - Write a small stub that replaces Logger.getLogger(), so that a small facade is returned, which behaves like JUL, but uses the Maven logger internally. - Use the shade plugin to ensure that Logger.getLogger is redirected to your stub. That way,

Build System Performance on Windows

2014-05-11 Thread Jochen Wiedmann
RfC: How Maven could be *really fast*. http://grumpyapache.blogspot.de/2014/05/build-system-performnce-on-windows.html -- "That's what prayers are ... it's frightened people trying to make friends with the bully!" Terry Pratchett. The Last Hero

Re: ComponentLookupException

2014-05-06 Thread Jochen Wiedmann
is the > component metadata is not present or it's wrong. If you hand wrote it you > might have a typo, or you might not have the metadata generators configured. > > On May 6, 2014, at 6:33 AM, Jochen Wiedmann > wrote: > > > Hi, > > > > I am trying to implement

ComponentLookupException

2014-05-06 Thread Jochen Wiedmann
Hi, I am trying to implement a test case for a plugin, utilizing the Plugin testing harness. I am getting the exception below. Any ideas what I might be doing wrong? Thanks, Jochen org.codehaus.plexus.component.repository.exception.ComponentLookupException: java.util.NoSuchElementException

Re: Desupport Maven 1

2013-02-27 Thread Jochen Wiedmann
On Wed, Feb 27, 2013 at 7:52 PM, Gary Gregory wrote: > We've had similar discussion @Commons about a topic like this one. My view > is that you'll never know who will step up on volunteer, or who is in > enough pain to stand up and do the work. > I think the question is less of a prediction what

Re: apache/maven-3 at Github

2012-12-05 Thread Jochen Wiedmann
What's Apache sources got to do at Github anywyays? On Tue, Dec 4, 2012 at 8:34 AM, Anders Hammar wrote: > This git repo at Github mirrors the old Git repo. Is it possible to change > that to the new git repo, or should it be removed all together? > > /Anders > -- The best argument for cel

Re: Next shade release: 2.1 or 3.0?

2012-11-24 Thread Jochen Wiedmann
In that case, it's got to be 3.0, IMO. On Fri, Nov 23, 2012 at 11:06 PM, Benson Margulies wrote: > On Fri, Nov 23, 2012 at 4:57 PM, Jochen Wiedmann > wrote: > > This would be an incompatible change, would it? > > Yes, indeed, insofar as anyone who scripted to expect the

Re: Next shade release: 2.1 or 3.0?

2012-11-23 Thread Jochen Wiedmann
This would be an incompatible change, would it? On Fri, Nov 23, 2012 at 10:38 PM, Benson Margulies wrote: > I want to take up a suggestion of Stephen Connolly and fix the > interactions between shade and jar by changing the default file name > of 'replacing' shaded jars. I'd like incremental ja

How to make Maven builds faster

2012-11-23 Thread Jochen Wiedmann
Would be happy about comments on http://grumpyapache.blogspot.de/2012/11/rfc-improving-mavens-performance.html Thanks, Jochen -- The best argument for celibacy is that the clergy will sooner or later become extinct.

Re: Pluggable dependency version

2012-08-02 Thread Jochen Wiedmann
On Thu, Aug 2, 2012 at 10:58 AM, Anders Hammar wrote: > What I have done in a customer specific plugin, is to not have a > dependency on some library in the plugin itself but rely on it being > declared as a dependency in the Maven project where the plugin is > bound. That made it totally controll

Re: Dynamically generating artefact contents

2012-07-02 Thread Jochen Wiedmann
No suggestions? On Wed, Jun 13, 2012 at 12:18 PM, Jochen Wiedmann wrote: > On Wed, Jun 13, 2012 at 10:46 AM, Belhadj abdessalem > wrote: >> what would you mean *shortName would be an attribute that's derived from >> the artifact-ID ?* > > Just to g

Re: Dynamically generating artefact contents

2012-06-13 Thread Jochen Wiedmann
On Wed, Jun 13, 2012 at 10:46 AM, Belhadj abdessalem wrote: > what would you mean  *shortName would be an attribute that's derived from > the artifact-ID   ?* Just to give an example: archetype-foo -> archetypeFoo. -- In other words: what could be seen as a socially debilitating failure of cha

Re: Dynamically generating artefact contents

2012-06-13 Thread Jochen Wiedmann
On Wed, Jun 13, 2012 at 11:27 AM, John Patrick wrote: > Additionally how would you be using these generated attributes? > > In plugins? > Filtering files? > Other? Let's assume for filtering files, seems to be the easiest. I'd appreciate more complex posssibilities, though. -- In other words:

Re: I'm missing profiles.xml

2012-05-10 Thread Jochen Wiedmann
On Thu, May 10, 2012 at 10:41 AM, Mark Struberg wrote: > I only have those profiles in my projects. The only profile I have in my > settings.xml is for enabling staging repos. > > Do you have a sample so we get an idea what you try to solve? Mark, you're getting me wrong. I am not trying to disc

Re: I'm missing profiles.xml

2012-05-10 Thread Jochen Wiedmann
On Thu, May 10, 2012 at 10:00 AM, Mark Struberg wrote: > The reason why it got removed is obvious: you needed to know exactly what > goes into it. Without that info you sometimes could not even compile your > project. > > What you can try nowadays is to create profiles (maybe in your parent pom

I'm missing profiles.xml

2012-05-10 Thread Jochen Wiedmann
Hi, just opening a several years old project, which was written for Maven 2 before 3.0 and is making heavy use of profiles.xml. Reminds me how much I am missing this feature: Local profiles used to be the most obvious, easiest to use place for local customizations like configuring a database URL o

Re: Detecting current phase in a plugin

2012-01-03 Thread Jochen Wiedmann
Sure you really want to do that? It would amount to hard wiring your plugin to a certain phase, whereas a plugin should typically be able to run in any phase, depending on the POM. On Tue, Jan 3, 2012 at 5:21 AM, Carson Gross wrote: > I'd like to detect the current phase of a build within a plug

Re: [REDUX] Java Service Wrappers (JSW) unfortunate license change

2011-06-14 Thread Jochen Wiedmann
Mark, without being a lawyer, my guess is that you mean "no one can sue you successfully", as opposed to "no one can sue you". And I'm sure that any reasonable person would try to avoid even the former. Jochen On Tue, Jun 14, 2011 at 9:58 AM, Mark Struberg wrote: > No Robert! > > Even in the U

Re: Get thee to the Core...

2011-06-10 Thread Jochen Wiedmann
On Fri, Jun 10, 2011 at 5:43 PM, Stephen Connolly wrote: > but having seen my mistakes I think > I have a better handle on the right path to take! Strange enough, that's almost definitely what Ceki Gülcü would say ... :-) -- Capitalism is the astounding belief that the most wickedest of men w

Re: Article proposed for Maven Article Page

2011-04-20 Thread Jochen Wiedmann
On Wed, Apr 20, 2011 at 11:28 AM, xanadu72 wrote: > The client api is a separate artifact. You can reuse it as you want. In your > repository you will get in the same release folder two artifacts : That's completely understood. But as a separate jar file, you should ensure that it is compilable

Re: Article proposed for Maven Article Page

2011-04-20 Thread Jochen Wiedmann
What the article describes, is definitely not recommended practice. A better approach would be to have separate projects, say "client-api" and "client-impl", with the latter depending on the former. With your approach, you don't enforce that the api jar file is usable standalone. Jochen On Wed,

Re: ssh extension in Apache parent pom

2011-04-19 Thread Jochen Wiedmann
On Mon, Apr 18, 2011 at 11:17 PM, Brian Fox wrote: > The projects that need it should add the extension to their TLP pom, > the defaults should be sufficient for the majority of projects. If > there's something needed for the sites to work ok, but I wouldn't add > it just for a handful of project

Re: ssh extension in Apache parent pom

2011-04-17 Thread Jochen Wiedmann
On Sun, Apr 17, 2011 at 9:50 PM, Olivier Lamy wrote: > AFAIK wagon ssh is included in site plugin 3.0-beta-3  dependencies. That's not the same than adding it to the pom as an extension, isn't it? > BTW there are still people deploying tru scp to p.a.o so no problem to add it. Please, let's

ssh extension in Apache parent pom

2011-04-13 Thread Jochen Wiedmann
Hi, are there any reasons for *not* adding wagon-ssh (and possibly others) to the Apache parent POM? I'd opt adding this and releasing a version 10. Jochen -- I Am What I Am And That's All What I Yam (Popeye) - To unsubscribe,

Re: Helping projects get into maven central

2011-03-01 Thread Jochen Wiedmann
I suggest that you use the Nexus repository manager on oss.sonatype.org for that. If you follow the instructions at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide then the maven-release-plugin should be able to do anything what you need. On Tue, Mar 1,

Re: [ANN] Apache Maven 3.0 Released

2010-10-08 Thread Jochen Wiedmann
Thanks god, this didn't become a new Perl 6 ... :-) - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [PLEASE TEST] Apache Maven 3.0-RC1

2010-09-16 Thread Jochen Wiedmann
Works fine here. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: guice & memory usage was: (3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x)

2010-08-18 Thread Jochen Wiedmann
On Wed, Aug 18, 2010 at 11:18 PM, Hervé BOUTEMY wrote: > I have only one concern with current maven-3 code in GitHub: it's not > compatible with maven-site-plugin 3.0-beta-1 I think, that's a blocker for a new beta release, but not for a merge, isn't it? Jochen -- I Am What I Am And That's Al

Re: guice & memory usage was: (3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x)

2010-08-18 Thread Jochen Wiedmann
On Wed, Aug 18, 2010 at 10:10 PM, Jason van Zyl wrote: > There's been little to no feedback on beta-2 so I honestly don't think it > matters. That's good news, isn't it? :-) -- I Am What I Am And That's All What I Yam (Popeye) ---

Re: [VOTE] Release Maven Site Plugin 3.0-beta-1 for maven 3

2010-08-10 Thread Jochen Wiedmann
On Tue, Aug 10, 2010 at 12:45 PM, Stephen Connolly wrote: > is a -1 really called for on a beta release with this criteria? > > you could just vote -0. > > it's only a beta I agree with you regarding the deficiencies in the site and in the Javadoc, but if these are tru

Re: [VOTE] Release Apache Maven 3.0-beta-2

2010-08-07 Thread Jochen Wiedmann
+1 (Non-binding) Works good on my most important builds, within M2Eclipse as well as outside. On Sat, Aug 7, 2010 at 1:16 PM, Benjamin Bentmann wrote: > Hi, > > We solved 28 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=16090 > > There are still a couple of

Re: Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
the same. > > Milos > > > On Wed, Jun 16, 2010 at 10:20 AM, Jochen Wiedmann > wrote: > >> Hi, >> >> I have already posted the same suggestion on the M2Eclipse mailing >> list, with very limited response, so'd like to try it once more, and >&

Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
Hi, I have already posted the same suggestion on the M2Eclipse mailing list, with very limited response, so'd like to try it once more, and with a wider audience. In the times when I was using "make", or "ant", there have always been some standard targets like "all", "install", "clean" and so on.

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-20 Thread Jochen Wiedmann
On Tue, Apr 20, 2010 at 9:26 AM, Stephen Connolly wrote: > provided does not make sense for a dependency of a plugin. for a dependency > of a project, yes, but of a plugin, no.  so I would think it is an error on > your side You are right. After changing that the build went on flawlessly. +1 (N

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-20 Thread Jochen Wiedmann
Definitely not a killer, but perhaps something to know: I just tried 3 the release build on one of my projects and got the following error message: [ERROR] The project com.tsystems.icto.tom:tom-icto-dependencies:0.2.22-SNAPSHOT (C:\workspace\tom-icto-parent\tom-icto-dependencies\pom.

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-19 Thread Jochen Wiedmann
On Tue, Apr 20, 2010 at 12:11 AM, Jason van Zyl wrote: > > On Apr 19, 2010, at 12:19 PM, Jochen Wiedmann wrote: > >> Just a question, without voicing an opinion: I notice the "beta". What >> is the meaning? Are there any plans of a schedule towards a 3.0 final? &g

Re: [VOTE] Release Apache Maven 3.0-beta-1

2010-04-19 Thread Jochen Wiedmann
Just a question, without voicing an opinion: I notice the "beta". What is the meaning? Are there any plans of a schedule towards a 3.0 final? Thanks, Jochen -- Germanys national anthem is the most boring in the world - how telling! -

Re: How to fix MRESOURCES-111?

2009-11-11 Thread Jochen Wiedmann
On Wed, Nov 11, 2009 at 10:28 AM, Stephen Connolly wrote: > Side-step the problem. > > Since you are substituting the build path, I am going to assume that > you are using this database for testing. > > If you are not using this database for testing, then you don't want to > be using the hard-cod

How to fix MRESOURCES-111?

2009-11-11 Thread Jochen Wiedmann
Hi, does anyone have an idea for a) a workaround for MRESOURCES-111; this problem is hurting me quite much b) a recommendation of where to look at, because I did not find the respective property even used, so I have no idea what to inspect in order to provide a fix Thanks, Jochen -- Germ

Re: Maven 3.0: just shipping a zip

2009-10-12 Thread Jochen Wiedmann
On Mon, Oct 12, 2009 at 9:13 AM, Mark Struberg wrote: > hmm I'm using zips on a few Linux Servers, Solaris and HP-UX and had no > problem so far. _Very_ old gunzip had a few problems, but I'm not sure if we > have to consider them. > > In any case there is still the fallback to use 'jar -x' to u

Re: Maven 3.0: just shipping a zip

2009-10-12 Thread Jochen Wiedmann
most likely to occur on Unix servers, which have a major share in the productive systems. On Mon, Oct 12, 2009 at 8:35 AM, Jason van Zyl wrote: > Sorry, I don't grok that sentence at all. > > On 2009-10-11, at 11:31 PM, Jochen Wiedmann wrote: > >> Internal distributions a

Re: Maven 3.0: just shipping a zip

2009-10-11 Thread Jochen Wiedmann
ips for internal distributions and it > hasn't caused a problem. Just figured we would cater to the windows users > because there are more of them. > > On 2009-10-11, at 11:23 PM, Jochen Wiedmann wrote: > >> Is it really worth bothering? I see no positive aspects, apart from >> s

Re: Maven 3.0: just shipping a zip

2009-10-11 Thread Jochen Wiedmann
Is it really worth bothering? I see no positive aspects, apart from saving some bytes of space and a few words in the pom and/or assembly descriptors. OTOH, you'd make us depending on the presence of a "modern zip implementation", which Unix distributions tend to have not. I''d strongly recommend t

Re: Hibernate feedback about Maven usage.

2009-08-25 Thread Jochen Wiedmann
Arnaud HERITIER-3 wrote: > > What do you think about this post and comments : > http://relation.to/12116.laceOne thing that it seems to annoy them is how > our reactor is working. > We cannot call a build from a submodule which will automa(g)ically call > necessary builds in others modules. >

Re: Configuring a dynamically selected component

2009-08-11 Thread Jochen Wiedmann
On Wed, Aug 12, 2009 at 2:59 AM, Jason van Zyl wrote: > For Maven 2.x you'll be interested in this: > > http://svn.codehaus.org/plexus/plexus-containers/branches/PLX-343-plexus-container-default-1.0-alpha-9-stable-1/src/main/java/org/codehaus/plexus/component/configurator/ Thanks, I'll take a loo

Re: Configuring a dynamically selected component

2009-08-11 Thread Jochen Wiedmann
On Tue, Aug 11, 2009 at 12:13 PM, Jason van Zyl wrote: > Brian semi-abused the configuration mechanism to achieve what he wanted. But > he did get it to work :-) We'll devise something that uses the components > for 3.x but what's happening is that configuration elements translate into > classes i

Re: Configuring a dynamically selected component

2009-08-11 Thread Jochen Wiedmann
On Tue, Aug 11, 2009 at 6:01 AM, Jason van Zyl wrote: > Look at the enforcer plugin. As each rule is a component that gets > configured. Thanks once more. I have checked the sources of the enforcer and it sounds *exactly* like what I am looking for. However, I haven't got the slightest idea how it

Re: Configuring a dynamically selected component

2009-08-10 Thread Jochen Wiedmann
5:15 AM, Jason van Zyl wrote: > > On 10-Aug-09, at 1:32 PM, Jochen Wiedmann wrote: > >> Hi, >> >> in a plugin, I'd like to select a component dynamically. Basically, >> I'd like to have something along these lines: >> >>   >>     &

Configuring a dynamically selected component

2009-08-10 Thread Jochen Wiedmann
Hi, in a plugin, I'd like to select a component dynamically. Basically, I'd like to have something along these lines: ... The idea is to use the hint for looking up the "myComponent" bean and use the XML fragment between and to configure the bean. Is that poss

Example of a plugin which transforms names

2009-08-10 Thread Jochen Wiedmann
Hi, in order to avoid reinventing the wheel: I need to implement name transformation in a plugin. For example, the plugin would need to convert a.xml -> a.html b.xml -> b.html but would be configurable to create a.xml -> a-13.html b.xml -> b-13.html instead. Is there any exampl

Re: Using GIT as the canonical repository for Maven 3.x

2009-05-11 Thread Jochen Wiedmann
Milos, with all respect: Unless Nigel is an employee of or paid by Microsoft, IBM, or whoever might have a professional interest in the decline of NetBeans, I do think that's a valid expression of an opinion. On Mon, May 11, 2009 at 8:12 AM, Milos Kleint wrote: > On Wed, Apr 29, 2009 at 10:34 PM

Re: Revisiting: Maven 2.1.1 or Maven 2.2?

2009-04-30 Thread Jochen Wiedmann
On Thu, Apr 30, 2009 at 8:04 AM, Paul Benedict wrote: > Are we sure we don't want a 2.1.1 to just get rid of some regressions? > 2.2.0 sounds good with the reasons stated, but it just seems goofy > 2.1.0 would have no point release after that. If Maven 2.2 would depend on 1.5, then further maint

Re: 2.2.0 and JDK 1.5

2009-04-30 Thread Jochen Wiedmann
Agreed, but OTOH, with 2.2 requiring 1.5, this could give the push for better support of a separation between Maven runtime and JDK being used for the build. Jochen On Thu, Apr 30, 2009 at 5:23 AM, John Casey wrote: > I just had a disquieting thought: > > Assuming we require JDK 1.5 for Maven 2

Re: Revisiting: Maven 2.1.1 or Maven 2.2?

2009-04-28 Thread Jochen Wiedmann
On Tue, Apr 28, 2009 at 11:02 PM, John Casey wrote: > So, what is an adequate reason in your eyes for moving to 1.5? The thread you mentioned contained a few. ;-) -- Don't trust a government that doesn't trust you. - To unsu

Re: Revisiting: Maven 2.1.1 or Maven 2.2?

2009-04-28 Thread Jochen Wiedmann
On Tue, Apr 28, 2009 at 10:24 PM, John Casey wrote: > 1. MNG-4140: even working around the NoClassDefFoundError for XPath* in JDK > 1.4, this means that version expressions won't be interpolated on > install/deploy unless JDK 1.5+ is used. This was something we talked about > in [1]. If I unders

Re: Revisiting: Maven 2.1.1 or Maven 2.2?

2009-04-28 Thread Jochen Wiedmann
On Tue, Apr 28, 2009 at 9:33 PM, John Casey wrote: > However, there is another issue that I feel is important to address: > MNG-4147. I have to admit that I find the problem of a "very long password" fairly exotic. Apart from that, there should be a possible workaround by explicitly choosing the

Re: [vote] release apache parent 6 and maven parent 12

2009-04-20 Thread Jochen Wiedmann
On Tue, Apr 21, 2009 at 5:05 AM, Brian Fox wrote: > projects to produce proper releases.  I think to do it and avoid conflicts > with any existing profiles, I would change the profile name from "release" > to "apache-release" and activate that by default. Does anyone see any > downsides to this?"

Re: [vote] Maven 2.1.0

2009-03-19 Thread Jochen Wiedmann
Used it for todays work, including with M2Eclipse. +1 (Non-binding) On Thu, Mar 19, 2009 at 1:12 AM, John Casey wrote: > Hi everyone, > > It looks like Maven 2.1.0 is ready to release. > > You can try the binaries here: > > http://tinyurl.com/maven-2-1-0-vote > (https://repository.apache.org/co

Re: [PLEASE TEST] Maven 2.1.0-RC3

2009-03-16 Thread Jochen Wiedmann
On Mon, Mar 16, 2009 at 5:51 PM, John Casey wrote: > It looks like the last known bugs are resolved for 2.1.0. So, let's take > another look things with RC3, and if everything is clean I'll call a vote in > the next day or two. > > http://tinyurl.com/maven-2-1-0-RC3 > (https://repository.apache.o

  1   2   3   4   >