Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Api-Layer-Java.ppf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Expand Down Expand Up @@ -32,10 +32,6 @@
<Source exclude="false" path="./helloworld-spring/src/test/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v1-sample-app/src/main/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v1-sample-app/src/test/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v1/src/main/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v1/src/test/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v2/src/main/java" web="false"/>
<Source exclude="false" path="./integration-enabler-spring-v2/src/test/java" web="false"/>
<Source exclude="false" path="./integration-tests/src/test/java" web="false"/>
<Source exclude="false" path="./security-service-client-spring/src/main/java" web="false"/>
<Source exclude="false" path="./security-service-client-spring/src/test/java" web="false"/>
Expand Down
7 changes: 0 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -305,17 +305,10 @@ pipeline {

success {
archiveArtifacts artifacts: 'api-catalog-services/build/libs/**/*.jar'
archiveArtifacts artifacts: 'api-catalog-services/build/pom.xml'
archiveArtifacts artifacts: 'discoverable-client/build/libs/**/*.jar'
archiveArtifacts artifacts: 'discovery-service/build/libs/**/*.jar'
archiveArtifacts artifacts: 'discovery-service/build/pom.xml'
archiveArtifacts artifacts: 'gateway-service/build/libs/**/*.jar'
archiveArtifacts artifacts: 'gateway-service/build/pom.xml'
archiveArtifacts artifacts: 'integration-enabler-spring-v1/build/libs/**/*.jar'
archiveArtifacts artifacts: 'integration-enabler-spring-v2/build/libs/**/*.jar'
archiveArtifacts artifacts: 'integration-enabler-spring-v1-sample-app/build/libs/**/*.jar'
archiveArtifacts artifacts: 'common-service-core/build/libs/**/*.jar'
archiveArtifacts artifacts: 'apiml-common/build/libs/**/*.jar'
archiveArtifacts artifacts: 'api-layer.tar.gz'

withCredentials([usernamePassword(credentialsId: 'zowe-robot-github', usernameVariable: 'ZOWE_GITHUB_USERID', passwordVariable: 'ZOWE_GITHUB_APIKEY')]) {
Expand Down
2 changes: 0 additions & 2 deletions gradle/license.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ext.projectsNeedLicense = [
'discovery-service',
'gateway-common',
'gateway-service',
'integration-enabler-spring-v1',
'integration-enabler-spring-v2',
'integration-tests',
'security-module',
'security-service-client-spring',
Expand Down
10 changes: 0 additions & 10 deletions integration-enabler-spring-v1/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions integration-enabler-spring-v1/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading