TLDR: gs-script-py is not being built right now and should be commended out of the release
1) gs-script is not available, see community/pom.xml <https://github.com/geoserver/geoserver/blob/2.14.x/src/community/pom.xml#L220> line 220. When this was commented out of the build I expect the release artifact was not commented out at the same time. <modules> <module>authkey</module> <module>dds</module> <module>spatialite</module> <module>jdbcconfig</module> <!--module>script</module--> <module>wms-eo</module> 2) To fix comment out community/release/pom.xml <https://github.com/geoserver/geoserver/blob/2.14.x/src/community/release/pom.xml#L36> line 36: <dependency> <groupId>org.geoserver.script</groupId> <artifactId>gs-script-py</artifactId> <version>${project.version}</version> </dependency> -- Jody Garnett On Mon, 22 Jul 2019 at 08:26, Ian Turton <[email protected]> wrote: > Ahh, that might explain the new error: > > Failed to execute goal on project gs-release: Could not resolve dependencies > for project org.geoserver.community:gs-release:jar:2.14.5: The following > artifacts could not be resolved: > org.geoserver.script:gs-script-py:jar:2.14.5, > org.geoserver.script:gs-script-js:jar:2.14.5, > org.geoserver.script:gs-script-groovy:jar:2.14.5, > org.geoserver.extension:gs-monitor-hibernate:jar:2.14.5: Could not find > artifact org.geoserver.script:gs-script-py:jar:2.14.5 in boundless > (https://repo.boundlessgeo.com/main/) > > > I'll check locally, but I don't usually build the community modules. > > > Ian > > > On Mon, 22 Jul 2019 at 16:23, Jody Garnett <[email protected]> wrote: > >> Deploying the community modules was not done last time (line 78). Line 75 >> should be a comment ... >> >> >> On Mon, Jul 22, 2019 at 5:20 AM Ian Turton <[email protected]> wrote: >> >>> Actually, I think that might be a comment. Trying that now >>> >>> Ian >>> >>> On Mon, 22 Jul 2019 at 12:46, Andrea Aime <[email protected]> >>> wrote: >>> >>>> That seems to be a case of someone using a line wrapping editor >>>> and not noticing a hard warp introduced in the middle... the mvn >>>> parameter "deploy" is sitting on a line of its own: >>>> >>>> >>>> https://github.com/geoserver/geoserver/blob/master/build/publish_release.sh#L73 >>>> >>>> >>>> Cheers >>>> Andrea >>>> >>>> >>>> On Mon, Jul 22, 2019 at 12:25 PM Ian Turton <[email protected]> wrote: >>>> >>>>> Error message is a little enigmatic: >>>>> >>>>> ./publish_release.sh: line 75: deploy: command not found >>>>> >>>>> >>>>> Anyone know how to fix this? >>>>> >>>>> >>>>> Ian >>>>> >>>>> >>>>> -- >>>>> Ian Turton >>>>> _______________________________________________ >>>>> Geoserver-devel mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel >>>>> >>>> >>>> >>>> -- >>>> >>>> Regards, Andrea Aime == GeoServer Professional Services from the >>>> experts! Visit http://goo.gl/it488V for more information. == Ing. >>>> Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di >>>> Montramito 3/A 55054 Massarosa >>>> <https://www.google.com/maps/search/Via+di+Montramito+3%2FA%0D%0A55054++Massarosa?entry=gmail&source=g> >>>> (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 >>>> http://www.geo-solutions.it http://twitter.com/geosolutions_it >>>> ------------------------------------------------------- *Con >>>> riferimento alla normativa sul trattamento dei dati personali (Reg. UE >>>> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si >>>> precisa che ogni circostanza inerente alla presente email (il suo >>>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è >>>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il >>>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra >>>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia. >>>> This email is intended only for the person or entity to which it is >>>> addressed and may contain information that is privileged, confidential or >>>> otherwise protected from disclosure. We remind that - as provided by >>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this >>>> e-mail or the information herein by anyone other than the intended >>>> recipient is prohibited. If you have received this email by mistake, please >>>> notify us immediately by telephone or e-mail.* >>>> >>> >>> >>> -- >>> Ian Turton >>> _______________________________________________ >>> Geoserver-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel >>> >> -- >> -- >> Jody Garnett >> > > > -- > Ian Turton >
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
