Skip to content

Commit

Permalink
Merge pull request #10840 from bstansberry/unify-verifiers
Browse files Browse the repository at this point in the history
Make the description of the verifications.xml file agnostic to the re…
  • Loading branch information
bstansberry committed Feb 11, 2018
2 parents 320b684 + 6f36a72 commit 58f32cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/src/verifier/verifications.xml
Expand Up @@ -19,11 +19,13 @@ limitations under the License.
xsi:schemaLocation="http://maven.apache.org/verifications/1.0.0 http://maven.apache.org/xsd/verifications-1.0.0.xsd">
<!--
1) bin/product.conf exists
2) bin/product.conf has slot = "wildfly-full"
2) bin/product.conf has a slot property with a value equal to the value of the
'verifier.slot.name' property in this maven module's pom
3) jboss-modules.jar must exist
4) standalone/configuration/standalone.xml must exist
5) modules/system/layers/base/org/jboss/as/product/wildfly-full/dir/META-INF/MANIFEST.MF exists
6) JBoss-Product-Release-Name key in manifest.mf above has value "WildFly Full"
6) JBoss-Product-Release-Name key in manifest.mf above has value equal to the value of the
'verifier.product.release.name' property in this maven module's pom
7) JBoss-Product-Release-Version key in manifest.mf has value starting with the value of the
'verifier.product.release.version' property in this maven module's pom
-->
Expand Down

0 comments on commit 58f32cf

Please sign in to comment.