Publish packages from Fork #120
MichalisDBA
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @MichalisDBA I follow this steps:
~/Downloads/rdbcode :> git clone https://github.com/osalvador/ReplicaDB
Cloning into 'ReplicaDB'...
remote: Enumerating objects: 3599, done.
remote: Counting objects: 100% (969/969), done.
remote: Compressing objects: 100% (317/317), done.
remote: Total 3599 (delta 618), reused 875 (delta 570), pack-reused 2630
Receiving objects: 100% (3599/3599), 38.37 MiB | 15.32 MiB/s, done.
Resolving deltas: 100% (1797/1797), done.
~/Downloads/rdbcode :> cd ReplicaDB
~/Downloads/rdbcode/ReplicaDB :> mvn clean install -Dmaven.javadoc.skip=true -DskipTests -B -V -P release
Apache Maven 3.8.4 (9b656c72d54e5bacbed989b64718c159fe39b537)
Maven home: /usr/local/Cellar/maven/3.8.4/libexec
Java version: 11.0.12, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@11/11.0.12/libexec/openjdk.jdk/Contents/Home
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "13.0.1", arch: "x86_64", family: "mac"
[INFO] Scanning for projects...
[INFO]....
....
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.358 s
[INFO] Finished at: 2023-01-16T17:49:47+01:00
[INFO] ------------------------------------------------------------------------
~/Downloads/rdbcode/ReplicaDB :> cd target
~/Downloads/rdbcode/ReplicaDB/target :> ls -l
-rw-r--r-- 1 oscar.salvador staff 182K Jan 16 17:49 ReplicaDB-0.15.0.jar
drwxr-xr-x 5 oscar.salvador staff 160B Jan 16 17:49 classes
drwxr-xr-x 3 oscar.salvador staff 96B Jan 16 17:49 generated-sources
drwxr-xr-x 3 oscar.salvador staff 96B Jan 16 17:49 generated-test-sources
drwxr-xr-x 200 oscar.salvador staff 6.3K Jan 16 17:49 lib
drwxr-xr-x 3 oscar.salvador staff 96B Jan 16 17:49 maven-archiver
drwxr-xr-x 3 oscar.salvador staff 96B Jan 16 17:49 maven-status
drwxr-xr-x 14 oscar.salvador staff 448B Jan 16 17:49 test-classes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Sorry but i don't have a clue about how GitHub works exactly.
I forked your project and made some changes to to the code to use it in our environment. I don't really know how to create the packages just just like the one's you have in release page.
Is there any info how to create them?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions