Re: [PR] [MSITE-1010] Add documentation how site repository inheritance [maven-site-plugin]

2025-06-15 Thread via GitHub
jira-importer commented on PR #194: URL: https://github.com/apache/maven-site-plugin/pull/194#issuecomment-2974825655 Resolve #1141 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] [MSITE-1033] Improve heuristics to detect inheritance for SCM site URLs [maven-site-plugin]

2025-06-15 Thread via GitHub
jira-importer commented on PR #227: URL: https://github.com/apache/maven-site-plugin/pull/227#issuecomment-2974825509 Resolve #1159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: Inheritance of Report Sets

2024-09-09 Thread Michael Osipov
Well, this is the result: osipovmi@deblndw011x:~/var/Projekte/michael-o/michael-o-parent/target/site (main =) $ ll total 80 drwxr-xr-x 2 osipovmi cad512 2024-09-09 09:34 css/ -rw-r--r-- 1 osipovmi cad 4178 2024-09-09 09:34 dependency-info.html drwxr-xr-x 2 osipovmi cad512 2024-09-0

Re: Inheritance of Report Sets

2024-09-08 Thread Konrad Windszus
Hi, How does this prevent running the reports for the parent itself? Konrad > On 8. Sep 2024, at 09:12, Michael Osipov wrote: > > Am 2024-09-06 um 11:06 schrieb Konrad Windszus: >> Hi, >> Unlike plugin (with plugin management and its configuration) the reportSet >> (https://maven.apache.org/re

Re: Inheritance of Report Sets

2024-09-08 Thread Michael Osipov
Am 2024-09-06 um 11:06 schrieb Konrad Windszus: Hi, Unlike plugin (with plugin management and its configuration) the reportSet (https://maven.apache.org/ref/3.9.9/maven-model/maven.html#class_reportSet) cannot be configured on a POM level which itself should not have the configured reports. On

Re: Inheritance of Report Sets

2024-09-06 Thread Guillaume Nodet
Here's ChatGPT's answer... :-) To create a common `reportSet` that is applied to all child projects but not activated in the parent POM itself, you can use a few Maven techniques, such as creating a profile or leveraging inheritance in a way that allows the children to inherit the `repo

Inheritance of Report Sets

2024-09-06 Thread Konrad Windszus
Hi, Unlike plugin (with plugin management and its configuration) the reportSet (https://maven.apache.org/ref/3.9.9/maven-model/maven.html#class_reportSet) cannot be configured on a POM level which itself should not have the configured reports. Once a reportSuite is configured it is active both o

Re: Commandline inheritance

2021-08-11 Thread Robert Scholte
ot; Verzonden: 10-8-2021 22:18:22 Onderwerp: Re: Commandline inheritance A git like behavior sound good for me as well. So install/system-wise < user < project T On Tue, Aug 10, 2021, 08:22 Benjamin Marwell wrote: I read Michaels message the way like option 6: > Since we have onl

Re: Commandline inheritance

2021-08-11 Thread Benjamin Marwell
installation (aka global) > > > > > > This would fix the naming issue (global becomes global). > > > Of course this is a breaking change, but for maven 4, this seems > > > reasonable to me. > > > > > > Am So., 8. Aug. 2021 um 11:48

Re: Commandline inheritance

2021-08-10 Thread Tamás Cservenák
gt; This would fix the naming issue (global becomes global). > > Of course this is a breaking change, but for maven 4, this seems > > reasonable to me. > > > > Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte : > > > > > > During a discussion with M

Re: Commandline inheritance

2021-08-10 Thread Michael Osipov
ue (global becomes global). Of course this is a breaking change, but for maven 4, this seems reasonable to me. Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte : During a discussion with Michael we noticed there's something odd about the names of some flags and the order of inheritan

Re: Commandline inheritance

2021-08-09 Thread Benjamin Marwell
e this is a breaking change, but for maven 4, this seems > reasonable to me. > > Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte : > > > > During a discussion with Michael we noticed there's something odd about > the names of some flags and the order o

Re: Commandline inheritance

2021-08-09 Thread Delany
asonable to me. > > Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte < > rfscho...@apache.org>: > > > > During a discussion with Michael we noticed there's something odd about > the names of some flags and the order of inheritance. > > > > I've tri

Re: Commandline inheritance

2021-08-09 Thread Robert Scholte
breaking change, but for maven 4, this seems reasonable to me. Am So., 8. Aug. 2021 um 11:48 Uhr schrieb Robert Scholte : > > During a discussion with Michael we noticed there's something odd about the > names of some flags and the order of inheritance. > > I've tried to

Re: Commandline inheritance

2021-08-09 Thread Benjamin Marwell
n with Michael we noticed there's something odd about the > names of some flags and the order of inheritance. > > I've tried to explain it on a separate wiki page[1] together with the first 3 > options how we could fix it. > Please have a look at it and share your thoughts.

Re: Commandline inheritance

2021-08-08 Thread Michael Osipov
Am 2021-08-08 um 11:48 schrieb Robert Scholte: During a discussion with Michael we noticed there's something odd about the names of some flags and the order of inheritance. I've tried to explain it on a separate wiki page[1] together with the first 3 options how we could fix it. Ple

Commandline inheritance

2021-08-08 Thread Robert Scholte
During a discussion with Michael we noticed there's something odd about the names of some flags and the order of inheritance. I've tried to explain it on a separate wiki page[1] together with the first 3 options how we could fix it. Please have a look at it and share your thought

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-10 Thread Mark Raynsford
> On 2018-11-10T16:47:59 +0100 > Hervé BOUTEMY wrote: > > > ok, I investigated more in details and added a little trick in [1]: > > child.site.url.inherit.append.path is inherited independantly from > > id/name/url > > > > this will manage your edge case, which I can understand is expected > >

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-10 Thread Mark Raynsford
On 2018-11-10T16:47:59 +0100 Hervé BOUTEMY wrote: > ok, I investigated more in details and added a little trick in [1]: > child.site.url.inherit.append.path is inherited independantly from id/name/url > > this will manage your edge case, which I can understand is expected > > do you think it i

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-10 Thread Hervé BOUTEMY
7;b'-level projects. > > it's a corner case just because in b, you define > distributionManagement.site.id, name and url, but not > @child.site.url.inherit.append.path: just define this attribute while at it > (instead of counting on inheritance) and it will work as expected. Li

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-06 Thread Hervé BOUTEMY
pth of 'c' spread across all of the > 'b'-level projects. it's a corner case just because in b, you define distributionManagement.site.id, name and url, but not @child.site.url.inherit.append.path: just define this attribute while at it (instead of counting on inherita

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-06 Thread Mark Raynsford
stic about going through all of those projects and adding an attribute just to to fix a bug in Maven. :) In my case, there are over 400 modules at the depth of 'c' spread across all of the 'b'-level projects. > I can reproduce the issue in an inheritance unit test (n

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-05 Thread Hervé BOUTEMY
27;t understand why, but it is not. I can reproduce the issue in an inheritance unit test (no-append-urls in maven-model-builder), but still need to investigate why it does not work as intended by ModelMerger.mergeSite(...): you can easily check by removing "name" field in b, you&#x

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-05 Thread Mark Raynsford
On 2018-11-04T15:05:19 + Mark Raynsford wrote: > On 2018-11-04T15:34:11 +0100 > Hervé BOUTEMY wrote: > > > you can build https://github.com/apache/maven/tree/MNG-6059 with quick > > build > > instruction at the end of README > > > > Thanks. I've built 523db580468bc2b9d8420470bb24f5f68

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-04 Thread Mark Raynsford
On 2018-11-04T15:34:11 +0100 Hervé BOUTEMY wrote: > you can build https://github.com/apache/maven/tree/MNG-6059 with quick build > instruction at the end of README > Thanks. I've built 523db580468bc2b9d8420470bb24f5f688220701 and it seems to be working for all but the project/distributionManag

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-04 Thread Hervé BOUTEMY
t; > Seems you found one more thing that I forgot when merging MNG-6059: > > inheritance of these child.inherit.append.path configurations... > > > > I created MNG-6505 [1] and added the fix to MNG-6059 branch. > > > > Can you check that it works as you expect? (not

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-04 Thread Mark Raynsford
On 2018-11-04T13:34:39 +0100 Hervé BOUTEMY wrote: > Hi Mark, > > Seems you found one more thing that I forgot when merging MNG-6059: > inheritance of these child.inherit.append.path configurations... > > I created MNG-6505 [1] and added the fix to MNG-6059 branch. > &g

Re: Inheritance behaviour for MNG-5951 attributes?

2018-11-04 Thread Hervé BOUTEMY
Hi Mark, Seems you found one more thing that I forgot when merging MNG-6059: inheritance of these child.inherit.append.path configurations... I created MNG-6505 [1] and added the fix to MNG-6059 branch. Can you check that it works as you expect? (notice: with the new

Inheritance behaviour for MNG-5951 attributes?

2018-11-03 Thread Mark Raynsford
Let's say I have the following: 4.0.0 com.example a 1.0.0 pom https://example.com/a scm:git:https://example.com/a scm:git:https://example.com/a And then: 4.0.0 com.example a 1.0.0 com.example b 1.0.0 pom https://example.com/b

Re: Fwd: [jira] [Resolved] (MNG-5971) Imported dependencies should be available to inheritance processing

2017-02-01 Thread Christian Schulte
Am 02/02/17 um 00:35 schrieb Christian Schulte: > Am 02/01/17 um 13:33 schrieb Anders Hammar: >> I don't understand. Why is this marked as fixed (with no commit reference) >> if it's on the 3.6.0-candidate list? There have been several similar cases >> just recently; has there been some incorrect j

Re: Fwd: [jira] [Resolved] (MNG-5971) Imported dependencies should be available to inheritance processing

2017-02-01 Thread Christian Schulte
Am 02/01/17 um 13:33 schrieb Anders Hammar: > I don't understand. Why is this marked as fixed (with no commit reference) > if it's on the 3.6.0-candidate list? There have been several similar cases > just recently; has there been some incorrect jira update? > > /Anders The issue is not closed. Ju

Fwd: [jira] [Resolved] (MNG-5971) Imported dependencies should be available to inheritance processing

2017-02-01 Thread Anders Hammar
IRA) Date: Wed, Feb 1, 2017 at 12:40 AM Subject: [jira] [Resolved] (MNG-5971) Imported dependencies should be available to inheritance processing To: iss...@maven.apache.org [ https://issues.apache.org/jira/browse/MNG-5971?page=com. atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Include scope (Re: [4/4] maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing)

2016-12-10 Thread Christian Schulte
ss a release vote. Am 12/10/16 um 19:58 schrieb schu...@apache.org: > [MNG-5971] Imported dependencies should be available to inheritance processing > > o Updated to remove the system property controlling the feature. > This introduces the 'include' scope feature and leaves the &

Re: maven git commit: [MNG-5971] Imported dependencies should be available to inheritance processing

2016-08-13 Thread Christian Schulte
ated Branches: > refs/heads/master 814b51661 -> 059b9ab30 > > > [MNG-5971] Imported dependencies should be available to inheritance processing > > o Updated to warn about conflicting imports in Maven 3.4 and to add the next > validation level for Maven 3.5 to the A

Re: maven git commit: MNG-5871 refactoring: put url extrapolation algorithm in inheritance model merger

2015-08-17 Thread Hervé BOUTEMY
> >> Updated Branches: > >> refs/heads/MNG-5871 [created] 48ae9fd4a > >> > >> MNG-5871 refactoring: put url extrapolation algorithm in inheritance > >> model merger > >> > >> Project: http://git-wip-us.apache.org/repos/asf/maven/repo

Re: maven git commit: MNG-5871 refactoring: put url extrapolation algorithm in inheritance model merger

2015-08-17 Thread Jason van Zyl
e? > > Regards, > > Hervé > > Le jeudi 13 août 2015 00:38:43 hbout...@apache.org a écrit : >> Repository: maven >> Updated Branches: >> refs/heads/MNG-5871 [created] 48ae9fd4a >> >> >> MNG-5871 refactoring: put url extrapolation algorithm in inh

Re: maven git commit: MNG-5871 refactoring: put url extrapolation algorithm in inheritance model merger

2015-08-16 Thread Hervé BOUTEMY
[created] 48ae9fd4a > > > MNG-5871 refactoring: put url extrapolation algorithm in inheritance > model merger > > Project: http://git-wip-us.apache.org/repos/asf/maven/repo > Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/48ae9fd4 > Tree: http://git-wip-u

Re: Breadcrumb inheritance in site.xml

2014-06-20 Thread Benson Margulies
gt;>> inherit from parent >>> >>> any idea on a good naming welcome >>> >>> Regards, >>> >>> Hervé >>> >>> Le samedi 14 juin 2014 21:19:53 Hervé BOUTEMY a écrit : >>>> yes, seems a good idea: >>>> >>

Re: svn commit: r1452051 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model: pom.xml src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssem

2013-03-04 Thread Olivier Lamy
n model missing Version and PublishDate default >> values >> Submitted by Michael Osipov . >> >> >> Modified: >> maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml >> >> maven/doxia/doxia-sitetools/trunk/doxia-decoration

Re: svn commit: r1452051 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model: pom.xml src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssem

2013-03-04 Thread Dennis Lundberg
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml > > maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java > > maven/doxia/doxia-sitetools/

custom lifecycle without inheritance

2012-12-07 Thread Ben Tatham
Hello, I am trying to invoke a single goal before another (ant-based) Mojo executes. Due to http://jira.codehaus.org/browse/MNG-5405 I cannot just do foo:bar in the mojo.xml for the plugin. So instead, I've defined a lifecycle.xml, with only one goal in it. This works fine as a workaround for no

Re: [site] site.xml head/footer inheritance

2012-01-18 Thread Simone Tripodi
Hi again, just to let you know the issue is DOXIASITETOOLS-65 Thanks a lot in advance for your help!!! All the best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 18, 2012 at 9:31 AM, Simo

Re: [site] site.xml head/footer inheritance

2012-01-18 Thread Simone Tripodi
Hi Lukas! thanks for your feedback, I'm filling the issue right now! All the best, have a nice day, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 18, 2012 at 8:49 AM, Lukas Theussl wrot

Re: [site] site.xml head/footer inheritance

2012-01-17 Thread Lukas Theussl
A quick look at the source code shows that the footer is not taken care of in doxia-decoration-model's DefaultDecorationModelInheritanceAssembler. The footer was only introduced in the last doxia release and this was apparently overlooked. So the only thing to do is file an issue... :) -Luk

Re: [site] site.xml head/footer inheritance

2012-01-17 Thread Simone Tripodi
ping. sorry guys but I really have the feel that skins release is taking too much time, if you could provide me some feedbacks I'll proceed to related actions. Many thanks in advance, all the best! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitte

[site] site.xml head/footer inheritance

2012-01-16 Thread Simone Tripodi
Hi all guys, I am having troubles with the skin (lst check before re-proposing the skins releases) and while trying to apply fluido on Apache Commons I noticed that, attaching a site.xml descriptor to a parent, while the body.head element is inherited from cildren, body.footer is not. Did I miss

Re: Overall principles of POM inheritance, or, MSITE-600

2011-07-28 Thread Benson Margulies
I have to correct my own email. The behavior here is independent of relativePath and the presence or absence of modules. As things are now, a pom like the global asf or maven pom dare not have a site declared, or it will interact with poms that use it as a parent, even if those poms fully specify t

Overall principles of POM inheritance, or, MSITE-600

2011-07-28 Thread Benson Margulies
I think that there's a general principle at work in MSITE-600, so I wonder whether anyone else agrees. Quick summary: Pom 1 has a distributionManagement/site/url element and a modules/module element. Pom 2 has a parent that indicates pom 1, with a relativePath. it also has a distribution/site/ur

Re: Parent-to-child inheritance of dynamic properties

2011-04-05 Thread Benson Margulies
Barrie, Honestly, the purpose of my email about splitting the list was not to return attention to this thread :-) You are correct that my thought process when I wrote that did not take into account the possibility of sparse checkouts. What I learned from that thread and other discussions was the

Re: Parent-to-child inheritance of dynamic properties

2011-04-04 Thread Barrie Treloar
On Sun, Dec 12, 2010 at 10:45 AM, Benson Margulies wrote: > On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann > wrote: >> Benson Margulies wrote: >> >>> Say that, in a parent pom, there is an execution of a plugin that sets >>> a property. (e.g. the build helper plugin's port reserver). >>> >>>

Re: svn commit: r1082242 - in /maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance: aggregator/pom.xml module/pom.xml parent/pom.xml pom.xml verify.bsh

2011-03-16 Thread Dennis Lundberg
there is a problem, maybe this needs to be fixed separately? When I was investigating the relative link problems with inheritance, I saw that a hypothetical off-by-one directory-step would lead to links that actually worked, but would link to the to page of deploy even though the page itself was

Re: svn commit: r1082242 - in /maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance: aggregator/pom.xml module/pom.xml parent/pom.xml pom.xml verify.bsh

2011-03-16 Thread Lukas Theussl
. Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/aggregator/pom.xml maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/pom.xml maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/pom.xml maven/plugins/trunk/maven

Re: Parent-to-child inheritance of dynamic properties

2010-12-12 Thread Benson Margulies
In my defense, I was busy coding a plugin when I posed the question. On Sun, Dec 12, 2010 at 5:49 PM, Brett Porter wrote: > You're probably better using the available plugin expressions for the > execution root rather than this. > > Also, the users@ list is the right place to ask the original qu

Re: Parent-to-child inheritance of dynamic properties

2010-12-12 Thread Brett Porter
You're probably better using the available plugin expressions for the execution root rather than this. Also, the users@ list is the right place to ask the original question :) Cheers, Brett On 12/12/2010, at 11:15 AM, Benson Margulies wrote: > On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann

Re: Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benson Margulies
On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann wrote: > Benson Margulies wrote: > >> Say that, in a parent pom, there is an execution of a plugin that sets >> a property. (e.g. the build helper plugin's port reserver). >> >> Will those properties inherit down to the children? > > No, the runti

Re: Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benjamin Bentmann
Benson Margulies wrote: Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build helper plugin's port reserver). Will those properties inherit down to the children? No, the runtime data of project instances is separated. Benjamin --

Parent-to-child inheritance of dynamic properties

2010-12-11 Thread Benson Margulies
Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build helper plugin's port reserver). Will those properties inherit down to the children? - To unsubscribe, e-mail: dev-unsubscr...@mave

Re: [DISCUSS] MNG-2103 Inheritance of overrides that of

2010-04-01 Thread Brian Fox
gin.inherited. > > Considering the three possible values for the inherited field (true != false > != null), we currently determine the inheritance of an execution based on > >  inherited = (plugin.execution.inherited != false) && (plugin.inherited != > false) > > i.e. ex

[DISCUSS] MNG-2103 Inheritance of overrides that of

2010-04-01 Thread Benjamin Bentmann
Hi, I would appreciate some comments on the above issue MNG-2103 where users requested that plugin.execution.inherited generally overrides plugin.inherited. Considering the three possible values for the inherited field (true != false != null), we currently determine the inheritance of an

Re: MNG-2174(pluginManagement inheritance to child pom profile) regression in Maven versions 2.2.1 and 3.0-alpha-6

2010-02-20 Thread Markku Saarela
Okey i'll do that. Markku On 20.2.2010 5:10, Jason van Zyl wrote: Reopen the issue with a sample project expressing the problem. Telling us something doesn't work without a way to easily reproduce the problem and not referencing, or updating, the JIRA means there's a good chance we'll never l

Re: MNG-2174(pluginManagement inheritance to child pom profile) regression in Maven versions 2.2.1 and 3.0-alpha-6

2010-02-19 Thread Jason van Zyl
Reopen the issue with a sample project expressing the problem. Telling us something doesn't work without a way to easily reproduce the problem and not referencing, or updating, the JIRA means there's a good chance we'll never look at it. We'll try and be better on our side as well by providing

MNG-2174(pluginManagement inheritance to child pom profile) regression in Maven versions 2.2.1 and 3.0-alpha-6

2010-02-19 Thread Markku Saarela
Hi, This bug has been marked as fixed but i have defined in parent pom pluginManagement element the plugin with version, dependencies and configurations. They are inherited correctly to child pom build element plugin but everything fails to inherit to plugin in profiles element. Now i must d

Documentation about inheritance of POM elements..

2010-01-15 Thread Karl Heinz Marbaise
Hi, I have, based on a question in a forum, reread the documentation about inheritance in the pom's... the following information is documented: -- The packaging type required to be pom for parent and aggregation (multi-module) projects. These types define the goals bound

Re: mojo inheritance

2007-09-26 Thread Daniel Kulp
> -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > > Stuart McCulloch > > Sent: Tuesday, September 25, 2007 11:21 AM > > To: Maven Users List > > Subject: mojo inheritance > > > > Hi, > > > >

RE: mojo inheritance

2007-09-25 Thread Jörg Schaible
ed regarding class loaders, but I'd bet the situation for plugin inheritance is still the same. So you should be *very* careful with such a functionality. - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mojo inheritance

2007-09-25 Thread Jason van Zyl
stuff we'll have this with annotations but doing this with the existing mechanism would be good. --Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart McCulloch Sent: Tuesday, September 25, 2007 11:21 AM To: Maven Users List Subject: mojo i

RE: mojo inheritance

2007-09-25 Thread Brian E. Fox
Maven Users List Subject: mojo inheritance Hi, I've developed a small plugin that lets you extend mojos from other maven plugins by merging the plugin metadata: http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/index.h tml I've successfully used this to extend various co

Re: Maven site plugin and inheritance

2007-07-10 Thread Brett Porter
Hi guys, I'm playing a bit with the maven site plugin to see what's left before it gets released. However, I have a problem with the site.xml inheritance when building multimodule projects: whether I define a site.xml file in submodules or not, the site plugin always uses the

Maven site plugin and inheritance

2007-07-06 Thread Fabrice Bellingard
Hi guys, I'm playing a bit with the maven site plugin to see what's left before it gets released. However, I have a problem with the site.xml inheritance when building multimodule projects: whether I define a site.xml file in submodules or not, the site plugin always uses the site.

Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Jochen Kuhnle
ons from parent classes, but not across projects. With this, it is e.g. not possible to subclass a "built-in" Maven mojo and inherit the annotations, or to refactor common Mojo code into a separate "Base Mojo" project, because the subclass lives in a different project. Since

Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Brett Porter
code into a separate "Base Mojo" project, because the subclass lives in a different project. Since the annotation inheritance also only looks at parent classes, it is not possible to have annotated Mojo interfaces, e.g. for a Compiler which has different implementations. To allow

Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Eric Redmond
ations from parent classes, but not across projects. With this, it is e.g. not possible to subclass a "built-in" Maven mojo and inherit the annotations, or to refactor common Mojo code into a separate "Base Mojo" project, because the subclass lives in a different project. Since the a

Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Jochen Kuhnle
ommon Mojo code into a separate "Base Mojo" project, because the subclass lives in a different project. Since the annotation inheritance also only looks at parent classes, it is not possible to have annotated Mojo interfaces, e.g. for a Compiler which has different implementations. To

Re: svn commit: r552182 - in /maven/components/trunk: maven-artifact/src/main/java/org/apache/maven/artifact/resolver/ maven-project/src/test/java/org/apache/maven/project/inheritance/t11/ maven-proje

2007-07-02 Thread Jason van Zyl
:31:45 2007 > New Revision: 552182 > > URL: http://svn.apache.org/viewvc?view=rev&rev=552182 > Log: > [MNG-2919] Add fix for depMan scope overwriting to the trunk. > > Added: > maven/components/trunk/maven-project/src/test/java/org/apache/ > maven/project/inh

Re: svn commit: r552182 - in /maven/components/trunk: maven-artifact/src/main/java/org/apache/maven/artifact/resolver/ maven-project/src/test/java/org/apache/maven/project/inheritance/t11/ maven-proje

2007-07-02 Thread Patrick Schneider
overwriting to the trunk. > > Added: > maven/components/trunk/maven-project/src/test/java/org/apache/ > maven/project/inheritance/t11/ > maven/components/trunk/maven-project/src/test/java/org/apache/ > maven/project/inheritance/t11/ProjectInheritanceTest.java (with > props) >

Re: svn commit: r552182 - in /maven/components/trunk: maven-artifact/src/main/java/org/apache/maven/artifact/resolver/ maven-project/src/test/java/org/apache/maven/project/inheritance/t11/ maven-proje

2007-07-02 Thread Jason van Zyl
runk. Added: maven/components/trunk/maven-project/src/test/java/org/apache/ maven/project/inheritance/t11/ maven/components/trunk/maven-project/src/test/java/org/apache/ maven/project/inheritance/t11/ProjectInheritanceTest.java (with props) maven/components/trunk/maven-project/src/

Re: Unit Test inheritance in a multi-pom project?

2007-03-24 Thread Jim Bethancourt
e the tests :( Is there a praticular reason that the sslServer dependency is found by compile or packaging, but not the tests? My aim is just to compile or run the tests, where the tests of the client need classes from the sslServer... -- View this message in context: http://www.nabble.com/Unit-Tes

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
ll. I've done several > > experiments to see if this is possible and have had no success. > > What would > > be the appropriate way to enable inheritance of classes in the test > > hierarchy across modules during the test-compile phase of a multi-pom > > proje

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
rom > classes in > the test hierarchy across modules in the project, and I'm listing each > module as a dependency in the parent pom as well. I've done several > experiments to see if this is possible and have had no success. > What would > be the appropriate way to ena

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jason van Zyl
ve done several experiments to see if this is possible and have had no success. What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project? Is such a feature available right now for Maven 2, or should I

Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
success. What would be the appropriate way to enable inheritance of classes in the test hierarchy across modules during the test-compile phase of a multi-pom project? Is such a feature available right now for Maven 2, or should I submit a JIRA request? Thanks, Jim

Re: [jira] Created: (MSITE-188) Execution order of report plugins is arbitrary if inheritance is involved

2006-11-03 Thread Gisbert Amm
that are useful aswell. -Gisbert David vicente (JIRA) wrote: Execution order of report plugins is arbitrary if inheritance is involved - Key: MSITE-188 URL: http://jira.codehaus.org/browse/

Re: Version numbers and inheritance

2006-10-24 Thread Jason van Zyl
On 24 Oct 06, at 6:13 AM 24 Oct 06, Graham Leggett wrote: Hi all, I have a parent POM, containing the master version number for many subprojects. The element, being optional, is left out, and subprojects inherit the version from the parent. In the subprojects however, the parent tag is mand

Version numbers and inheritance

2006-10-24 Thread Graham Leggett
Hi all, I have a parent POM, containing the master version number for many subprojects. The element, being optional, is left out, and subprojects inherit the version from the parent. In the subprojects however, the parent tag is mandatory. And despite a relativePath tag being present pointing b

Re: Extending a plugin and parameter inheritance

2006-08-30 Thread Brett Porter
This is a known issue. You cannot extend a class for which you do not have the source too, as the annotations are read from the source, not the binary. - Brett On 31/08/2006, at 3:21 AM, Alexis Midon wrote: Hi all, I'm developping a custom plugin, its main features already are already imp

Extending a plugin and parameter inheritance

2006-08-30 Thread Alexis Midon
Hi all, I'm developping a custom plugin, its main features already are already implemented by the antrun plugin, my only wish is to add an aggregator like behaviour. To do so my pojo extends the AntRunMojo, my mojo does nothing except adding the @aggregator annotation. Unfortunately when I packa

Re: Trying to understand the POM inheritance chain for plugins

2006-07-18 Thread Brett Porter
The sandbox plugins probably don't have relativePath set correctly (it's not really possible given the checkout structure) so they are getting the parent from the repository, whereas the others get it from ../pom.xml. I'm guessing the parent hasn't been deployed recently, so I'll do that now...

RE: Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Brian E. Fox
From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 6:18 PM To: Maven Developers List Subject: Re: Trying to understand the POM inheritance chain for plugins Sounds odd, bec both the eclipse and idea plugins are generating 10 of the project reports in my machine. I even ran

Re: Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Edwin Punzalan
Sounds odd, bec both the eclipse and idea plugins are generating 10 of the project reports in my machine. I even ran it on javadoc and found the same 10 reports. I do agree about the checkstyle plugin being placed inside the pom but not configured... since its there, we might as well fix an

Trying to understand the POM inheritance chain for plugins

2006-07-17 Thread Dennis Lundberg
Hi all I've been working on a couple of plugins with documentation and documentation review. One thing differs when running mvn site for a normal plugin versus a plugin in the sandbox. For a normal plugin, like maven-javadoc-plugin, you get 4 Project Reports: * JavaDocs * Plugin documentation

RE: inheritance

2006-05-09 Thread Brian E. Fox
You need to add the group,arifcatId and version to the dependencyManagement section of a parent. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of David Smiley Sent: Tuesday, May 09, 2006 4:19 PM To: m2-dev@maven.apache.org Subject: inheritance http://maven.apache.org

inheritance

2006-05-09 Thread David Smiley
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html At the above page, there is an example of modules specifying dependencies without a version. The version is fully specified by the parent. Okay, that's nice. But it just doesn't work for me. I get these e

Re: svn commit: r382849 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

2006-03-03 Thread Jason van Zyl
Brett Porter wrote: Can we get unit tests for these types of changes? I think we decided coverage should not go down. How about we activate coverage testing and get the build to fail when it drops. We all need the reminder because we've all let it drop. Jason.

Re: svn commit: r382849 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

2006-03-03 Thread Brett Porter
ing '..' path adjustments. > > Modified: > > maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java > > Modified: > maven/components/trunk/maven-project/src/main/java/org/apache/maven/project

[jira] Updated: (MNG-2068) Multiple inheritance fails to find "grand" parent in ../../pom.xml when the groupIds differ (Test Case Attached)

2006-02-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2068?page=all ] John Casey updated MNG-2068: Assign To: John Casey Fix Version: 2.0.3 > Multiple inheritance fails to find "grand" parent in ../../pom.xml when the > groupIds differ (Te

[jira] Closed: (MNG-2068) Multiple inheritance fails to find "grand" parent in ../../pom.xml when the groupIds differ (Test Case Attached)

2006-02-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-2068?page=all ] John Casey closed MNG-2068: --- Resolution: Fixed confirmed fixed by Brian Fox...I added a variant of good-sample.zip as it0097. > Multiple inheritance fails to find "grand" parent in ../..

[jira] Commented: (MNG-2068) Multiple inheritance fails to find "grand" parent in ../../pom.xml when the groupIds differ (Test Case Attached)

2006-02-24 Thread Brian Fox (JIRA)
it from coming back. > Multiple inheritance fails to find "grand" parent in ../../pom.xml when the > groupIds differ (Test Case Attached) > > > Key

[jira] Updated: (MNG-2103) Inheritance of overrides that of

2006-02-23 Thread Yann Le Du (JIRA)
[ http://jira.codehaus.org/browse/MNG-2103?page=all ] Yann Le Du updated MNG-2103: Attachment: test-inheritance-true.zip > Inheritance of overrides that of > - > > Key: MNG-2103 &g

[jira] Commented: (MNG-2103) Inheritance of overrides that of

2006-02-22 Thread Prasad Kashyap (JIRA)
[ http://jira.codehaus.org/browse/MNG-2103?page=comments#action_59250 ] Prasad Kashyap commented on MNG-2103: - I see what you mean. That makes sense only if the is set to false. Now flip the inheritance boolean at the level to true. Going by the

[jira] Commented: (MNG-2103) Inheritance of overrides that of

2006-02-22 Thread Yann Le Du (JIRA)
on't even exist. What do you think ? You can visualize that by running mvn help:effective-pom in parent project. > Inheritance of overrides that of > - > > Key: MNG-2103 > URL: http://jira.codehaus.org/brow

  1   2   3   4   >