You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andreas Schaefer <sc...@me.com> on 2018/01/20 21:05:57 UTC

Bundle Archetype inside Git Repo is not compiling

Hi

In my effort to prepare the Project Archetype I saw that the Bundle Archetype
is using:

org.apache.sling:sling-archetype-parent:pom:5

which is not publicly available. Do I miss something or was this parent
never added to Maven Central?

Thanks - Andy

Re: Bundle Archetype inside Git Repo is not compiling

Posted by Robert Munteanu <ro...@apache.org>.
On Wed, 2018-01-24 at 21:46 +0200, Robert Munteanu wrote:
> On Sun, 2018-01-21 at 12:27 +0000, Stefan Seifert wrote:
> > this parent pom is currently under voting in context of sling 10
> > and
> > only available in the staging repository:
> > https://repository.apache.org/content/repositories/orgapachesling-1
> > 85
> > 7/
> > 
> > once the voting is complete it will be available on maven central
> > as
> > well.
> 
> Typically we don't leave artifacts unbuildable, but I ran out of time
> doing it since this was such a large release. I'll change the
> archetypes to reference to 6-SNAPSHOT, as the release seems to take a
> bit longer.
> 
> Robert

It seems Oli beat me to it, but the builds fail due to 

  https://issues.apache.org/jira/browse/INFRA-15815

Robert

Re: Bundle Archetype inside Git Repo is not compiling

Posted by Robert Munteanu <ro...@apache.org>.
On Sun, 2018-01-21 at 12:27 +0000, Stefan Seifert wrote:
> this parent pom is currently under voting in context of sling 10 and
> only available in the staging repository:
> https://repository.apache.org/content/repositories/orgapachesling-185
> 7/
> 
> once the voting is complete it will be available on maven central as
> well.

Typically we don't leave artifacts unbuildable, but I ran out of time
doing it since this was such a large release. I'll change the
archetypes to reference to 6-SNAPSHOT, as the release seems to take a
bit longer.

Robert

RE: Bundle Archetype inside Git Repo is not compiling

Posted by Stefan Seifert <ss...@pro-vision.de>.
this parent pom is currently under voting in context of sling 10 and only available in the staging repository:
https://repository.apache.org/content/repositories/orgapachesling-1857/

once the voting is complete it will be available on maven central as well.

stefan

>-----Original Message-----
>From: Andreas Schaefer [mailto:schaefera@me.com]
>Sent: Saturday, January 20, 2018 10:06 PM
>To: dev
>Cc: Andreas Schaefer
>Subject: Bundle Archetype inside Git Repo is not compiling
>
>Hi
>
>In my effort to prepare the Project Archetype I saw that the Bundle
>Archetype
>is using:
>
>org.apache.sling:sling-archetype-parent:pom:5
>
>which is not publicly available. Do I miss something or was this parent
>never added to Maven Central?
>
>Thanks - Andy



Re: Bundle Archetype inside Git Repo is not compiling

Posted by Robert Munteanu <ro...@apache.org>.
Hi Andy,

On Sat, 2018-01-20 at 13:05 -0800, Andreas Schaefer wrote:
> Hi
> 
> In my effort to prepare the Project Archetype I saw that the Bundle
> Archetype
> is using:
> 
> org.apache.sling:sling-archetype-parent:pom:5
> 
> which is not publicly available. Do I miss something or was this
> parent
> never added to Maven Central?

Version 5 of the archetype-parent is now under vote and should be
available when the vote is concluded. You could change the versions to
6-SNAPSHOT, as that is available and should be deployed on the apache
snapshots repo.

Thanks,

Robert