Here's my +1 also. ~~~~ Thanks for your notes on the verification process. There is a typo in
mvn clean install -o && mvn -pl jetty:run -o should have been: mvn clean install -o && mvn -pl webapp jetty:run -o I've fixed the docs for next time around. Also, I know we've discussed previously and didn't resolve, but when you say "I still find that the build process tries to download Isis artifacts ...", what step in the verification process are you actually performing here? Thx Dan On Sat, 6 Jan 2018 at 15:11 Kevin Meyer <[email protected]> wrote: > Happy New Year everyone! > > +1 > > Only comments (in case it helps someone else), for the "Simple App" > archetype, the online instructions do not work: > "cd myapp ; mvn clean install -o && mvn -pl jetty:run -o" > > I had to: > "cd myapp ; mvn clean install -o ; cd webapp ; mvn jetty:run -o" > > > I still find that the build process tries to download Isis artifacts that > it is about to build if there are missing 3rd party dependencies. > But once all 3rd party maven dependencies have been downloaded an offline > "mvn install -o" does work, so I guess it is just the usual failure of > Maven to realise that some of the artifacts are in the build queue. > > Cheers, > Kevin > > > On Thu, January 4, 2018 20:30, Dan Haywood wrote: > > Hi folks > > > > > > and a happy new year! > > > > I've cut a release for Apache Isis Core and the two archetypes: > > > > > > * Core 1.16.0 > > * HelloWorld Archetype 1.16.0 > > * SimpleApp Archetype 1.16.0 > > > > > > The source code artifacts have been uploaded to staging repositories on > > repository.apache.org: > > > > > > * > > > http://repository.apache.org/content/repositories/orgapacheisis-1062/org/a > > pache/isis/core/isis/1.16.0/isis-1.16.0-source-release.zip * > > > http://repository.apache.org/content/repositories/orgapacheisis-1063/org/a > > pache/isis/archetype/helloworld-archetype/1.16.0/helloworld-archetype-1.1 > > 6.0-source-release.zip > > * > > > http://repository.apache.org/content/repositories/orgapacheisis-1063/org/a > > pache/isis/archetype/simpleapp-archetype/1.16.0/simpleapp-archetype-1.16. > > 0-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.16.0-RC1, > > helloworld-archetype-1.16.0-RC1 and simpleapp-archetype-1.16.0-RC1; see > > https://github.com/apache/isis/tags > > > > > > For instructions on how to verify the release (build from binaries and/or > > use in Maven directly), see > > > https://isis.apache.org/guides/cgcom/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 > > >
