Hi,
We are working on the last stable version of SP and we would like to use the 
compiled version instead the docker one that use the installer.
To do that, I've done the following:

git clone --branch rel/0.69.0 
https://github.com/apache/incubator-streampipes.git
git branch - ok, it says * rel/0.69.0

Following the README:
mvn clean package
cd ui
npm install --legacy-peer-deps
npm run build --legacy-peer-deps

And then:
docker-compose up

Process comes up:
incubator-streampipes_ui_1                   
incubator-streampipes_ui:release-validation                          Up 22 
hours   80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
incubator-streampipes_backend_1              
incubator-streampipes_backend:release-validation                     Up 22 
hours   8030/tcp

And on the UI logging in I see that the version is 0.69.1-SNAPSHOT instead the 
stable version. I Imagine it is only some version file that must be fixed ?

Going on, I tried to compile the streampipes-extensions following the README 
but I have a build failure as seen in the attached file:
cd streampipes-extensions
mvn clean package

It seems to me again a problem with the version.

Thank you all for the great work!
Best regards,
Michele

Michele Canteri
_________________________________________________________________

GFT Italia S.r.l.
VIA SILE 18 / floor 4
20139 Milano, Italy

T +39 02 58158503
F      +39 02 58158621
[email protected]
www.gft.com/it<http://www.gft.com/it>
https://blog.gft.com
https://www.linkedin.com/company/gft-group/
www.twitter.com/gft_it <http://www.twitter.com/gft_it>

[cid:ActoForTheFuture_GFT@1,2x_68f73108-d76e-4497-aa5c-ff8a5693ce57.png]<https://www.gft.com/it/it/index/societa/stampa/press-releases/2021/sostenibilita-e-innovazione-sociale--gft-lancia-il-greencoding-e-in-italia-act-for-the-future/>

Registered office: GFT Italia S.r.l., Via Sile 18, 20139 Milan (Italy)
VAT Code and number of registration with the Companies' Register of Milan: 
00819200478
Corporate capital: Euro 1,000,000 fully paid-in

Company subject to the direction and coordination activity of GFT Technologies 
SE

Ai sensi del Regolamento UE 2016/679 (GDPR) e delle Linee Guida per posta 
elettronica ed Internet del Garante Privacy si rende noto che le informazioni 
contenute nella presente comunicazione e i relativi allegati possono essere 
riservate e sono, comunque, destinate esclusivamente alle persone o alla 
Societ? sopraindicati. Le stesse non sono da considerarsi comunicazioni 
personali, quindi eventuali risposte potranno essere conosciute da persone 
appartenenti all'azienda.

In accordance with Regulation EU 2016/679 (General Data Protection Regulation) 
and Guidelines Applying to the Use of E-Mails and the Internet in the 
Employment Context of Italian Data Protection Authority it is announced that 
the information in this communication (which includes any documents with it) is 
confidential and meant only for above-mentioned persons and/or Companies; the 
information is not personal therefore, It is intended for the addressee only 
and any replies will be known by people belonging to the company.
_________________________________________________________________
gft-kyklos:~/Code/incubator-streampipes/streampipes-extensions# mvn clean 
package
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
com.google.inject.internal.cglib.core.$ReflectUtils$1 
(file:/usr/share/maven/lib/guice.jar) to method 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of 
com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] streampipes-extensions                                             [pom]
[INFO] streampipes-sinks-databases-jvm                                    [jar]
[INFO] streampipes-pipeline-elements-shared                               [jar]
[INFO] streampipes-sinks-internal-jvm                                     [jar]
[INFO] streampipes-sinks-brokers-jvm                                      [jar]
[INFO] streampipes-processors-filters-jvm                                 [jar]
[INFO] streampipes-sinks-databases-flink                                  [jar]
[INFO] streampipes-processors-aggregation-flink                           [jar]
[INFO] streampipes-processors-pattern-detection-flink                     [jar]
[INFO] streampipes-processors-enricher-flink                              [jar]
[INFO] streampipes-processors-enricher-jvm                                [jar]
[INFO] streampipes-pipeline-elements-data-simulator                       [jar]
[INFO] streampipes-sources-watertank-simulator                            [jar]
[INFO] streampipes-sources-vehicle-simulator                              [jar]
[INFO] streampipes-processors-transformation-flink                        [jar]
[INFO] streampipes-processors-geo-jvm                                     [jar]
[INFO] streampipes-processors-statistics-flink                            [jar]
[INFO] streampipes-processors-filters-siddhi                              [jar]
[INFO] streampipes-processors-text-mining-flink                           [jar]
[INFO] streampipes-processors-text-mining-jvm                             [jar]
[INFO] streampipes-sinks-notifications-jvm                                [jar]
[INFO] streampipes-processors-geo-flink                                   [jar]
[INFO] streampipes-processors-image-processing-jvm                        [jar]
[INFO] streampipes-processors-transformation-jvm                          [jar]
[INFO] streampipes-processors-change-detection-jvm                        [jar]
[INFO] streampipes-pipeline-elements-all-jvm                              [jar]
[INFO] streampipes-connect-adapters                                       [jar]
[INFO] streampipes-pipeline-elements-all-flink                            [jar]
[INFO] streampipes-connect-adapters-iiot                                  [jar]
[INFO] streampipes-extensions-all-jvm                                     [jar]
[INFO]
[INFO] -----------< org.apache.streampipes:streampipes-extensions >------------
[INFO] Building streampipes-extensions 0.69.1-SNAPSHOT                   [1/30]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ 
streampipes-extensions ---
[INFO] Deleting /Code/incubator-streampipes/streampipes-extensions/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-version) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (check-at-least-java-8) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-version-convergence) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (validate) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.7.0:process 
(process-resource-bundles) @ streampipes-extensions ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO]
[INFO] --- maven-site-plugin:3.11.0:attach-descriptor (attach-descriptor) @ 
streampipes-extensions ---
[INFO] No site descriptor found: nothing to attach.
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ 
streampipes-extensions ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ 
streampipes-extensions >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-java-version) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (check-at-least-java-8) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-version-convergence) @ 
streampipes-extensions ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (validate) @ 
streampipes-extensions ---
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ 
streampipes-extensions <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ 
streampipes-extensions ---
[INFO]
[INFO] -------< org.apache.streampipes:streampipes-sinks-databases-jvm >-------
[INFO] Building streampipes-sinks-databases-jvm 0.69.1-SNAPSHOT          [2/30]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-sdk-bundle/0.69.1-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-sdk-bundle/0.69.1-SNAPSHOT/streampipes-sdk-bundle-0.69.1-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.streampipes:streampipes-sdk-bundle:jar:0.69.1-SNAPSHOT is missing, 
no dependency information available
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-wrapper-standalone/0.69.1-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-wrapper-standalone/0.69.1-SNAPSHOT/streampipes-wrapper-standalone-0.69.1-SNAPSHOT.pom
[WARNING] The POM for 
org.apache.streampipes:streampipes-wrapper-standalone:jar:0.69.1-SNAPSHOT is 
missing, no dependency information available
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-sdk-bundle/0.69.1-SNAPSHOT/streampipes-sdk-bundle-0.69.1-SNAPSHOT.jar
Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/apache/streampipes/streampipes-wrapper-standalone/0.69.1-SNAPSHOT/streampipes-wrapper-standalone-0.69.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for streampipes-extensions 0.69.1-SNAPSHOT:
[INFO]
[INFO] streampipes-extensions ............................. SUCCESS [  3.243 s]
[INFO] streampipes-sinks-databases-jvm .................... FAILURE [  1.120 s]
[INFO] streampipes-pipeline-elements-shared ............... SKIPPED
[INFO] streampipes-sinks-internal-jvm ..................... SKIPPED
[INFO] streampipes-sinks-brokers-jvm ...................... SKIPPED
[INFO] streampipes-processors-filters-jvm ................. SKIPPED
[INFO] streampipes-sinks-databases-flink .................. SKIPPED
[INFO] streampipes-processors-aggregation-flink ........... SKIPPED
[INFO] streampipes-processors-pattern-detection-flink ..... SKIPPED
[INFO] streampipes-processors-enricher-flink .............. SKIPPED
[INFO] streampipes-processors-enricher-jvm ................ SKIPPED
[INFO] streampipes-pipeline-elements-data-simulator ....... SKIPPED
[INFO] streampipes-sources-watertank-simulator ............ SKIPPED
[INFO] streampipes-sources-vehicle-simulator .............. SKIPPED
[INFO] streampipes-processors-transformation-flink ........ SKIPPED
[INFO] streampipes-processors-geo-jvm ..................... SKIPPED
[INFO] streampipes-processors-statistics-flink ............ SKIPPED
[INFO] streampipes-processors-filters-siddhi .............. SKIPPED
[INFO] streampipes-processors-text-mining-flink ........... SKIPPED
[INFO] streampipes-processors-text-mining-jvm ............. SKIPPED
[INFO] streampipes-sinks-notifications-jvm ................ SKIPPED
[INFO] streampipes-processors-geo-flink ................... SKIPPED
[INFO] streampipes-processors-image-processing-jvm ........ SKIPPED
[INFO] streampipes-processors-transformation-jvm .......... SKIPPED
[INFO] streampipes-processors-change-detection-jvm ........ SKIPPED
[INFO] streampipes-pipeline-elements-all-jvm .............. SKIPPED
[INFO] streampipes-connect-adapters ....................... SKIPPED
[INFO] streampipes-pipeline-elements-all-flink ............ SKIPPED
[INFO] streampipes-connect-adapters-iiot .................. SKIPPED
[INFO] streampipes-extensions-all-jvm ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.823 s
[INFO] Finished at: 2022-04-06T14:44:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project streampipes-sinks-databases-jvm: 
Could not resolve dependencies for project 
org.apache.streampipes:streampipes-sinks-databases-jvm:jar:0.69.1-SNAPSHOT: The 
following artifacts could not be resolved: 
org.apache.streampipes:streampipes-sdk-bundle:jar:0.69.1-SNAPSHOT, 
org.apache.streampipes:streampipes-wrapper-standalone:jar:0.69.1-SNAPSHOT: 
Could not find artifact 
org.apache.streampipes:streampipes-sdk-bundle:jar:0.69.1-SNAPSHOT in 
apache.snapshots (https://repository.apache.org/snapshots) -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :streampipes-sinks-databases-jvm

Reply via email to