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)

Reply via email to