You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Robert Munteanu <ro...@apache.org> on 2020/10/22 06:48:21 UTC

Re: [VOTE] Release Apache Sling Kickstart Project 0.1.0

Also adding VOTE tag.

On Thu, 2020-10-22 at 08:47 +0200, Robert Munteanu wrote:
> Hi Andy,
> 
> On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
> > Staging repository:
> > 
> > https://repository.apache.org/content/repositories/orgapachesling-2360/
> 
> The source files from that repository do not build for me, and the
> same
> happens on Jenkins [1]:
> 
> 
> [ERROR] Failed to execute goal org.apache.sling:sling-kickstart-
> maven-
> plugin:0.0.8:start (start-container-before-IT) on project
> org.apache.sling.kickstart: Unable to get artifact for Dependency
> {groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
> version=0.0.6, type=jar}: Could not find artifact
> org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
> https://repo.maven.apache.org/maven2)
> 
> Do they build for you?
> 
> Thanks,
> Robert
> 
> [1]: 
> https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console
> 


Re: [VOTE] Release Apache Sling Kickstart Project 0.1.0

Posted by Daniel Klco <dk...@apache.org>.
-1

The build problem is indicating that the previous version of Kickstart is
referenced here:

[ERROR] Failed to execute goal
org.apache.sling:sling-kickstart-maven-plugin:0.0.8:start
(start-container-before-IT) on project org.apache.sling.kickstart:
Unable to get artifact for Dependency {groupId=org.apache.sling,
artifactId=org.apache.sling.kickstart, version=0.0.6, type=jar}: Could
not find artifact
org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central
(https://repo.maven.apache.org/maven2)[ERROR] [ERROR] Try downloading
the file manually from the project website.[ERROR] [ERROR] Then,
install it using the command: [ERROR]     mvn install:install-file
-DgroupId=org.apache.sling -DartifactId=org.apache.sling.kickstart
-Dversion=0.0.6 -Dpackaging=jar -Dfile=/path/to/file



It looks like this is done with the default kickstart in the StartMojo:
https://github.com/apache/sling-kickstart-maven-plugin/blob/0e5fb35343ab25fa16caf4dea1b5b696314392fa/src/main/java/org/apache/sling/maven/kickstart/run/StartMojo.java#L69

This to me feels like an anti-pattern as this version a) shouldn't be in
code b) should be synced to a valid/latest release

On Thu, Oct 22, 2020 at 2:48 AM Robert Munteanu <ro...@apache.org> wrote:

> Also adding VOTE tag.
>
> On Thu, 2020-10-22 at 08:47 +0200, Robert Munteanu wrote:
> > Hi Andy,
> >
> > On Tue, 2020-10-20 at 15:29 -0700, Andreas Schaefer wrote:
> > > Staging repository:
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachesling-2360/
> >
> > The source files from that repository do not build for me, and the
> > same
> > happens on Jenkins [1]:
> >
> >
> > [ERROR] Failed to execute goal org.apache.sling:sling-kickstart-
> > maven-
> > plugin:0.0.8:start (start-container-before-IT) on project
> > org.apache.sling.kickstart: Unable to get artifact for Dependency
> > {groupId=org.apache.sling, artifactId=org.apache.sling.kickstart,
> > version=0.0.6, type=jar}: Could not find artifact
> > org.apache.sling:org.apache.sling.kickstart:jar:0.0.6 in central (
> > https://repo.maven.apache.org/maven2)
> >
> > Do they build for you?
> >
> > Thanks,
> > Robert
> >
> > [1]:
> >
> https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-kickstart/job/master/27/console
> >
>
>