You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/29 04:10:56 UTC

cvs commit: maven-plugins/simian project.xml

jvanzyl     2003/12/28 19:10:56

  Modified:    simian   project.xml
  Log:
  o contributor has name and email only, just fixing stuff as i catch things
    with an adhoc validator i'm using for testing the components.
  
  Revision  Changes    Path
  1.17      +0 -5      maven-plugins/simian/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	10 Oct 2003 19:21:02 -0000	1.16
  +++ project.xml	29 Dec 2003 03:10:56 -0000	1.17
  @@ -69,12 +69,7 @@
     <contributors>
       <contributor>
         <name>Maurice Montgénie</name>
  -      <id/>
         <email>maurice@maguyane.net</email>
  -      <organization>CGSS Guyane</organization>
  -      <roles>
  -        <role>Maven Plugin</role>
  -      </roles>
       </contributor>
     </contributors>
     <reports>
  
  
  

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


Re: cvs commit: maven-plugins/simian project.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sun, 2004-01-04 at 23:56, dion@multitask.com.au wrote:
> Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 02:52:00 PM:
> 
> > On Sun, 2004-01-04 at 17:31, dion@multitask.com.au wrote:
> > > I'm talking about stuff in the 1.0 codebase.
> > 
> > What about it? There's nothing in JIRA about it and the XSD references
> > contactDetails and there doesn't appear to be any object that references
> > that. I removed it because it was the only plugin that has it. And who
> > really cares about the roles of the contributor anyway. All we need is a
> > name and email and ultimately if anything just an id so we can reference
> > some store of developer information.
> 
> Which xsd are you talking about?
> 
> In the 1.0 xsd, there is:
> 
>   <!-- /contributors/contributor element -->
>   <xs:element name="contributor">
>     <xs:complexType>
>       <xs:sequence>
>         <xs:element ref="name"/>
>         <xs:group ref="contactDetails" />
>       </xs:sequence>
>     </xs:complexType>
>   </xs:element>
> 
> and contactDetails is defined as
> 
>   <xs:group name="contactDetails">
>       <xs:sequence>
>         <xs:element ref="email"/>
>         <xs:element name="organization" type='xs:string' minOccurs="0"/>
>         <xs:element ref="roles" minOccurs="0" />
>         <xs:element ref="url" minOccurs="0" />
>         <xs:element ref="timezone" minOccurs="0" />
>       </xs:sequence>
>   </xs:group>
> 
> This corresponds to the java code in the 1.0 branch, and has done for 
> quite some time.
> 
> I'm not sure what you mean by "the XSD references contactDetails and there 
> doesn't appear to be any object that references that", as objects don't 
> reference items in the schema directly anyway. The contactDetails group 
> was created to hold the similarity between developer and contributor. I 
> don't think the code was ever changed to have this commonality extracted.
> 
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > 
> > > Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 01:40:05 AM:
> > > 
> > > > On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> > > > > Contributor v1.8 has roles and organization. Why is this being 
> > > removed?
> > > > 
> > > > What is contributor v1.8? I see nothing in JIRA about the addition 
> of
> > > > those fields in the 'model-additions' (which was pom-additions) or a
> > > > request for it.
> > > > 
> > > > The same goes with the things that have been requested for 1.1. 
> There is
> > > > no way to track these things unless people start putting this stuff 
> into
> > > > JIRA.
> > > > 
> > > > > --
> > > > > dIon Gillard, Multitask Consulting
> > > > > Blog:      http://blogs.codehaus.org/people/dion/
> > > > > 
> > > > > 
> > > > > 
> > > > > jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> > > > > 
> > > > > > jvanzyl     2003/12/28 19:10:56
> > > > > > 
> > > > > >   Modified:    simian   project.xml
> > > > > >   Log:
> > > > > >   o contributor has name and email only, just fixing stuff as i 
> > > catch 
> > > > > things
> > > > > >     with an adhoc validator i'm using for testing the 
> components.
> > > > > > 
> > > > > >   Revision  Changes    Path
> > > > > >   1.17      +0 -5      maven-plugins/simian/project.xml
> > > > > > 
> > > > > >   Index: project.xml
> > > > > > 
> ===================================================================
> > > > > >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> > > > > >   retrieving revision 1.16
> > > > > >   retrieving revision 1.17
> > > > > >   diff -u -r1.16 -r1.17
> > > > > >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> > > > > >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> > > > > >   @@ -69,12 +69,7 @@
> > > > > >      <contributors>
> > > > > >        <contributor>
> > > > > >          <name>Maurice Montgénie</name>
> > > > > >   -      <id/>
> > > > > >          <email>maurice@maguyane.net</email>
> > > > > >   -      <organization>CGSS Guyane</organization>
> > > > > >   -      <roles>
> > > > > >   -        <role>Maven Plugin</role>
> > > > > >   -      </roles>
> > > > > >        </contributor>
> > > > > >      </contributors>
> > > > > >      <reports>
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > -- 
> > > > jvz.
> > > > 
> > > > Jason van Zyl
> > > > jason@zenplex.com
> > > > http://tambora.zenplex.org
> > > > 
> > > > In short, man creates for himself a new religion of a rational
> > > > and technical order to justify his work and to be justified in it.
> > > > 
> > > >   -- Jacques Ellul, The Technological Society
> > > > 
> > > > 
> > > > 
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > -- 
> > jvz.
> > 
> > Jason van Zyl
> > jason@zenplex.com
> > http://tambora.zenplex.org
> > 
> > In short, man creates for himself a new religion of a rational
> > and technical order to justify his work and to be justified in it.
> > 
> >   -- Jacques Ellul, The Technological Society
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sun, 2004-01-04 at 23:56, dion@multitask.com.au wrote:

Sorry about the last one, it slipped away on me.

> Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 02:52:00 PM:
> 
> > On Sun, 2004-01-04 at 17:31, dion@multitask.com.au wrote:
> > > I'm talking about stuff in the 1.0 codebase.
> > 
> > What about it? There's nothing in JIRA about it and the XSD references
> > contactDetails and there doesn't appear to be any object that references
> > that. I removed it because it was the only plugin that has it. And who
> > really cares about the roles of the contributor anyway. All we need is a
> > name and email and ultimately if anything just an id so we can reference
> > some store of developer information.
> 
> Which xsd are you talking about?
> 
> In the 1.0 xsd, there is:
> 
>   <!-- /contributors/contributor element -->
>   <xs:element name="contributor">
>     <xs:complexType>
>       <xs:sequence>
>         <xs:element ref="name"/>
>         <xs:group ref="contactDetails" />

Yah, I read that as an element quickly.

>       </xs:sequence>
>     </xs:complexType>
>   </xs:element>
> 
> and contactDetails is defined as
> 
>   <xs:group name="contactDetails">
>       <xs:sequence>
>         <xs:element ref="email"/>
>         <xs:element name="organization" type='xs:string' minOccurs="0"/>
>         <xs:element ref="roles" minOccurs="0" />
>         <xs:element ref="url" minOccurs="0" />
>         <xs:element ref="timezone" minOccurs="0" />
>       </xs:sequence>
>   </xs:group>
> 
> This corresponds to the java code in the 1.0 branch, and has done for 
> quite some time.

With one plugin in our entire repository using it couple with the fact I
think the roles, url and timezone are pretty irrelavant for
contributors. I would definitely like to remove it at some point. And id
would be more suitable for the long run if anything.

> I'm not sure what you mean by "the XSD references contactDetails and there 
> doesn't appear to be any object that references that", as objects don't 
> reference items in the schema directly anyway. The contactDetails group 
> was created to hold the similarity between developer and contributor. I 
> don't think the code was ever changed to have this commonality extracted.
> 
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > 
> > > Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 01:40:05 AM:
> > > 
> > > > On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> > > > > Contributor v1.8 has roles and organization. Why is this being 
> > > removed?
> > > > 
> > > > What is contributor v1.8? I see nothing in JIRA about the addition 
> of
> > > > those fields in the 'model-additions' (which was pom-additions) or a
> > > > request for it.
> > > > 
> > > > The same goes with the things that have been requested for 1.1. 
> There is
> > > > no way to track these things unless people start putting this stuff 
> into
> > > > JIRA.
> > > > 
> > > > > --
> > > > > dIon Gillard, Multitask Consulting
> > > > > Blog:      http://blogs.codehaus.org/people/dion/
> > > > > 
> > > > > 
> > > > > 
> > > > > jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> > > > > 
> > > > > > jvanzyl     2003/12/28 19:10:56
> > > > > > 
> > > > > >   Modified:    simian   project.xml
> > > > > >   Log:
> > > > > >   o contributor has name and email only, just fixing stuff as i 
> > > catch 
> > > > > things
> > > > > >     with an adhoc validator i'm using for testing the 
> components.
> > > > > > 
> > > > > >   Revision  Changes    Path
> > > > > >   1.17      +0 -5      maven-plugins/simian/project.xml
> > > > > > 
> > > > > >   Index: project.xml
> > > > > > 
> ===================================================================
> > > > > >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> > > > > >   retrieving revision 1.16
> > > > > >   retrieving revision 1.17
> > > > > >   diff -u -r1.16 -r1.17
> > > > > >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> > > > > >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> > > > > >   @@ -69,12 +69,7 @@
> > > > > >      <contributors>
> > > > > >        <contributor>
> > > > > >          <name>Maurice Montgénie</name>
> > > > > >   -      <id/>
> > > > > >          <email>maurice@maguyane.net</email>
> > > > > >   -      <organization>CGSS Guyane</organization>
> > > > > >   -      <roles>
> > > > > >   -        <role>Maven Plugin</role>
> > > > > >   -      </roles>
> > > > > >        </contributor>
> > > > > >      </contributors>
> > > > > >      <reports>
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > 
> > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > -- 
> > > > jvz.
> > > > 
> > > > Jason van Zyl
> > > > jason@zenplex.com
> > > > http://tambora.zenplex.org
> > > > 
> > > > In short, man creates for himself a new religion of a rational
> > > > and technical order to justify his work and to be justified in it.
> > > > 
> > > >   -- Jacques Ellul, The Technological Society
> > > > 
> > > > 
> > > > 
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > -- 
> > jvz.
> > 
> > Jason van Zyl
> > jason@zenplex.com
> > http://tambora.zenplex.org
> > 
> > In short, man creates for himself a new religion of a rational
> > and technical order to justify his work and to be justified in it.
> > 
> >   -- Jacques Ellul, The Technological Society
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by di...@multitask.com.au.
Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 02:52:00 PM:

> On Sun, 2004-01-04 at 17:31, dion@multitask.com.au wrote:
> > I'm talking about stuff in the 1.0 codebase.
> 
> What about it? There's nothing in JIRA about it and the XSD references
> contactDetails and there doesn't appear to be any object that references
> that. I removed it because it was the only plugin that has it. And who
> really cares about the roles of the contributor anyway. All we need is a
> name and email and ultimately if anything just an id so we can reference
> some store of developer information.

Which xsd are you talking about?

In the 1.0 xsd, there is:

  <!-- /contributors/contributor element -->
  <xs:element name="contributor">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="name"/>
        <xs:group ref="contactDetails" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>

and contactDetails is defined as

  <xs:group name="contactDetails">
      <xs:sequence>
        <xs:element ref="email"/>
        <xs:element name="organization" type='xs:string' minOccurs="0"/>
        <xs:element ref="roles" minOccurs="0" />
        <xs:element ref="url" minOccurs="0" />
        <xs:element ref="timezone" minOccurs="0" />
      </xs:sequence>
  </xs:group>

This corresponds to the java code in the 1.0 branch, and has done for 
quite some time.

I'm not sure what you mean by "the XSD references contactDetails and there 
doesn't appear to be any object that references that", as objects don't 
reference items in the schema directly anyway. The contactDetails group 
was created to hold the similarity between developer and contributor. I 
don't think the code was ever changed to have this commonality extracted.

--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > 
> > Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 01:40:05 AM:
> > 
> > > On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> > > > Contributor v1.8 has roles and organization. Why is this being 
> > removed?
> > > 
> > > What is contributor v1.8? I see nothing in JIRA about the addition 
of
> > > those fields in the 'model-additions' (which was pom-additions) or a
> > > request for it.
> > > 
> > > The same goes with the things that have been requested for 1.1. 
There is
> > > no way to track these things unless people start putting this stuff 
into
> > > JIRA.
> > > 
> > > > --
> > > > dIon Gillard, Multitask Consulting
> > > > Blog:      http://blogs.codehaus.org/people/dion/
> > > > 
> > > > 
> > > > 
> > > > jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> > > > 
> > > > > jvanzyl     2003/12/28 19:10:56
> > > > > 
> > > > >   Modified:    simian   project.xml
> > > > >   Log:
> > > > >   o contributor has name and email only, just fixing stuff as i 
> > catch 
> > > > things
> > > > >     with an adhoc validator i'm using for testing the 
components.
> > > > > 
> > > > >   Revision  Changes    Path
> > > > >   1.17      +0 -5      maven-plugins/simian/project.xml
> > > > > 
> > > > >   Index: project.xml
> > > > > 
===================================================================
> > > > >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> > > > >   retrieving revision 1.16
> > > > >   retrieving revision 1.17
> > > > >   diff -u -r1.16 -r1.17
> > > > >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> > > > >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> > > > >   @@ -69,12 +69,7 @@
> > > > >      <contributors>
> > > > >        <contributor>
> > > > >          <name>Maurice Montgénie</name>
> > > > >   -      <id/>
> > > > >          <email>maurice@maguyane.net</email>
> > > > >   -      <organization>CGSS Guyane</organization>
> > > > >   -      <roles>
> > > > >   -        <role>Maven Plugin</role>
> > > > >   -      </roles>
> > > > >        </contributor>
> > > > >      </contributors>
> > > > >      <reports>
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > > 
> > > > 
> > > > 
> > > > 
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > -- 
> > > jvz.
> > > 
> > > Jason van Zyl
> > > jason@zenplex.com
> > > http://tambora.zenplex.org
> > > 
> > > In short, man creates for himself a new religion of a rational
> > > and technical order to justify his work and to be justified in it.
> > > 
> > >   -- Jacques Ellul, The Technological Society
> > > 
> > > 
> > > 
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> -- 
> jvz.
> 
> Jason van Zyl
> jason@zenplex.com
> http://tambora.zenplex.org
> 
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
> 
>   -- Jacques Ellul, The Technological Society
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sun, 2004-01-04 at 17:31, dion@multitask.com.au wrote:
> I'm talking about stuff in the 1.0 codebase.

What about it? There's nothing in JIRA about it and the XSD references
contactDetails and there doesn't appear to be any object that references
that. I removed it because it was the only plugin that has it. And who
really cares about the roles of the contributor anyway. All we need is a
name and email and ultimately if anything just an id so we can reference
some store of developer information.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 01:40:05 AM:
> 
> > On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> > > Contributor v1.8 has roles and organization. Why is this being 
> removed?
> > 
> > What is contributor v1.8? I see nothing in JIRA about the addition of
> > those fields in the 'model-additions' (which was pom-additions) or a
> > request for it.
> > 
> > The same goes with the things that have been requested for 1.1. There is
> > no way to track these things unless people start putting this stuff into
> > JIRA.
> > 
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > 
> > > jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> > > 
> > > > jvanzyl     2003/12/28 19:10:56
> > > > 
> > > >   Modified:    simian   project.xml
> > > >   Log:
> > > >   o contributor has name and email only, just fixing stuff as i 
> catch 
> > > things
> > > >     with an adhoc validator i'm using for testing the components.
> > > > 
> > > >   Revision  Changes    Path
> > > >   1.17      +0 -5      maven-plugins/simian/project.xml
> > > > 
> > > >   Index: project.xml
> > > > ===================================================================
> > > >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> > > >   retrieving revision 1.16
> > > >   retrieving revision 1.17
> > > >   diff -u -r1.16 -r1.17
> > > >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> > > >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> > > >   @@ -69,12 +69,7 @@
> > > >      <contributors>
> > > >        <contributor>
> > > >          <name>Maurice Montgénie</name>
> > > >   -      <id/>
> > > >          <email>maurice@maguyane.net</email>
> > > >   -      <organization>CGSS Guyane</organization>
> > > >   -      <roles>
> > > >   -        <role>Maven Plugin</role>
> > > >   -      </roles>
> > > >        </contributor>
> > > >      </contributors>
> > > >      <reports>
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > -- 
> > jvz.
> > 
> > Jason van Zyl
> > jason@zenplex.com
> > http://tambora.zenplex.org
> > 
> > In short, man creates for himself a new religion of a rational
> > and technical order to justify his work and to be justified in it.
> > 
> >   -- Jacques Ellul, The Technological Society
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by di...@multitask.com.au.
I'm talking about stuff in the 1.0 codebase.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



Jason van Zyl <jv...@maven.org> wrote on 05/01/2004 01:40:05 AM:

> On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> > Contributor v1.8 has roles and organization. Why is this being 
removed?
> 
> What is contributor v1.8? I see nothing in JIRA about the addition of
> those fields in the 'model-additions' (which was pom-additions) or a
> request for it.
> 
> The same goes with the things that have been requested for 1.1. There is
> no way to track these things unless people start putting this stuff into
> JIRA.
> 
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > 
> > jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> > 
> > > jvanzyl     2003/12/28 19:10:56
> > > 
> > >   Modified:    simian   project.xml
> > >   Log:
> > >   o contributor has name and email only, just fixing stuff as i 
catch 
> > things
> > >     with an adhoc validator i'm using for testing the components.
> > > 
> > >   Revision  Changes    Path
> > >   1.17      +0 -5      maven-plugins/simian/project.xml
> > > 
> > >   Index: project.xml
> > > ===================================================================
> > >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> > >   retrieving revision 1.16
> > >   retrieving revision 1.17
> > >   diff -u -r1.16 -r1.17
> > >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> > >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> > >   @@ -69,12 +69,7 @@
> > >      <contributors>
> > >        <contributor>
> > >          <name>Maurice Montgénie</name>
> > >   -      <id/>
> > >          <email>maurice@maguyane.net</email>
> > >   -      <organization>CGSS Guyane</organization>
> > >   -      <roles>
> > >   -        <role>Maven Plugin</role>
> > >   -      </roles>
> > >        </contributor>
> > >      </contributors>
> > >      <reports>
> > > 
> > > 
> > > 
> > > 
> > > 
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> -- 
> jvz.
> 
> Jason van Zyl
> jason@zenplex.com
> http://tambora.zenplex.org
> 
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
> 
>   -- Jacques Ellul, The Technological Society
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sun, 2004-01-04 at 07:18, dion@multitask.com.au wrote:
> Contributor v1.8 has roles and organization. Why is this being removed?

What is contributor v1.8? I see nothing in JIRA about the addition of
those fields in the 'model-additions' (which was pom-additions) or a
request for it.

The same goes with the things that have been requested for 1.1. There is
no way to track these things unless people start putting this stuff into
JIRA.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> 
> jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:
> 
> > jvanzyl     2003/12/28 19:10:56
> > 
> >   Modified:    simian   project.xml
> >   Log:
> >   o contributor has name and email only, just fixing stuff as i catch 
> things
> >     with an adhoc validator i'm using for testing the components.
> > 
> >   Revision  Changes    Path
> >   1.17      +0 -5      maven-plugins/simian/project.xml
> > 
> >   Index: project.xml
> >   ===================================================================
> >   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
> >   retrieving revision 1.16
> >   retrieving revision 1.17
> >   diff -u -r1.16 -r1.17
> >   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
> >   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
> >   @@ -69,12 +69,7 @@
> >      <contributors>
> >        <contributor>
> >          <name>Maurice Montgénie</name>
> >   -      <id/>
> >          <email>maurice@maguyane.net</email>
> >   -      <organization>CGSS Guyane</organization>
> >   -      <roles>
> >   -        <role>Maven Plugin</role>
> >   -      </roles>
> >        </contributor>
> >      </contributors>
> >      <reports>
> > 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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


Re: cvs commit: maven-plugins/simian project.xml

Posted by di...@multitask.com.au.
Contributor v1.8 has roles and organization. Why is this being removed?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



jvanzyl@apache.org wrote on 29/12/2003 02:10:56 PM:

> jvanzyl     2003/12/28 19:10:56
> 
>   Modified:    simian   project.xml
>   Log:
>   o contributor has name and email only, just fixing stuff as i catch 
things
>     with an adhoc validator i'm using for testing the components.
> 
>   Revision  Changes    Path
>   1.17      +0 -5      maven-plugins/simian/project.xml
> 
>   Index: project.xml
>   ===================================================================
>   RCS file: /home/cvs/maven-plugins/simian/project.xml,v
>   retrieving revision 1.16
>   retrieving revision 1.17
>   diff -u -r1.16 -r1.17
>   --- project.xml   10 Oct 2003 19:21:02 -0000   1.16
>   +++ project.xml   29 Dec 2003 03:10:56 -0000   1.17
>   @@ -69,12 +69,7 @@
>      <contributors>
>        <contributor>
>          <name>Maurice Montgénie</name>
>   -      <id/>
>          <email>maurice@maguyane.net</email>
>   -      <organization>CGSS Guyane</organization>
>   -      <roles>
>   -        <role>Maven Plugin</role>
>   -      </roles>
>        </contributor>
>      </contributors>
>      <reports>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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