On 31/08/2020 19:07, Jean-Baptiste Onofre wrote:
Hi,
On which module do you have the issue ?
I do not remember the exact module, but I know that it happened when
Maven tried to execute the format mojo of camel-format-plugin.
After I removed all camel-format-plugin invocations from the source
tree, I got a different error with missing source jar of
camel-package-maven-plugin
I was able to solve that one by adding source:jar to mvn clean install
-DskipTests
FWIW, I am building with mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /home/ppalaga/bin/maven/apache-maven-3.6.x
Java version: 11.0.7, vendor: Oracle Corporation, runtime:
/usr/lib/jvm/java-11-openjdk-11.0.7.10-1.fc31.x86_64
Default locale: en_IE, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-200.fc31.x86_64", arch: "amd64",
family: "unix"
So now I was able to build camel-3.5.0 and there is no need to care for
me, if others were not able to reproduce.
Thanks,
-- P
I just tried and it works fine (so far, build is still ongoing) for me on the
tag.
Regards
JB
Le 31 août 2020 à 19:02, Peter Palaga <ppal...@redhat.com> a écrit :
Hi,
I cannot build from the recent camel-3.5.0 tag:
git checkout -b 3.5.x camel-3.5.0
mvn clean install -DskipTests
...
No versions available for
org.eclipse.platform:org.eclipse.equinox.common:jar:[3.12.0,4.0.0) within
specified range
Is this a known problem?
Thanks,
-- Peter