-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
895d809
commit 8c93ec2
Showing
99 changed files
with
393 additions
and
3,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Build and Test | ||
uses: qcastel/github-actions-maven-cmd@master | ||
with: | ||
maven-args: "clean install -Ddockerfile.skip -DdockerCompose.skip -Djib.skip" | ||
maven-args: "clean install" | ||
|
||
- name: Release | ||
uses: qcastel/github-actions-maven-release@master | ||
|
@@ -25,6 +25,10 @@ jobs: | |
with: | ||
git-release-bot-name: "bot-idhub" | ||
git-release-bot-email: "[email protected]" | ||
version-minor: true | ||
maven-development-version-number: ${parsedVersion.majorVersion}.\${parsedVersion.nextMinorVersion}-SNAPSHOT | ||
maven-release-version-number: ${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.0 | ||
|
||
|
||
maven-args: "-Dmaven.javadoc.skip=true -DskipTests -DskipITs -Dmaven.deploy.skip=true" | ||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
mvn clean compile assembly:single package deploy site site:stage scm-publish:publish-scm | ||
|
||
# mvn archetype:generate -DgroupId=com.miniontoby -DartifactId=modupdater -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site -DarchetypeVersion=1.4 -DinteractiveMode=false | ||
mvn clean site site:stage scm-publish:publish-scm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.