"preintegration-test" is not a valid phase, "pre-integration-test" is
however.
See http://maven.apache.org/guides/introduction/introduction-to-the-
lifecycle.html for the list.
--jason
On May 13, 2007, at 9:33 PM, Larry Suto wrote:
Hi,
I wrote a plugin(my first) that uses j2ssh to copy
Hi,
I wrote a plugin(my first) that uses j2ssh to copy an artifact to a
server and then executes some scripts..I bound its execution to the
preintegration-test phase
Im referencing the ear as ${project.build.directory}/${project.build.finalName}
Nothing seems to happen when I execute maven...th