Explain howto use maven's pre/postbuilders

They're configured like the other builders but one needed to check the
source to verify this until now.

Change-Id: I97400ad9c7cb0dfb89fe2757c4bedce639e7ea24
This commit is contained in:
Guido Günther 2014-01-10 19:07:16 +01:00
parent c39c5de446
commit e5faf0637c
1 changed files with 2 additions and 2 deletions

View File

@ -347,8 +347,8 @@ Generally the sequence is:
#. scm
#. triggers
#. wrappers
#. prebuilders (maven only)
#. prebuilders (maven only, configured like :ref:`builders`)
#. builders (maven, freestyle, matrix, etc..)
#. postbuilders (maven only)
#. postbuilders (maven only, configured like :ref:`builders`)
#. publishers/reporters/notifications