[
https://issues.apache.org/jira/browse/CONNECTORS-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127652#comment-13127652
]
Piergiorgio Lucidi edited comment on CONNECTORS-263 at 10/14/11 4:06 PM:
-------------------------------------------------------------------------
r1183401.
All the integration tests classes are renamed with the suffix *IT.java to work
with the Maven Failsafe Plugin. This because I had some problems to add the
<include> element in the Maven configuration: it seems that it doesn't work
with the Failsafe plugin :(
Updated the how-to-build-and-deploy page on the website and the Ant script to
work with this latest change.
By default to execute unit tests and integration tests, type:
{code}
mvn clean install
{code}
If you want to skip only the integration tests, type:
{code}
mvn clean install -DskipITs
{code}
was (Author: [email protected]):
r1183401.
All the integration tests classes are renamed with the suffix *IT.java to work
with the Maven Failsafe Plugin. This because I had some problems to add the
<include> element in the Maven configuration: it seems that it doesn't work
with the Failsafe plugin :(
Updated the how-to-build-and-deploy page on the website and the Ant script to
work with this latest change.
> Long-running tests should all be moved to Maven's integration-test phase
> ------------------------------------------------------------------------
>
> Key: CONNECTORS-263
> URL: https://issues.apache.org/jira/browse/CONNECTORS-263
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Build
> Affects Versions: ManifoldCF 0.4
> Reporter: Karl Wright
> Assignee: Piergiorgio Lucidi
> Fix For: ManifoldCF 0.4
>
>
> Long-running tests should be moved to Maven's integration-test phase.
> (which are all in root-level "tests" directory)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira