Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed Sep 11, 2023
2 parents 21a7316 + dcca5a0 commit 863664b
Show file tree
Hide file tree
Showing 62 changed files with 3,110 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI Java (Host)

on:
push:
workflow_dispatch:

jobs:
build:
name: build-sonar-site-upload
uses: ebpro/gh-actions-shared-java/.github/workflows/ci-shareable-maven.yml@develop
secrets: inherit
with:
maven-args: --errors --batch-mode --show-version --update-snapshots --settings ci-settings.xml --color always --no-transfer-progress --activate-profiles github,nexus
verify-goal: --activate-profiles github,nexus,gpgsigning verify
51 changes: 51 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
nbactions.xml
test-output

target/
.classpath
.project
.settings/
Thumbs.db

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

# vscode
.vscode

# Package Files #
*.jar
*.war
*.ear%

dependency-reduced-pom.xml

# Maven Wrapper
.mvn/wrapper/maven-wrapper.jar
Empty file added .mvn/jvm.config
Empty file.
Empty file added .mvn/maven.config
Empty file.
2 changes: 2 additions & 0 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.8/apache-maven-3.8.8-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Loading

0 comments on commit 863664b

Please sign in to comment.