40 lines
629 B
Plaintext
40 lines
629 B
Plaintext
== Why is this an issue?
|
|
|
|
This rule raises an issue when required properties are not included in a project's pom.
|
|
|
|
|
|
=== Compliant solution
|
|
|
|
With a properties value of: division, division/name
|
|
|
|
[source,java]
|
|
----
|
|
<project //...>
|
|
<division>
|
|
<name>Manufacturing</name>
|
|
</division>
|
|
|
|
<!-- ... -->
|
|
</project>
|
|
----
|
|
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::message.adoc[]
|
|
|
|
include::parameters.adoc[]
|
|
|
|
include::highlighting.adoc[]
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|