Can you try adding this staging repository to your ~/.m2/settings.xml:
https://repository.apache.org/content/repositories/orgapachetomee-1134
Something like this should do the trick:
<profiles>
<profile>
<id>staging-1134</id>
<repositories>
<repository>
<id>staging-1134</id>
<name>Staging-1134</name>
<url>
https://repository.apache.org/content/repositories/orgapachetomee-1134/
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>staging-1134</id>
<name>Staging-1134</name>
<url>
https://repository.apache.org/content/repositories/orgapachetomee-1134/
</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>staging-1134</activeProfile>
</activeProfiles>
Let us know if that works. It looks like there is a staging repository that
needs to be promoted.
Jon
On Wed, Jun 19, 2019 at 5:25 PM Paul Carter-Brown
<[email protected]> wrote:
> Hi,
>
> We've updated to 8.0.0-M3 and our builds are failing;
>
> Failed to execute goal
> org.apache.tomee.maven:tomee-maven-plugin:8.0.0-M3:run (startTomee) on
> project XXX: Execution startTomee of goal
> org.apache.tomee.maven:tomee-maven-plugin:8.0.0-M3:run failed: Plugin
> org.apache.tomee.maven:tomee-maven-plugin:8.0.0-M3 or one of its
> dependencies could not be resolved: Failure to find
> org.apache.tomee.patch:bval-jsr:jar:2.0.2-69c36fa8-1 in
> https://repo.maven.apache.org/maven2
>
> I think this snapshot build for bval is missing in apache maven repo
>
> Paul Carter-Brown
> Director
> Jini Guru
> m: +27 (0) 83 442 7179 <+27834427179>
> a: 1st Floor, Golf House, Design Quarter, Cnr. William Nicol and Leslie
> Johannesburg, South Africa
> w: jini.guru e: [email protected]
>
> Disclaimer: This message and/or attachment(s) may contain
> privileged, confidential and/or personal information. If you are not the
> intended recipient you may not disclose or distribute any of
> the information contained within this message. In such case you must
> destroy this message and inform the sender of the error. Jini Guru may not
> accept liability for any errors, omissions, information and viruses
> contained in the transmission of this message. Any opinions, conclusions
> and other information contained within this message not related to Jini
> Guru official business is deemed to be that of the individual only and is
> not endorsed by Jini Guru.
>