On 3/6/08, VUB Stefan Seidel <[EMAIL PROTECTED]> wrote:
> Ah, the universal antrun solution. Guys, maven is better than ant, why
>  do you keep using ant?
>
>  For copying the built file use dependency plugin:
>   <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-dependency-plugin</artifactId>
>         <executions>
>           <execution>
>             <id>copy-installed</id>
>             <phase>install</phase>

Is there a way to setup it so maven will 'copy' artifact
in 'package' phase, without installing artifact to local repo?

Thanks,
Tomek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to