czw., 12 gru 2024 o 10:57 Greg Huber <gregh3...@gmail.com> napisał(a):
>
> If I add the staging to the struts pom it builds correctly. There must
> be something in the way these new jakarta dependancies are configured.
>
> <repositories>
>      <repository>
>          <id>apache.staging</id>
>          <name>ASF Maven 2 Staging</name>
> <url>https://repository.apache.org/content/groups/staging/</url>
>          <releases>
>              <enabled>true</enabled>
>              <updatePolicy>always</updatePolicy>
>              <checksumPolicy>warn</checksumPolicy>
>          </releases>
>      </repository>
> </repositories>

You are probably having a similar config for snapshot repository where
Jenkins deploys artifacts on each build, that's why it works. Test
builds are only available via the staging repository as configured
above.


Cheers
Łukasz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to