I fixed both problems with the second option I posted in http://jira.codehaus.org/browse/MRM-1157..
Thanks, Deng On Mon, May 25, 2009 at 11:02 AM, Brett Porter <[email protected]> wrote: > So which was left in 1.2.1? Seems the MRM-836 is best and an upgrade > workaround would help. > > > On 20/05/2009, at 7:12 PM, Deng Ching wrote: > > Ok, thanks for clarifying that JM :) I'll see if there's another way to >> work >> around both issues (MRM-836 and MRM-1157).. >> >> -Deng >> >> On Wed, May 20, 2009 at 4:06 PM, John Michael Luy <[email protected]> >> wrote: >> >> Hi Deng, >>> >>> I think this was from a patch for MRM-836. >>> >>> - JM >>> >>> >>> Deng Ching wrote: >>> >>> 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> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >
