>                        <executions>
>                          <execution>
                                 <phase>package</phase>
>                                <goals>
>                                        <goal>compress</goal>

You're missing a <phase> node which tells Maven when to run the goal
in that plugin. I added it to your XML -- try that.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to