Skip to content

Commit

Permalink
Merge pull request #84 from JanssenProject/build_issue
Browse files Browse the repository at this point in the history
build: profile changes to fix build issue
  • Loading branch information
yuriyz authored Oct 29, 2021
2 parents a556aed + bd8681a commit 5bb65b7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/scim-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<build>
<filters>
<filter>../../server/profiles/${cfg}/config-api-test.properties</filter>
<filter>../../profiles/${cfg}/config-api-test.properties</filter>
</filters>

<testResources>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,15 @@ test.scopes=https://jans.io/oauth/config/acrs.readonly https://jans.io/oauth/con
#test.issuer=https:// pujavs.jans.server3

# jans.server1
token.endpoint=https://jans.server1/jans-auth/restv1/token
#token.endpoint=https://jans.server1/jans-auth/restv1/token
#token.grant.type=client_credentials
#test.client.id=1800.556678ec-14b4-47f8-9541-7687bbf06abd
#test.client.secret=HuX7BZ7MZhUJ
#test.issuer=https://jans.server1

# jans.server1
token.endpoint=https://jans.server2/jans-auth/restv1/token
token.grant.type=client_credentials
test.client.id=1800.556678ec-14b4-47f8-9541-7687bbf06abd
test.client.secret=HuX7BZ7MZhUJ
test.issuer=https://jans.server1
test.client.id=1800.5ad89818-e1c6-45ba-873d-d549dfad67a4
test.client.secret=9ZW2HaDakqD4
test.issuer=https://jans.server2
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<finalName>jans-config-api</finalName>

<filters>
<filter>profiles/${cfg}/config-api-test.properties</filter>
<filter>../profiles/${cfg}/config-api-test.properties</filter>
</filters>

<testResources>
Expand Down

0 comments on commit 5bb65b7

Please sign in to comment.