File tree 12 files changed +20
-63
lines changed
12 files changed +20
-63
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
4
<parent >
5
5
<groupId >org.keycloak</groupId >
6
- <artifactId >keycloak-parent</artifactId >
6
+ <artifactId >keycloak-dependencies- parent</artifactId >
7
7
<version >5.0.0-SNAPSHOT</version >
8
- <relativePath >../../pom.xml</relativePath >
9
8
</parent >
10
9
<modelVersion >4.0.0</modelVersion >
11
10
Original file line number Diff line number Diff line change 35
35
<module >server-min</module >
36
36
<module >server-all</module >
37
37
</modules >
38
-
39
- <build >
40
- <plugins >
41
- <plugin >
42
- <groupId >org.apache.maven.plugins</groupId >
43
- <artifactId >maven-deploy-plugin</artifactId >
44
- <configuration >
45
- <skip >true</skip >
46
- </configuration >
47
- </plugin >
48
- </plugins >
49
- </build >
50
38
</project >
Original file line number Diff line number Diff line change 19
19
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21
21
<parent >
22
- <artifactId >keycloak-parent</artifactId >
22
+ <artifactId >keycloak-dependencies- parent</artifactId >
23
23
<groupId >org.keycloak</groupId >
24
24
<version >5.0.0-SNAPSHOT</version >
25
- <relativePath >../../pom.xml</relativePath >
26
25
</parent >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
Original file line number Diff line number Diff line change 19
19
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21
21
<parent >
22
- <artifactId >keycloak-parent</artifactId >
22
+ <artifactId >keycloak-dependencies- parent</artifactId >
23
23
<groupId >org.keycloak</groupId >
24
24
<version >5.0.0-SNAPSHOT</version >
25
- <relativePath >../../pom.xml</relativePath >
26
25
</parent >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
Original file line number Diff line number Diff line change 47
47
48
48
<profiles >
49
49
<profile >
50
- <id >jboss-release </id >
50
+ <id >distribution-downloads </id >
51
51
<modules >
52
52
<module >api-docs-dist</module >
53
53
<module >examples-dist</module >
Original file line number Diff line number Diff line change 30
30
<artifactId >keycloak-examples-demo-parent</artifactId >
31
31
<packaging >pom</packaging >
32
32
33
- <build >
34
- <plugins >
35
- <plugin >
36
- <groupId >org.apache.maven.plugins</groupId >
37
- <artifactId >maven-deploy-plugin</artifactId >
38
- <configuration >
39
- <skip >true</skip >
40
- </configuration >
41
- </plugin >
42
- </plugins >
43
- </build >
44
33
<modules >
45
34
<!-- <module>server</module> -->
46
35
<module >customer-app</module >
Original file line number Diff line number Diff line change 30
30
<artifactId >keycloak-examples-saml-parent</artifactId >
31
31
<packaging >pom</packaging >
32
32
33
- <build >
34
- <plugins >
35
- <plugin >
36
- <groupId >org.apache.maven.plugins</groupId >
37
- <artifactId >maven-deploy-plugin</artifactId >
38
- <configuration >
39
- <skip >true</skip >
40
- </configuration >
41
- </plugin >
42
- </plugins >
43
- </build >
44
33
<modules >
45
34
<module >post-with-signature</module >
46
35
<module >post-with-encryption</module >
Original file line number Diff line number Diff line change 19
19
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21
21
<parent >
22
- <artifactId >keycloak-parent </artifactId >
22
+ <artifactId >keycloak-model-pom </artifactId >
23
23
<groupId >org.keycloak</groupId >
24
24
<version >5.0.0-SNAPSHOT</version >
25
- <relativePath >../../pom.xml</relativePath >
26
25
</parent >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
Original file line number Diff line number Diff line change 19
19
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20
20
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
21
21
<parent >
22
- <artifactId >keycloak-parent </artifactId >
22
+ <artifactId >keycloak-model-pom </artifactId >
23
23
<groupId >org.keycloak</groupId >
24
24
<version >5.0.0-SNAPSHOT</version >
25
- <relativePath >../../pom.xml</relativePath >
26
25
</parent >
27
26
<modelVersion >4.0.0</modelVersion >
28
27
Original file line number Diff line number Diff line change 30
30
<artifactId >keycloak-model-pom</artifactId >
31
31
<packaging >pom</packaging >
32
32
33
- <build >
34
- <plugins >
35
- <plugin >
36
- <groupId >org.apache.maven.plugins</groupId >
37
- <artifactId >maven-deploy-plugin</artifactId >
38
- <configuration >
39
- <skip >true</skip >
40
- </configuration >
41
- </plugin >
42
- </plugins >
43
- </build >
44
33
<modules >
45
34
<module >jpa</module >
46
35
<module >infinispan</module >
Original file line number Diff line number Diff line change 220
220
<module >integration</module >
221
221
<module >adapters</module >
222
222
<module >authz</module >
223
- <module >examples</module >
224
223
<module >misc</module >
225
224
</modules >
226
225
1727
1726
</modules >
1728
1727
</profile >
1729
1728
1729
+ <profile >
1730
+ <id >examples</id >
1731
+ <activation >
1732
+ <property >
1733
+ <name >!skipExamples</name >
1734
+ </property >
1735
+ </activation >
1736
+ </profile >
1737
+
1730
1738
<profile >
1731
1739
<id >distribution</id >
1732
1740
<modules >
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
2
3
3
DIR=" $PWD "
4
- VERSION=` ./get-version.sh`
4
+ source release-details
5
+
5
6
echo " Version: $VERSION "
6
7
7
8
echo " ------------------------------------------------------------------------------------------------------------"
8
9
echo " Building:"
9
10
echo " "
10
11
11
- mvn -Pjboss-release -DskipTests clean install
12
+ mvn -Pjboss-release,distribution-downloads -DskipTests -DskipTestsuite clean install
12
13
13
14
14
15
echo " ------------------------------------------------------------------------------------------------------------"
15
16
echo " Deploying:"
16
17
echo " "
17
18
18
- mvn -Pjboss-release -DretryFailedDeploymentCount=10 -DskipTests -DstagingDescription=" Keycloak $VERSION release" deploy
19
-
20
- mvn nexus-staging:release -DstagingDescription=" Keycloak $VERSION release"
19
+ mvn -Pjboss-release,nexus-staging -DretryFailedDeploymentCount=10 -DskipTests -DskipTestsuite -DskipExamples -DautoReleaseAfterClose=true deploy
21
20
22
21
23
22
echo " ------------------------------------------------------------------------------------------------------------"
@@ -33,7 +32,7 @@ echo ""
33
32
34
33
TMP=` mktemp -d`
35
34
cd $TMP
36
- unzip $DIR /keycloak/ distribution/adapters/js-adapter-npm-zip/target/keycloak-js-adapter-npm-dist-$VERSION .zip
35
+ unzip $DIR /distribution/adapters/js-adapter-npm-zip/target/keycloak-js-adapter-npm-dist-$VERSION .zip
37
36
cd keycloak-js-adapter-npm-dist-$VERSION
38
37
39
38
npm publish
You can’t perform that action at this time.
0 commit comments