-
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.
t# new file: keycloak-15.0.2/modules/system/layers/base/org/jboss/weld/core/main/module.x new file: keycloak-15.0.2/modules/system/layers/base/org/jboss/weld/probe/main/module.xml
- Loading branch information
0 parents
commit 32d9111
Showing
12,911 changed files
with
3,296,106 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
* text=auto | ||
|
||
*.html text eol=lf | ||
*.java text eol=lf | ||
*.js text eol=lf | ||
*.json text eol=lf | ||
*.jsp text eol=lf | ||
*.md text eol=lf | ||
*.properties text eol=lf | ||
*.svg text auto | ||
*.xml text eol=lf | ||
*.xsl text eol=lf | ||
|
||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.ttf binary | ||
*.eot binary | ||
*.otf binary | ||
*.woff binary |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash -e | ||
|
||
VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec -f keycloak) | ||
|
||
unzip ~/.m2/repository/org/keycloak/keycloak-server-dist/${VERSION}/keycloak-server-dist-${VERSION}.zip | ||
mv keycloak-${VERSION} keycloak-dist | ||
|
||
keycloak-dist/bin/add-user-keycloak.sh -u admin -p admin | ||
|
||
# update QS version to match KC version | ||
mvn versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false -DgroupId=org.keycloak* -DartifactId=* -Pbump-version -B |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 | ||
https://maven.apache.org/xsd/settings-1.0.0.xsd"> | ||
<mirrors> | ||
<mirror> | ||
<id>jboss-public-repository-group-https</id> | ||
<mirrorOf>jboss-public-repository-group</mirrorOf> | ||
<name>Jboss public https</name> | ||
<url>https://repository.jboss.org/nexus/content/groups/public/</url> | ||
</mirror> | ||
</mirrors> | ||
|
||
</settings> |
Oops, something went wrong.