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

Jean-Baptiste Onofré commented on KARAF-1877:
---------------------------------------------

Adding the ci-profile does the trick:

    <profiles>
        <profile>
            <id>ci-build-profile</id>
            <activation>
                <property>
                    <name>maven.repo.local</name>
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-surefire-plugin</artifactId>
                        <configuration>
                            <!-- when the local repo location has been 
specified, we need to pass on this information to PAX mvn url -->
                            
<argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

                
> itests fail on jenkins
> ----------------------
>
>                 Key: KARAF-1877
>                 URL: https://issues.apache.org/jira/browse/KARAF-1877
>             Project: Karaf
>          Issue Type: Test
>    Affects Versions: 3.0.0
>            Reporter: Christian Schneider
>            Assignee: Christian Schneider
>             Fix For: 3.0.0
>
>
> On jenkins basically all itests fail with:
> org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find 
> artifact org.apache.karaf:apache-karaf:zip:3.0.0-SNAPSHOT
> Strangely the exam regression tests which are very similar seem to work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to