You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2014/08/19 22:18:10 UTC

[jira] (MRESOURCES-182) Example Custom resource filters incorrect

Robert Scholte created MRESOURCES-182:
-----------------------------------------

             Summary: 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
            Priority: Minor


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)