Ahh, thanks, Wendy - if the "deploy" is just a deploy to the
repository then, presumably, we would execute an
application-server-deploy of the package artifact during the
"pre-integration-test" phase, right?

Our project is structured as a multi-module project ala Proficio with
pom.xml files at each module level:

  foo-bar\widget\widget-api\src\main\java
  foo-bar\widget\widget-cli\src\main\java
  foo-bar\widget\widget-cli\src\test\java
  foo-bar\widget\widget-jsf-portlet\src\main\java
  foo-bar\widget\widget-jsf-portlet\src\main\webapp\WEB-INF\classes
  foo-bar\widget\widget-jsf-portlet\src\main\webapp\jsp
  foo-bar\widget\widget-jsf-portlet\src\test
  foo-bar\widget\widget-jsf-portlet\src\test\java
  foo-bar\widget\widget-jsf-portlet\web
  foo-bar\widget\widget-jsf-portlet\web\WEB-INF
  foo-bar\widget\widget-migration\src\main\java
  foo-bar\widget\widget-migration\src\test\java
  foo-bar\widget\widget-persistence\src\main\java
  foo-bar\widget\widget-persistence\src\test\java
  foo-bar\widget\src\site\xdoc
  foo-bar\migration\src\main\java\foo
  foo-bar\migration\src\schema
  foo-bar\migration\src\test\java
  foo-bar\resources
  foo-bar\src\site\resources
  foo-bar\src\site\xdoc

The functional tests are not currently in a separate module, though
that is something we are considering. Is there an advantage to this?

Thanks,

-Jan

On 10/12/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 10/12/07, Jan Nielsen <[EMAIL PROTECTED]> wrote:
>
> > package
> > pre-integration-test
> > integration-test
> > post-integration-test
> > verify
> > install
> > deploy
> ...
> > We have to "deploy" our portlets before we can do the
> > "integration-test", right!?!
> ...
> >
> > Any thoughts you are willing share are greatly appreciated.
>
> The 'deploy' phase in the Maven build lifecycle is for deploying to
> the artifact repository, not to an application server.
>
> How is your project structured?  Are the functional tests in a separate 
> module?
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> 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