You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jorg Heymans <jh...@domek.be> on 2005/10/24 17:11:43 UTC

pom inheritance, which attributes get inherited ?

Hi,

Is there a document describing what exactly is transferred from the
parent pom to the child when doing things like :

  <parent>
    <groupId>apache-cocoon</groupId>
    <artifactId>cocoon</artifactId>
    <version>2.2-SNAPSHOT</version>
  </parent>


ATM I'm always doing trial and error to find out what can be generalized
to the parent pom and what not.


Regards
Jorg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: pom inheritance, which attributes get inherited ?

Posted by Brett Porter <br...@gmail.com>.
No, but we should have.

(most things are)

- Brett

On 10/24/05, Jorg Heymans <jh...@domek.be> wrote:
> Hi,
>
> Is there a document describing what exactly is transferred from the
> parent pom to the child when doing things like :
>
>   <parent>
>     <groupId>apache-cocoon</groupId>
>     <artifactId>cocoon</artifactId>
>     <version>2.2-SNAPSHOT</version>
>   </parent>
>
>
> ATM I'm always doing trial and error to find out what can be generalized
> to the parent pom and what not.
>
>
> Regards
> Jorg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org