+ | maven.announcement.stylesheet.locationType |
+ Yes |
+
+ Determines where the stylesheet is located. In other words, defines the meaning of the property maven.announcement.stylesheet.locationValue.
+ Permitted values (and their meaning) are:
+
+ -
+uri - path is an absolute URI (ex:
file:/etc/myAnnouncements.jcl)
+
+ -
+resource - path is relative to $MAVEN_REPO/${pom.groupId}/plugin-resources) (ex:
myAnnouncements.jcl)
+
+ -
+project - path is relative to the project's basedir (ex:
resources/etc/myAnnouncements.jcl)
+
+
+ |
+
+ resource
+ |
+
+