Hi again
In fact the scm section seems to be missing entirely. Add something
like the following to your pom:
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-saml2.git</url>
<tag>HEAD</tag>
</scm>
Regards
Julian
On Wed, May 19, 2021 at 9:35 AM Julian Sedding <[email protected]> wrote:
>
> Hi Chris
>
> It looks like something in your pom's scm config may be wrong. Note
> the URL mentions sling-parent.git.
>
> The saml2 repo seems to exist:
> https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-saml2.git
>
> Regards
> Julian
>
> On Tue, May 18, 2021 at 11:39 PM Cris Rockwell <[email protected]> wrote:
> >
> > Hi all
> >
> > I’m preparing the initial release of sling-org-apache-sling-auth-saml2 [1]
> >
> > on Step 4 [2] I’m getting the following error
> >
> > [ERROR] Provider message:
> > [ERROR] The git-push command failed.
> > [ERROR] Command output:
> > [ERROR] fatal: repository
> > 'https://gitbox.apache.org/repos/asf/sling-parent.git/org.apache.sling.auth.saml2/'
> > not found
> >
> >
> > Apparently a new gitbox repo is needed, and according to the setup form [3]…
> > "You MUST be on the PMC or PPMC of the project you wish to create a new
> > repository for."
> >
> > I was wondering, could a PMC member please help set this repo up?
> >
> > Regards
> > Cris
> >
> >
> > 1: https://github.com/apache/sling-org-apache-sling-auth-saml2
> > 2:
> > https://sling.apache.org/documentation/development/release-management.html#staging-the-release-candidates
> > 3: https://gitbox.apache.org/setup/newrepo.html
> >