Doesn't look like that worked, do I also need to run this 'compress' goal in my mvn command? I would like to avoid that if possible.

Thanks,
Steven

On Feb 11, 2009, at 11:58 AM, Wayne Fay wrote:

                      <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]



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

Reply via email to