diff --git a/current/index.html b/current/index.html
index 100313730..dee0579f6 100644
--- a/current/index.html
+++ b/current/index.html
@@ -2228,7 +2228,7 @@
Add the plugin
<project>
<properties>
- <jqassistant.version>2.4.0</jqassistant.version>
+ <jqassistant.version>2.5.0</jqassistant.version>
</properties>
<build>
<plugins>
@@ -2716,7 +2716,7 @@ Severity Of Rules
<jqassistant-rules xmlns="http://schema.jqassistant.org/rule/v2.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://schema.jqassistant.org/rule/v1.8 https://jqassistant.github.io/jqassistant/current/schema/jqassistant-rule-v2.2.xsd">
+ xsi:schemaLocation="http://schema.jqassistant.org/rule/v2.2 https://jqassistant.github.io/jqassistant/current/schema/jqassistant-rule-v2.2.xsd">
<group id="my-rules:MyGroup" severity="blocker">
<includeConstraint refId="my-rules:MyConstraint1"/>
@@ -2727,7 +2727,7 @@ Severity Of Rules
-
Thus execution of the group 'my-rules:MyGroup' will report a violation of constraint…
+
Thus, execution of the group 'my-rules:MyGroup' will report a violation of constraint…
@@ -2739,6 +2739,18 @@ Severity Of Rules
+
+
+
+
+ Note
+ |
+
+If a concept provides another concept then it will be applied using the highest severity of the providing or the provided concept.
+ |
+
+
+
Warnings and Failures
@@ -2832,12 +2844,12 @@
Rule Parameters
my-rules.xml
-
<jqassistant-rules xmlns="http://schema.jqassistant.org/rule/v1.8"
+<jqassistant-rules xmlns="http://schema.jqassistant.org/rule/v2.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://schema.jqassistant.org/rule/v1.8 https://jqassistant.github.io/jqassistant/current/schema/jqassistant-rule-v2.2.xsd">
+ xsi:schemaLocation="http://schema.jqassistant.org/rule/v2.2 https://jqassistant.github.io/jqassistant/current/schema/jqassistant-rule-v2.2.xsd">
<concept id="my-rules:ApplicationRootPackage">
- <requiresParameter name="rootPackage" type="String" defaultValue="com.buschmais"/> (1)
+ <requiresParameter name="rootPackage" type="String" defaultValue="com.buschmais"/>
<description>Labels the root package of the application with "Root".</description>
<cypher><![CDATA[
MATCH
@@ -3191,6 +3203,36 @@ 4.1. Configuration
password:
+
+ releases:
+
+
+
+ enabled: true
+
+
+
+ update-policy: daily
+
+
+
+ checksum-policy: warn
+
+
+ snapshots:
+
+
+
+ enabled: true
+
+
+
+ update-policy: daily
+
+
+
+ checksum-policy: warn
+
@@ -3631,10 +3673,13 @@ 5.3. Plugin Configuration
<configurationLocations>
<configurationLocation>/home/runner/work/jqassistant/jqassistant/target/checkout/maven/.jqassistant.yml</configurationLocation>
</configurationLocations>
- <yaml>
+ <yaml><![CDATA[
jqassistant:
skip: true
- <yaml>
+ ]]></yaml>
+ <properties>
+ <jqassistant.skip>true</jqassistant.skip>
+ </properties>
-->
</configuration>
</execution>
@@ -3689,7 +3734,20 @@ 5.3. Plugin Configuration
-
-
embedded YAML configuration
+embedded configuration using YAML
+
+-
+
can be used as an alternative to the .jqassistant.yml file, e.g. to provide the pom.xml as a parent with a pre-defined jQAssistant configuration
+
+
+
+
+properties
+
+
+
+-
+
embedded configuration using properties
-
can be used as an alternative to the .jqassistant.yml file, e.g. to provide the pom.xml as a parent with a pre-defined jQAssistant configuration
@@ -4007,13 +4065,7 @@ 6.1. YAML files
http-port: 7474
-
-
-
- neo4j-plugin-directory:
-
-
neo4j-plugins:
@@ -4283,9 +4335,10 @@ 6.3. System Properties
6.4. Property placeholders
-
Values may contain placeholders referering to other properties:
+
Values may contain placeholders referring to other properties:
+
.jqassistant.yml
src-dir: ./src
@@ -4316,6 +4369,33 @@ 6.4. Property placeholders
+
+
+
+
+ Tip
+ |
+
+
+ The predefined property jqassistant.store.embedded.neo4j-version may be used to specify the version of the APOC plugin for the embedded store (Neo4j v5 only):
+
+
+ .jqassistant.yml
+
+ jqassistant:
+ store:
+ embedded:
+ neo4j-plugins:
+ - group-id: org.neo4j.procedure
+ artifact-id: apoc-core
+ classifier: core
+ version: ${jqassistant.store.embedded.neo4j-version}
+
+
+ |
+
+
+
@@ -4732,25 +4812,6 @@ Nodes labeled with :Java:Type
-
-Table 10. Properties of :READS
, :WRITES
and :INVOKES
-
-
-
-
-
-
-Name |
-Description |
-
-
-
-
-lineNumber |
-The line number the referenced field or method is read, written or invoked |
-
-
-
Nodes labeled with :Java:Type:Class
@@ -4788,7 +4849,7 @@
Nodes labeled with :Java:Field
A field declared in a Java type.
-Table 11. Properties of :Java:Field
+Table 10. Properties of :Java:Field
@@ -4835,7 +4896,7 @@ Nodes labeled with :Java:Field
-Table 12. Relations of :Java:Field
+Table 11. Relations of :Java:Field
@@ -4888,7 +4949,7 @@ :Java:Method
A method declared in a Java type.
-Table 13. Properties of :Java:Method
+Table 12. Properties of :Java:Method
@@ -4951,7 +5012,7 @@ :Java:Method
-Table 14. Relations of :Java:Method
+Table 13. Relations of :Java:Method
@@ -5040,7 +5101,49 @@ :Java:Method
scanned themselves will only provide the property signature
-Table 15. Properties of :DECLARES_TYPE_PARAMETER
+Table 14. Properties of :READS
, :WRITES
and :INVOKES
+
+
+
+
+
+
+Name |
+Description |
+
+
+
+
+lineNumber |
+The line number where the operation is performed (not available if the scanned bytecode is compiled without line number information) |
+
+
+
+
+Table 15. Properties of :THROWS
+
+
+
+
+
+
+Name |
+Description |
+
+
+
+
+declaration |
+If true then this relation represents the exception declaration within the message signature (void run() throws RuntimeException ), otherwise an actual throw e within the message body. In the latter case the lineNumber property is available. |
+
+
+lineNumber |
+The line number where the operation is performed (not available if the scanned bytecode is compiled without line number information) |
+
+
+
+
+Table 16. Properties of :DECLARES_TYPE_PARAMETER
@@ -5071,7 +5174,7 @@ Nodes labeled with :Java:Parameter
A method parameter.
-Table 16. Properties of :Java:Parameter
+Table 17. Properties of :Java:Parameter
@@ -5090,7 +5193,7 @@ Nodes labeled with :Java:Parameter
-Table 17. Relations of :Java:Parameter
+Table 18. Relations of :Java:Parameter
@@ -5133,7 +5236,7 @@ Nodes labeled with :Java:Variable
A variable declared in a method.
-Table 18. Properties of :Java:Variable
+Table 19. Properties of :Java:Variable
@@ -5156,7 +5259,7 @@ Nodes labeled with :Java:Variable
-Table 19. Relations of :Java:Variable
+Table 20. Relations of :Java:Variable
@@ -5193,7 +5296,7 @@ Nodes labeled with :Java:Value
A value, can be qualified by either :Primitive
, :Annotation
, :Class
, :Enum
or :Array
.
-Table 20. Properties of :Java:Value
+Table 21. Properties of :Java:Value
@@ -5218,7 +5321,7 @@ Nodes labeled with :Value:Primitive
<
A primitive value.
-Table 21. Properties of :Java:Value:Primitive
+Table 22. Properties of :Java:Value:Primitive
@@ -5243,7 +5346,7 @@ Nodes labeled with :Java:Value:Annotation<
Represents a annotation on a Java element, e.g. @Entity public class …
-Table 22. Relations of :Java:Value:Annotation:
+Table 23. Relations of :Java:Value:Annotation:
@@ -5280,7 +5383,7 @@ Nodes labeled with :Java:Value:Class
Represents a class instance, e.g. as specified by annotation attribute.
-Table 23. Relations of `:Java:Value:Class:
+Table 24. Relations of `:Java:Value:Class:
@@ -5311,7 +5414,7 @@ Nodes labeled with :Java:Value:Enum
Represents an enum value.
-Table 24. Relations of :Java:Value:Enum:
+Table 25. Relations of :Java:Value:Enum:
@@ -5342,7 +5445,7 @@ Nodes labeled with :Java:Value:Array
Represents an array value, i.e. a node referencing value nodes.
-Table 25. Relations of :Java:Value:Array:
+Table 26. Relations of :Java:Value:Array:
@@ -5392,7 +5495,7 @@ Nodes labeled with :Java:Bound
-Table 26. Relations of :Java:Bound
+Table 27. Relations of :Java:Bound
@@ -5433,7 +5536,7 @@ Nodes labeled with :Java:Bound:TypeVaria
-Table 27. Relations of :Java:Bound:TypeVariable
+Table 28. Relations of :Java:Bound:TypeVariable
@@ -5489,7 +5592,7 @@ Nodes labeled with :Java:Bound:Para
-Table 28. Relations of :Java:Bound:ParameterizedType
+Table 29. Relations of :Java:Bound:ParameterizedType
@@ -5514,7 +5617,7 @@ Nodes labeled with :Java:Bound:Para
-Table 29. Properties of :HAS_ACTUAL_TYPE_ARGUMENT
+Table 30. Properties of :HAS_ACTUAL_TYPE_ARGUMENT
@@ -5552,7 +5655,7 @@ Nodes labeled with :Java:Bound:WildcardT
-Table 30. Relations of :Java:Bound:WildcardType
+Table 31. Relations of :Java:Bound:WildcardType
@@ -5608,7 +5711,7 @@ Nodes labeled with :Java:Bound:Gener
-Table 31. Relations of :Java:Bound:GenericArrayType
+Table 32. Relations of :Java:Bound:GenericArrayType
@@ -5639,7 +5742,7 @@ Nodes labeled with :Java:Module
Represents a module declaration according the Java Platform Module Specification (JPMS)
-Table 32. Properties of :Java:Module
+Table 33. Properties of :Java:Module
@@ -5666,7 +5769,7 @@ Nodes labeled with :Java:Module
-Table 33. Relations of :Java:Module
+Table 34. Relations of :Java:Module
@@ -5721,7 +5824,7 @@ Nodes labeled with :Java:Module
-Table 34. Properties of :REQUIRES
+Table 35. Properties of :REQUIRES
@@ -5750,7 +5853,7 @@ Nodes labeled with :Java:ExportedPackageRepresents an exported package declaration of a Java module.
-Table 35. Relations of :Java:ExportedPackage
+Table 36. Relations of :Java:ExportedPackage
@@ -5787,7 +5890,7 @@ Nodes labeled with :Java:ProvidedServiceRepresents a provided service declaration of a Java module.
-Table 36. Relations of :Java:ProvidedService
+Table 37. Relations of :Java:ProvidedService
@@ -5824,7 +5927,7 @@ Nodes labeled with :Java:OpenPackage
Represents an open package declaration of a Java module.
-Table 37. Relations of :Java:OpenPackage
+Table 38. Relations of :Java:OpenPackage
@@ -5867,7 +5970,7 @@ Nodes labeled with :File:Java:Manifest
A MANIFEST.MF
file containing sections.
-Table 38. Properties of :File:Java:Manifest
+Table 39. Properties of :File:Java:Manifest
@@ -5886,7 +5989,7 @@ Nodes labeled with :File:Java:Manifest
-Table 39. Relations of :File:Java:Manifest
+Table 40. Relations of :File:Java:Manifest
@@ -5917,7 +6020,7 @@ Nodes labeled with :Java:ManifestSectionA manifest section.
-Table 40. Relations of :Java:ManifestSection
+Table 41. Relations of :Java:ManifestSection
@@ -5948,7 +6051,7 @@ Nodes labeled with :Java:Value:Manifest
A manifest entry.
-Table 41. Properties of :Java:Value:ManifestEntry
+Table 42. Properties of :Java:Value:ManifestEntry
@@ -5988,7 +6091,7 @@ Nodes labeled with :File:Properties
or a XML based property file (*.xml
).
-Table 42. Properties of :File:Java:Properties
and :File:Java:Properties:Xml
+Table 43. Properties of :File:Java:Properties
and :File:Java:Properties:Xml
@@ -6007,7 +6110,7 @@ Nodes labeled with :File:Properties
-Table 43. Relations of :File:Java:Properties
and :File:Java:Properties:Xml
+Table 44. Relations of :File:Java:Properties
and :File:Java:Properties:Xml
@@ -6038,7 +6141,7 @@ Nodes labeled with :Java:Value:PropertyA key value/pair.
-Table 44. Properties of :Java:Value:Property
+Table 45. Properties of :Java:Value:Property
@@ -6073,7 +6176,7 @@ Nodes labeled with :File:Java:ServiceLoa
A file containing the implementation class names for a service interface
-Table 45. Properties of :File:Java:ServiceLoader
+Table 46. Properties of :File:Java:ServiceLoader
@@ -6092,7 +6195,7 @@ Nodes labeled with :File:Java:ServiceLoa
-Table 46. Relations of :File:Java:ServiceLoader
+Table 47. Relations of :File:Java:ServiceLoader
@@ -6139,7 +6242,7 @@ @jQASuppress
<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>manual</artifactId>
- <version>2.4.0</version>
+ <version>2.5.0</version>
<scope>provided</scope>
</dependency>
@@ -7714,7 +7817,7 @@ 7.2.1.1. Limitations
7.2.1.2. Configuration
-Table 47. Configuration properties
+Table 48. Configuration properties
@@ -7742,7 +7845,7 @@ 7.2.1.2. Configuration
7.2.1.3. Nodes labeled with :Json:File
-Table 48. Properties of :Json:File
+Table 49. Properties of :Json:File
@@ -7766,7 +7869,7 @@ 7.2.1.3. Nodes labeled with :Json:File
-Table 49. Relations of :Json:File
+Table 50. Relations of :Json:File
@@ -7794,7 +7897,7 @@ 7.2.1.3. Nodes labeled with :Json:File
7.2.1.4. Nodes labeled with :Json:Array
-Table 50. Properties of :Json:Array
+Table 51. Properties of :Json:Array
@@ -7812,7 +7915,7 @@ 7.2.1.4. Nodes labeled with :Json:Array
-Table 51. Relations of :Json:Array
+Table 52. Relations of :Json:Array
@@ -7840,7 +7943,7 @@ 7.2.1.4. Nodes labeled with :Json:Array
7.2.1.5. Nodes labeled with :Json:Key
-Table 52. Properties of :Json:Key
+Table 53. Properties of :Json:Key
@@ -7859,7 +7962,7 @@ 7.2.1.5. Nodes labeled with :Json:Key
-Table 53. Relations of :Json:Key
+Table 54. Relations of :Json:Key
@@ -7887,7 +7990,7 @@ 7.2.1.5. Nodes labeled with :Json:Key
7.2.1.6. Nodes labeled with :Json:Object
-Table 54. Properties of :Json:Object
+Table 55. Properties of :Json:Object
@@ -7905,7 +8008,7 @@ 7.2.1.6. Nodes labeled with :Json:Object
-Table 55. Relations of :Json:Object
+Table 56. Relations of :Json:Object
@@ -7933,7 +8036,7 @@ 7.2.1.6. Nodes labeled with :Json:Object
7.2.1.7. Nodes labeled with :Json:Scalar
-Table 56. Properties of :Json:Scalar
+Table 57. Properties of :Json:Scalar
@@ -7952,7 +8055,7 @@ 7.2.1.7. Nodes labeled with :Json:Scalar
-Table 57. Relations of :Json:Scalar
+Table 58. Relations of :Json:Scalar
@@ -7995,7 +8098,7 @@ 7.2.1.8. Nodes labeled with :Json:Value
-Table 58. Properties of :Json:Value
+Table 59. Properties of :Json:Value
@@ -8013,7 +8116,7 @@ 7.2.1.8. Nodes labeled with :Json:Value
-Table 59. Relations of :Json:Value
+Table 60. Relations of :Json:Value
@@ -8255,7 +8358,7 @@ 7.3.1.1. Nodes labeled with :File:Junit:TestSuite
A file containing results of a JUnit 4 or JUnit 5 test suite.
-Table 60. Properties of :File:JUnit:TestSuite
+Table 61. Properties of :File:JUnit:TestSuite
@@ -8298,7 +8401,7 @@ 7.3.1.1. Nodes labeled with :File:Junit:TestSuite
-Table 61. Relations of :File:JUnit:TestSuite
+Table 62. Relations of :File:JUnit:TestSuite
@@ -8329,7 +8432,7 @@ 7.3.1.2. :JUnit:TestCase
A test case.
-Table 62. Properties of :JUnit:TestCase
+Table 63. Properties of :JUnit:TestCase
@@ -8360,7 +8463,7 @@ 7.3.1.2. :JUnit:TestCase
-Table 63. Relations of :JUnit:TestCase
+Table 64. Relations of :JUnit:TestCase
@@ -8397,7 +8500,7 @@ 7.3.1.3. :JUnit:Failure
Provides detail information about a test case with result FAILURE
.
-Table 64. Properties of :JUnit:Failure
+Table 65. Properties of :JUnit:Failure
@@ -8426,7 +8529,7 @@ 7.3.1.4. :JUnit:Error
Provides detail information about a test case with result ERROR
.
-Table 65. Properties of :JUnit:Error
+Table 66. Properties of :JUnit:Error
@@ -10009,7 +10112,7 @@ 7.4.1. Scanner for Maven projects
7.4.1.1. Configuration
-Table 66. Configuration properties
+Table 67. Configuration properties
@@ -10061,7 +10164,7 @@ 7.4.1.2. Nodes labeled with :Maven:Project:File:Di
A pom.xml
file describing a single Maven project.
-Table 67. Properties of :Maven:Project:File:Directory
+Table 68. Properties of :Maven:Project:File:Directory
@@ -10100,7 +10203,7 @@ 7.4.1.2. Nodes labeled with :Maven:Project:File:Di
-Table 68. Relations of :Maven:Project:File:Directory
+Table 69. Relations of :Maven:Project:File:Directory
@@ -10167,7 +10270,7 @@ 7.4.1.3. Nodes labeled with :Maven:Artifact
-Table 69. Properties of :Maven:Artifact
+Table 70. Properties of :Maven:Artifact
@@ -10202,7 +10305,7 @@ 7.4.1.3. Nodes labeled with :Maven:Artifact
-Table 70. Relations of :Maven:Artifact
+Table 71. Relations of :Maven:Artifact
@@ -10233,7 +10336,7 @@ 7.4.1.3. Nodes labeled with :Maven:Artifact
-Table 71. Properties of :DEPENDS_ON
+Table 72. Properties of :DEPENDS_ON
@@ -10265,7 +10368,7 @@ 7.4.2. Scanner for Maven POMs
7.4.2.1. Nodes labeled with :Maven:Scm
-Table 72. Properties of :Maven:Scm
+Table 73. Properties of :Maven:Scm
@@ -10300,7 +10403,7 @@ 7.4.2.2. Nodes labeled with :Maven:Pom
A POM describing a Maven project.
-Table 73. Properties of :Maven:Pom
+Table 74. Properties of :Maven:Pom
@@ -10339,7 +10442,7 @@ 7.4.2.2. Nodes labeled with :Maven:Pom
-Table 74. Relations of :Maven:Pom
+Table 75. Relations of :Maven:Pom
@@ -10460,7 +10563,7 @@ 7.4.2.3. Nodes labeled with :Maven:Dependency
A declared or managed dependency of Nodes labeled with :Maven:Pom
.
-Table 75. Properties of :Maven:Dependency
+Table 76. Properties of :Maven:Dependency
@@ -10483,7 +10586,7 @@ 7.4.2.3. Nodes labeled with :Maven:Dependency
-Table 76. Relations of :Maven:Dependency
+Table 77. Relations of :Maven:Dependency
@@ -10520,7 +10623,7 @@ 7.4.2.4. Nodes labeled with :Maven:ExclusionDescribes an exclusion pattern for Nodes labeled with :Maven:Dependency
.
-Table 77. Properties of :Maven:Dependency
+Table 78. Properties of :Maven:Dependency
@@ -10549,7 +10652,7 @@ 7.4.2.5. :Maven:Contributor
A contributor of the project.
-Table 78. Properties of :Maven:Contributor
+Table 79. Properties of :Maven:Contributor
@@ -10592,7 +10695,7 @@ 7.4.2.5. :Maven:Contributor
-Table 79. Relations of :Maven:Contributor
+Table 80. Relations of :Maven:Contributor
@@ -10623,7 +10726,7 @@ 7.4.2.6. :Maven:Developer
A developer taking part in the development of the project.
-Table 80. Properties of :Maven:Developer
+Table 81. Properties of :Maven:Developer
@@ -10666,7 +10769,7 @@ 7.4.2.6. :Maven:Developer
-Table 81. Relations of :Maven:Developer
+Table 82. Relations of :Maven:Developer
@@ -10697,7 +10800,7 @@ 7.4.2.7. :Maven:Organization
The organization behind the project.
-Table 82. Properties of :Maven:Organization
+Table 83. Properties of :Maven:Organization
@@ -10726,7 +10829,7 @@ 7.4.2.8. Nodes labeled with :Maven:Repository
A Maven repository declared for a Maven POM or a profile in a Maven POM.
-Table 83. Properties of :Maven:Repository
+Table 84. Properties of :Maven:Repository
@@ -10783,7 +10886,7 @@ 7.4.2.9. :Maven:Role
The roles a person plays in the project.
-Table 84. Properties of :Maven:Role
+Table 85. Properties of :Maven:Role
@@ -10808,7 +10911,7 @@ 7.4.2.10. Nodes labeled with :Maven:Profile
A maven profile
-Table 85. Properties of :Maven:Profile
+Table 86. Properties of :Maven:Profile
@@ -10827,7 +10930,7 @@ 7.4.2.10. Nodes labeled with :Maven:Profile
-Table 86. Relations of :Maven:Profile
+Table 87. Relations of :Maven:Profile
@@ -10900,7 +11003,7 @@ 7.4.2.11. Nodes labeled with :Maven:Prof
A maven profile activation
-Table 87. Properties of :Maven:ProfileActivation
+Table 88. Properties of :Maven:ProfileActivation
@@ -10923,7 +11026,7 @@ 7.4.2.11. Nodes labeled with :Maven:Prof
-Table 88. Relations of :Maven:ProfileActivation
+Table 89. Relations of :Maven:ProfileActivation
@@ -10966,7 +11069,7 @@ 7.4.2.12. Nodes labeled with :Maven:Activat
File specification used to activate a profile
-Table 89. Properties of :Maven:ActivationFile
+Table 90. Properties of :Maven:ActivationFile
@@ -10995,7 +11098,7 @@ 7.4.2.13. Nodes labeled with :Maven:Activatio
Defines operating system’s attributes to activate a profile
-Table 90. Properties of :Maven:ActivationOS
+Table 91. Properties of :Maven:ActivationOS
@@ -11032,7 +11135,7 @@ 7.4.2.14. Nodes labeled with :Maven:Module
A Maven module
-Table 91. Properties of :Maven:Module
+Table 92. Properties of :Maven:Module
@@ -11058,7 +11161,7 @@ 7.4.2.15. Nodes labeled with :Maven:Plugin
through the outgoing IS_ARTIFACT
relation.
-Table 92. Properties of :Maven:Plugin
+Table 93. Properties of :Maven:Plugin
@@ -11077,7 +11180,7 @@ 7.4.2.15. Nodes labeled with :Maven:Plugin
-Table 93. Relations of :Maven:Plugin
+Table 94. Relations of :Maven:Plugin
@@ -11126,7 +11229,7 @@ 7.4.2.16. Nodes labeled with :Maven:License
A used license
-Table 94. Properties of :Maven:License
+Table 95. Properties of :Maven:License
@@ -11163,7 +11266,7 @@ 7.4.2.17. Nodes labeled with :Maven:Plugin
A plugin execution
-Table 95. Properties of :Maven:PluginExecution
+Table 96. Properties of :Maven:PluginExecution
@@ -11190,7 +11293,7 @@ 7.4.2.17. Nodes labeled with :Maven:Plugin
-Table 96. Relations of :Maven:PluginExecution
+Table 97. Relations of :Maven:PluginExecution
@@ -11227,7 +11330,7 @@ 7.4.2.18. Nodes labeled with :Maven:Configur
A configuration for plugins, executions
-Table 97. Relations of :Maven:Configuration
+Table 98. Relations of :Maven:Configuration
@@ -11258,7 +11361,7 @@ 7.4.2.19. Nodes labeled with :Maven:Executio
A goal for plugin executions
-Table 98. Properties of :Maven:ExecutionGoal
+Table 99. Properties of :Maven:ExecutionGoal
@@ -11323,7 +11426,7 @@ 7.5.1. Scanner for XML files
7.5.1.1. Configuration
-Table 99. Configuration properties
+Table 100. Configuration properties
@@ -11368,7 +11471,7 @@ 7.5.2.1. :Xml:Document
Represents an XML document.
-Table 100. Properties of :Xml:Document
+Table 101. Properties of :Xml:Document
@@ -11403,7 +11506,7 @@ 7.5.2.1. :Xml:Document
-Table 101. Relations of :Xml:Document
+Table 102. Relations of :Xml:Document
@@ -11434,7 +11537,7 @@ 7.5.2.2. :Xml:Element
An XML element.
-Table 102. Properties of :Xml:Element
+Table 103. Properties of :Xml:Element
@@ -11457,7 +11560,7 @@ 7.5.2.2. :Xml:Element
-Table 103. Relations of :Xml:Element
+Table 104. Relations of :Xml:Element
@@ -11512,7 +11615,7 @@ 7.5.2.3. :Xml:Namespace
A XML namespace declaration.
-Table 104. Properties of :Xml:Namespace
+Table 105. Properties of :Xml:Namespace
@@ -11541,7 +11644,7 @@ 7.5.2.4. :Xml:Attribute
An XML attribute.
-Table 105. Properties of :Xml:Attribute
+Table 106. Properties of :Xml:Attribute
@@ -11564,7 +11667,7 @@ 7.5.2.4. :Xml:Attribute
-Table 106. Relations of :Xml:Attribute
+Table 107. Relations of :Xml:Attribute
@@ -11595,7 +11698,7 @@ 7.5.2.5. :Xml:Text
A text value of an XML element.
-Table 107. Properties of :Xml:Text
+Table 108. Properties of :Xml:Text
@@ -11631,7 +11734,7 @@ 7.5.3. Generic scanner for XSD files