Yes, read the docs. My earlier link points at info about the deprecated goal (attached). There is a new one. My apologizes.
/Anders On Fri, Nov 13, 2009 at 10:55, Stevo Slavić <[email protected]> wrote: > http://maven.apache.org/plugins/maven-assembly-plugin/plugin-info.html > > Regards, > Stevo. > > On Fri, Nov 13, 2009 at 10:51 AM, rgubler2 <[email protected]> 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: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
