Uploaded image for project: 'Maven Resources Plugin'
  1. Maven Resources Plugin
  2. MRESOURCES-182

Example Custom resource filters incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6
    • 2.7
    • None
    • None

    Description

      See http://maven.apache.org/plugins/maven-resources-plugin/examples/custom-resource-filters.html#Dependency_declaration

      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>
      

      This is incorrect, dependencies should be placed next to configuration, not inside.

      Attachments

        Activity

          People

            rfscholte Robert Scholte
            rfscholte Robert Scholte
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: