Hi All, I did following checks: - sha512 : ok - gpg : ok - diff between source: ok - Disclaimer/license/notice/readme: ok - apache-rat: ok - build works: ok
+1 (PPMC) @Julian: It could be your maven version, I know we use "something" that did not work on older maven versions. But I am afraid I can not say from which maven version it should work, we can do a test to see what is the minimum version required and add it to the README. Cheers, Hans On Tue, 8 Jun 2021 at 06:16, Julian Hyde <[email protected]> wrote: > I built on Ubuntu 20.04.2 LTS using JDK 1.8.0_271_b09, Maven 3.5.3 and got > the following error: > > $ mvn clean install -DskipTests > > ... > > [INFO] Hop Assemblies Plugins Value Types JSON ............ SUCCESS [ > 0.222 s] > [INFO] Hop Assemblies Plugins Dist ........................ FAILURE [ > 6.958 s] > [INFO] Hop Assemblies Static Assets ....................... SKIPPED > [INFO] Hop Assemblies Libraries ........................... SKIPPED > [INFO] Hop Assemblies Samples ............................. SKIPPED > [INFO] Hop Client ......................................... SKIPPED > [INFO] Hop Assemblies Web ................................. SKIPPED > [INFO] Hop Assemblies Core ................................ SKIPPED > [INFO] Hop Assemblies Core Libraries ...................... SKIPPED > [INFO] Hop Assemblies Debug 0.99 .......................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 04:02 min > [INFO] Finished at: 2021-06-07T21:10:51-07:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process > (process-resource-bundles) on project hop-assemblies-plugins-dist: > Execution process-resource-bundles of goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.7.0:process > failed: Failed to resolve dependencies for one or more projects in the > reactor. Reason: The artifact has no valid ranges > [ERROR] io.grpc:grpc-core:jar:1.36.0 > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) org.apache.hop:hop-assemblies-plugins-dist:jar:0.99 > [ERROR] 2) > org.apache.hop:hop-assemblies-plugins-engines-beam:zip:0.99 > [ERROR] > [ERROR] > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :hop-assemblies-plugins-dist > > The same error occurred without the ‘-DskipTests’ flag. > > Julian > > > > On Jun 7, 2021, at 6:26 AM, Matt Casters <[email protected]> > wrote: > > > > Thank you Hans! > > > > I ran all the checks > > < > https://hop.apache.org/dev-manual/latest/apache-release/checking-a-release.html > > > > and everything is fine. The only thing that gave me an issue is running > > "mvn apache-rat:rat -debug". It complained about a missing library. > "mvn > > apache-rat:check -debug" ran without an issue. > > > > +1 from me. > > > > Cheers, > > Matt > > > > On Sun, Jun 6, 2021 at 10:25 AM Hans Van Akelyen < > [email protected]> > > wrote: > > > >> Hi All, > >> > >> This will be our preview 1.0 release, this release contains both the > source > >> code and binary to run the client. This will also be our first release > >> without DISCLAIMER-WIP but the regular disclaimer. > >> > >> This release aims to get as much feedback as possible so we can remove > some > >> final bugs before releasing 1.0. > >> > >> Build instructions can be found in the README included. > >> > >> The tag to be voted on is 0.99-rc1 (commit a29e5a7) > >> https://github.com/apache/incubator-hop/tree/0.99-rc1 > >> > >> The release files, including signatures, digests, etc. can be found at: > >> > >> > https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.99-incubating-rc1/ > >> > >> The SHA512 Checksum for these artifacts is: > >> code: > >> > >> > ab62b90b311097fde622884cbcd3c67ccec75cfe0be2c70c7dd773528f34290994a0c3a166a1cecb04a5342d5eccb6953f258b87c0497e90e2ffd2c5f31723a3 > >> > >> client: > >> > >> > 99f28e78d4795c19ae686094bcef6e75e875fcd213c967c868108afcf3fc0bcd83a268e2566aee122ae74c0dc54cffdd1a7e43bfcf7fcf23f3dda50487d5b644 > >> > >> Release artifacts are signed with the following key: > >> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9a8a628dd4f4aa1e > >> > >> For more information about the contents of this release, see: > >> https://issues.apache.org/jira/projects/HOP/versions/12350036 > >> > >> Please vote on releasing this package as Apache Hop (incubating) 0.99! > >> > >> The vote is open for 72 hours and passes if > >> a majority of at least 3 +1 PMC votes are cast. > >> > >> [ ] +1 Release this package as Apache Hop (incubating) 0.99 > >> [ ] +0 No opinion > >> [ ] -1 Do not release this package because ... > >> > >> Best Regards, > >> Hans > >> > >
