Repository: cxf-fediz Updated Branches: refs/heads/master e106d24ec -> d65d3978e
Add the OIDC war + source to the distribution Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/82f7a57a Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/82f7a57a Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/82f7a57a Branch: refs/heads/master Commit: 82f7a57ae96ad5676e58c8a36bb9e5a812a925ca Parents: e106d24 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Apr 11 17:02:10 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Apr 11 17:02:10 2016 +0100 ---------------------------------------------------------------------- apache-fediz/pom.xml | 6 ++++++ apache-fediz/src/assembly/bin.xml | 13 +++++++++++++ 2 files changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/82f7a57a/apache-fediz/pom.xml ---------------------------------------------------------------------- diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml index 0f5c5a1..223d05c 100644 --- a/apache-fediz/pom.xml +++ b/apache-fediz/pom.xml @@ -48,6 +48,12 @@ </dependency> <dependency> <groupId>org.apache.cxf.fediz</groupId> + <artifactId>fediz-oidc</artifactId> + <version>${project.version}</version> + <type>war</type> + </dependency> + <dependency> + <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz-core</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/82f7a57a/apache-fediz/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/apache-fediz/src/assembly/bin.xml b/apache-fediz/src/assembly/bin.xml index ce446df..14d992c 100644 --- a/apache-fediz/src/assembly/bin.xml +++ b/apache-fediz/src/assembly/bin.xml @@ -93,6 +93,18 @@ </excludes> </fileSet> <fileSet> + <directory>../services/oidc</directory> + <outputDirectory>apache-fediz-${project.version}/idp/src/oidc</outputDirectory> + <excludes> + <exclude>**/build</exclude> + <exclude>**/target</exclude> + <exclude>**/build/**/*</exclude> + <exclude>**/target/**/*</exclude> + <exclude>**/interopfest/**</exclude> + <exclude>**/.*/**</exclude> + </excludes> + </fileSet> + <fileSet> <directory>../</directory> <outputDirectory>apache-fediz-${project.version}</outputDirectory> <includes> @@ -108,6 +120,7 @@ <includes> <include>org.apache.cxf.fediz:fediz-idp</include> <include>org.apache.cxf.fediz:fediz-idp-sts</include> + <include>org.apache.cxf.fediz:fediz-oidc</include> </includes> <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping> <scope>runtime</scope>
