Mark Lundquist wrote:


    <buildVersion>
       <suffix>-JIRA-1234</suffix>
           <artifacts>
              <artifactId>foo</artifactId>
              <artifactId>bar</artifactId>
              <artifactId>biff</artifactId>
           </artifact>
    </buildVersion>

OK, having already dispensed w/ the "prefix" idea in favor of an across-the-board build-specific private version ID, we can simplify this some more... there's not reason not to just apply it to every project that gets built within this build area (see the <activation/directory> idea). So I think it just collapses to something like:

        <buildVersion>JIRA-1234</buildVersion>

WDYT?

—ml—


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

Reply via email to