By the way Jerome,
why do you create a custom distro ? The Karaf standard distro doesn't
match your requirements ?
Regards
JB
On 08/14/2014 03:31 PM, MICHEL Jerome wrote:
After using the Karaf custom release we are able to create a zip file with the
right version of karaf in it. But after launching it, karaf is apparently not
founding an artifact as you can see in the log below :
" artifactorg.eclipse.equinox:region:jar:1.0.0.v20110506:Could not find
artifact org.eclipse.equinox:region:jar:1.0.0.v20110506 in defaultlocal "
We are using this settings.xml file which permits us to create the custom
distribution :
<settings>
<profiles>
<profile>
<id>global</id>
<repositories>
<repository>
<id>maven-central</id>
<url>http://repo.maven.apache.org/maven2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>apache-snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>global</activeProfile>
</activeProfiles>
</settings>
With this error I think that we missed a server to help maven found all the
artifacts. Do you know the minimum settings.xml file or maven servers for Karaf
lanching ?
Regards
J.
[@@ THALES GROUP INTERNAL @@]
-----Message d'origine-----
De : Jean-Baptiste Onofré [mailto:j...@nanthrax.net]
Envoyé : jeudi 14 août 2014 14:15
À : user@karaf.apache.org
Objet : Re: Using Maven SNAPSHOT
Hi,
the SNAPSHOTs repo is there:
https://repository.apache.org/content/groups/snapshots/
I will deploy an updated SNAPSHOT soon.
Regards
JB
On 08/14/2014 02:09 PM, MICHEL Jerome wrote:
Dear Karaf Team,
I would like to make a Custom Release of Karaf with the maven plugin.
It works as expected with the Karaf 3.0.1 version, but we would like
to use the 3.0.2-SNAPSHOT. We didn't find the snapshot repository, is
it available to public ? which is the url ?
Regards
JM
[@@ OPEN @@]
--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com
--
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com