You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Da...@stchome.com on 2005/10/31 23:13:24 UTC

[m2] Question about the dependency-copier-plugin




Roland,

I would love to use your plugin to copy artifacts from the repository to a
place of my definition.

However, I can't figure out how to list the artifacts to download in your
plugin configuration in the pom file.  Can you offer any help.  I would
assume some sort of dependencies or artifacts tag inside the configuration,
but I just don't know.

Thanks for any help :)

      <plugin>
        <groupId>com.buckazoid.maven.mojos</groupId>
        <artifactId>dependency-copier-plugin</artifactId>
        <version>1.1</version>
        <configuration>

<outputDirectory>${project.build.directory}/install//lib</outputDirectory>
        </configuration>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>copy</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
___________________________________
Damian Bradicich
Software Developer
Scientific Technologies Corporation
Tel: (603) 471-4712
Email: Damian_Bradicich@stchome.com
Web Site: www.stchome.com
"Advancing Public Health Outcomes Through Information Technology"
___________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org