Just curious, was there a reason why the <identifier>true</identifier> tags were removed in 1.2?
-Deng On Wed, May 20, 2009 at 3:20 PM, <[email protected]> wrote: > Author: oching > Date: Wed May 20 07:20:56 2009 > New Revision: 776598 > > URL: http://svn.apache.org/viewvc?rev=776598&view=rev > Log: > [MRM-1157] > o added back identifier fields in archiva model > > Modified: > > > archiva/trunk/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml > > Modified: > archiva/trunk/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml > URL: > http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml?rev=776598&r1=776597&r2=776598&view=diff > > ============================================================================== > --- > archiva/trunk/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml > (original) > +++ > archiva/trunk/archiva-modules/archiva-base/archiva-model/src/main/mdo/archiva-base.xml > Wed May 20 07:20:56 2009 > @@ -1449,6 +1449,7 @@ > <fields> > <field stash.maxSize="250"> > <name>name</name> > + <identifier>true</identifier> > <version>1.0.0+</version> > <description><![CDATA[The full name of the > organization.]]></description> > <type>String</type> > @@ -1543,6 +1544,7 @@ > <fields> > <field stash.maxSize="250"> > <name>url</name> > + <identifier>true</identifier> > <version>1.0.0+</version> > <description><![CDATA[URL for the issue management system used by > the project.]]></description> > <type>String</type> > @@ -1571,6 +1573,7 @@ > <field stash.maxSize="250"> > <name>url</name> > <version>1.0.0+</version> > + <identifier>true</identifier> > <description> > <![CDATA[URL for the continuous integration system used by the > project if it has a web interface.]]></description> > <type>String</type> > @@ -1604,6 +1607,7 @@ > <fields> > <field stash.maxSize="250"> > <name>email</name> > + <identifier>true</identifier> > <version>1.0.0+</version> > <description><![CDATA[The email address of the > individual.]]></description> > <type>String</type> > > >
