Re: Missing artifact 7.0.0
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkNV-xDBGqPkHt8xfaJ5M_D9c2eX7-5V95YuXOJmRLiD+Q@mail.gmail.com> |
czw., 12 gru 2024 o 10:57 Greg Huber <[email protected]> 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