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]

Reply via email to