Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [openmq-dev] Staging 6.0.0 (final)?

Hi,

On Thu, Dec 3, 2020 at 8:42 AM Piotr Żygieło <piotr@xxxxxxxxxx> wrote:
1. As I said already - there is no source tree cloned in this job so far. And now after the most recents change - there is also no pom.xml that was tee-ed before.
I am pretty sure that this cd:
#Directory with project top level pom.xml
BUILD_DIR="${WORKSPACE}/mq"
cd ${BUILD_DIR}

will exit with non-0 status due to missing mq directory.


2. What is the value of MVN_EXTRA in this job?


Otherwise there's nothing really special about the job compared to the other projects.
Perhaps. But I'm not sure if copying just picked fragments of code will work in every case.

It normally works, but in this case I think someone tried to be clever by tee-ing in an artificial pom to prevent cloning the project. Maybe based on the idea that nothing in the actual project is needed, and only a command to sonatype needs to be given.

But the actual project IS needed, since it contains the actual parent, which on its turn contains the actual URL used for staging. These don't change often, but for consistency it's better to use the real project IMHO. So by changing it back, some elements were indeed forgotten.

I've now updated the job and added these elements back, and did a test run with a non-existing ID. I think it should work now.

Kind regards,
Arjan Tijms





 

Piotrek
_______________________________________________
openmq-dev mailing list
openmq-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/openmq-dev

Back to the top