[
https://issues.apache.org/jira/browse/MRAR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959267#comment-17959267
]
Matthias Bünger commented on MRAR-94:
-------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-rar-plugin#42|https://github.com/apache/maven-rar-plugin/issues/42].
Please visit the GitHub issue to view further activity, add comments, or
subscribe to receive notifications.
> rarResources usage is unclear in the doc
> ----------------------------------------
>
> Key: MRAR-94
> URL: https://issues.apache.org/jira/browse/MRAR-94
> Project: Maven RAR Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 3.0.0
> Reporter: Nils Renaud
> Priority: Major
>
> I tried to use the maven-rar plugin and needed to use the {{rarResources}}
> option advertised
> [here|https://maven.apache.org/plugins/maven-rar-plugin/rar-mojo.html].
> Unfortunately I was clueless at how it was expected to be used... I
> eventually found the solution [within the commit that added this feature on
> github|https://github.com/apache/maven-rar-plugin/commit/128d1cdea198db40e7fa85f2406a7ab0b5e69ca5].
> {code:xml}
> <rarResources>
> <rarResource>
> <directory>${basedir}/src/main/ext</directory>
> <targetPath>ext</targetPath>
> </rarResource>
> <rarResource>
> <directory>${basedir}/src/main/ext-filtered</directory>
> <targetPath>ext-filtered</targetPath>
> <filtering>true</filtering>
> </rarResource>
> </rarResources>
> {code}
> So, it would be really helpful to have either/both an exemple (such as the
> one upper) and to mention that {{<rarResources>}} expects {{<rarResource>}}
> with its list of options.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)