Brett Porter wrote:
> How about #groupId:artifactId:sequenceNumber.
> 
> It would be unique to the POM.
> 

<xs:element name="id" minOccurs="0" type="xs:string" default="default">
                                                     ^^^^^^^^^^^^^^^^^
  <xs:annotation>
    <xs:documentation source="version">4.0.0</xs:documentation>
    <xs:documentation source="description">
      The identifier of this execution for labelling the goals during
      the build, and for matching executions to merge during
      inheritance.</xs:documentation>
  </xs:annotation>
</xs:element>

If I got it right, one cannot use anything other than what is specified
in the XML schema as the default for the execution id. At least not
without changing the schema (e.g. removing that default="default" so
that an application can test for the existence of an execution id).

-- 
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to