http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html

Regards,
Stevo.

On Fri, Nov 13, 2009 at 10:51 AM, rgubler2 <rgub...@init-ka.de> wrote:

>
>
>
> Anders Hammar wrote:
> >
> > A quick Internet search gives the answer:
> >
> http://old.nabble.com/Maven-assembly-plug-in-and-deploy-not-happening--td18161292.html
> >
> > /Anders
> >
> >
>
> Hmm,
>
> I changed
>
>           <execution>
>              <id>make-assembly</id>
>              <phase>package</phase>
>              <goals>
>                <goal>assembly</goal>
>              </goals>
>            </execution>
>
> to
>
>           <execution>
>              <id>make-assembly</id>
>              <phase>package</phase>
>              <goals>
>                 <goal>attach</goal>
>              </goals>
>            </execution>
>
>
> and get now the following error:
>
>      'attach' was specified in an execution, but not found in the plugin
>
>
> What's wrong?
>
>
> Yours Rüdiger
>
> --
> View this message in context:
> http://old.nabble.com/-Maven-Assembly-Plugin--Deploy-assembly-tp26333720p26333970.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to