[
https://issues.apache.org/jira/browse/MRRESOURCES-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907585#comment-17907585
]
ASF GitHub Bot commented on MRRESOURCES-154:
--------------------------------------------
slawekjaranowski commented on code in PR #78:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/78#discussion_r1894616507
##########
src/main/mdo/remote-resources.mdo:
##########
@@ -52,12 +52,23 @@ under the License.
</field>
<field>
<name>sourceEncoding</name>
- <version>1.1.0</version>
+ <version>1.1.0+</version>
<description><![CDATA[
Source encoding of the remote resources contained in the bundle.
]]></description>
<type>String</type>
</field>
+ <field>
+ <name>requiredProjectProperties</name>
+ <version>1.2.0+</version>
+ <description><![CDATA[
Review Comment:
removed and in other places also
> Allow to require project properties by bundle
> ---------------------------------------------
>
> Key: MRRESOURCES-154
> URL: https://issues.apache.org/jira/browse/MRRESOURCES-154
> Project: Maven Remote Resources Plugin
> Issue Type: New Feature
> Reporter: Slawomir Jaranowski
> Assignee: Slawomir Jaranowski
> Priority: Major
> Fix For: 3.3.0
>
>
> We can have a velocity template in resources bundle.
> Template can use project properties to generate content so we should have
> possibility to require if property exists in project which use resource
> bundle.
> Resource bundle author will have a sure thet content will be generated
> correctly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)