[
https://jira.codehaus.org/browse/MRESOURCES-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MRESOURCES-182.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.7
Assignee: Robert Scholte
Fixed in [r1618969|http://svn.apache.org/r1618969]
> Example Custom resource filters incorrect
> -----------------------------------------
>
> Key: MRESOURCES-182
> URL: https://jira.codehaus.org/browse/MRESOURCES-182
> Project: Maven Resources Plugin
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Robert Scholte
> Assignee: Robert Scholte
> Priority: Minor
> Fix For: 2.7
>
>
> See
> http://maven.apache.org/plugins/maven-resources-plugin/examples/custom-resource-filters.html#Dependency_declaration
> {code:xml|title=Dependency declaration}
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-resources-plugin</artifactId>
> <version>2.6</version>
> <configuration>
> ...
> <dependencies>
> <dependency>
> <groupId>custom resources filters artifact groupId</groupId>
> <artifactId>custom resources filters artifact
> artifactId</artifactId>
> <version>custom resources filters artifact version</version>
> </dependency>
> </dependencies>
> ...
> </configuration>
> </plugin>
> {code}
> This is incorrect, {{dependencies}} should be placed next to
> {{configuration}}, not inside.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)