[ 
https://issues.apache.org/jira/browse/CONNECTORS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210396#comment-13210396
 ] 

Piergiorgio Lucidi commented on CONNECTORS-411:
-----------------------------------------------

I solved this issue, maybe a mistake during a commit, for some reasons in all 
the POMs the execution snippet of the failsafe plugin was removed:
{code}
<executions>
          <execution>
            <id>integration-test</id>
            <goals>
              <goal>integration-test</goal>
            </goals>
          </execution>
          <execution>
            <id>verify</id>
            <goals>
              <goal>verify</goal>
            </goals>
          </execution>
        </executions>
{code}
I added the snippet and now I'm executing all the integration tests to be sure 
to solve the problem and then I think that I can commit the patch.
                
> Execution of integration tests from Maven is broken
> ---------------------------------------------------
>
>                 Key: CONNECTORS-411
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-411
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Build
>            Reporter: Piergiorgio Lucidi
>            Assignee: Piergiorgio Lucidi
>             Fix For: ManifoldCF 0.5
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> It seems that there some problems trying to run integration tests using Maven.
> Trying to execute integration tests from the 0.4-incubating package, it 
> works, but trying from the trunk integration tests are not considered.
> I think that we can find differences between 0.4-incubating branch and the 
> trunk to solve this issue. 
> I'm going in deep on this.

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

        

Reply via email to