Thanks, Kevin. 72 hours are over so I'm now closing this vote. I'll announce the result on a different thread.
PS: the reason why mvn dependency:go-offline doesn't work is because these artifacts have not been released to maven central (you'll note that the error message talks about 'central', https://repo.maven.apache.org/maven2). Rather, they are in the staging repository mentioned in the original vote thread. When I do the release, they are then promoted into central (by way of apache's release repository hosted on the ASF nexus server, http://repository.apache.org). If you want dependency:go-offline to work you would need to update your local ~/.m2/settings.xml, specifying the temporary staging repository as one of your <repository>s. I don't recommend doing this, however; easy to forget to remove it afterwards On 29 October 2016 at 19:37, Kevin Meyer <[email protected]> wrote: > +1 > > Thanks again, Dan! > > Usual old problem that I have not looked into, but it's non-blocking so I > ignore it: > call to "mvn dependency:go-offline" fails, see below. > > Workaround is just to build "online", clear > ~/.m2/repository/org/apache/isis and then continue "offline". > > > ... > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 12.862 s > [INFO] Finished at: 2016-10-29T20:34:49+02:00 > [INFO] Final Memory: 31M/260M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project isis-core-applib: Could not > resolve dependencies for project > org.apache.isis.core:isis-core-applib:jar:1.13.1: The following artifacts > could not be resolved: org.apache.isis.core:isis-core-schema:jar:1.13.1, > org.apache.isis.core:isis-core-unittestsupport:jar:1.13.1: Could not find > artifact org.apache.isis.core:isis-core-schema:jar:1.13.1 in central > (https://repo.maven.apache.org/maven2) -> [Help 1] > > > > On Thu, October 27, 2016 01:31, Dan Haywood wrote: > > I've cut a release for Apache Isis Core and the simpleapp archetype: > > > > > > * Core 1.13.1 > > * SimpleApp Archetype 1.13.1 > > > > > > The source code artifacts have been uploaded to staging repositories on > > repository.apache.org: > > > > > > * > > http://repository.apache.org/content/repositories/ > orgapacheisis-1051/org/a > > pache/isis/core/isis/1.13.1/isis-1.13.1-source-release.zip * > > http://repository.apache.org/content/repositories/ > orgapacheisis-1051/org/a > > pache/isis/archetype/simpleapp-archetype/1.13.1/ > simpleapp-archetype-1.13. > > 1-source-release.zip > > > > > > For each zip there is a corresponding signature file (append .asc to the > > zip's url). > > > > In the source code repo the code has been tagged as isis-1.13.1-RC1 and > > simpleapp-archetype-1.13.1-RC1; see > > https://git-wip-us.apache.org/repos/asf?p=isis.git > > > > > > For instructions on how to verify the release (build from binaries and/or > > use in Maven directly), see > > http://isis.apache.org/guides/cgcom.html#_cgcom_verifying-releases > > > > > > Please verify the release and cast your vote. The vote will be open for > > a minimum of 72 hours. > > > > [ ] +1 > > [ ] 0 > > [ ] -1 > > > > > > > -- > Kevin Meyer > Ljubljana, Slovenia > > >
