Hello mentor, please see line 182 in the build.sh script, the latest compilation command is as follows
mvn -Pscala-2.11,shaded,webapp,dist -DskipTests clean install mvn -Pscala-2.12,shaded,webapp,dist -DskipTests clean install Best, ChunJin Mu Willem Jiang <willem.ji...@gmail.com> 于2023年5月6日周六 19:13写道: > When I tried to build the artifact from the source, I got the below > error. I cannot find > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 from the maven > central repo. > > Failed to execute goal on project streampark-common_2.12: Could not > resolve dependencies for project > org.apache.streampark:streampark-common_2.12:jar:2.1.0: The following > artifacts could not be resolved: > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0, > org.apache.streampark:streampark-shaded-jackson:jar:1.0.0: > org.apache.streampark:streampark-shaded-slf4j:jar:1.0.0 was not found > in https://repo.maven.apache.org/maven2 during a previous attempt. > > Did I miss something? > > Willem Jiang > > Twitter: willemjiang > Weibo: 姜宁willem > > On Fri, May 5, 2023 at 11:47 PM Chunjin Mu <muchun...@apache.org> wrote: > > > > Hello Incubator Community: > > > > This is a call for a vote to release Apache StreamPark(Incubating) > version 2.1.0-RC1. > > The Apache StreamPark community has voted on and approved a proposal to > release Apache StreamPark(Incubating) version 2.1.0-RC1. > > We now kindly request the Incubator PMC members review and vote on this > incubator release. > > Apache StreamPark, Make stream processing easier! easy-to-use streaming > application development framework and operation platform. > > > > StreamPark community vote thread: > > https://lists.apache.org/thread/t01b2lbtqzyt7j4dsbdp5qjc3gngjsdq > > > > Vote result thread: > > https://lists.apache.org/thread/t5z58mvrs1drgzfyc48c9lhmd8skswn7 > > > > The release candidate: > > https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/ > > > > Git tag for the release: > > https://github.com/apache/incubator-streampark/releases/tag/v2.1.0-rc1 > > > > Maven artifacts are available in a staging repository at: > > > https://repository.apache.org/content/repositories/orgapachestreampark-1012/ > > > > The artifacts signed with PGP key [05016886], corresponding to [ > muchun...@apache.org], that can be found in keys file: > > https://downloads.apache.org/incubator/streampark/KEYS > > > > The vote will be open for at least 72 hours or until the necessary > number of votes are reached. > > > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > > > More detailed checklist please refer: > > • > https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist > > > > Steps to validate the release, Please refer to: > > • https://www.apache.org/info/verification.html > > • https://streampark.apache.org/community/release/how-to-verify > > > > > > How to Build: > > > > 1) clone source code: > > > git clone -b v2.1.0-rc1 g...@github.com:apache/incubator-streampark.git > > > > 2) build project: > > > cd incubator-streampark && sh ./build.sh > > > > > > Thanks, > > > > On behalf of Apache StreamPark(Incubating) community > > > > > > Best, > > ChunJin Mu >