From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- cds-ui/server/pom.xml | 5 +- cds-ui/server/pom.xml-n | 192 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 195 insertions(+), 2 deletions(-) create mode 100644 cds-ui/server/pom.xml-n (limited to 'cds-ui/server') diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index c36139e07..11bfd9fd7 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -18,18 +18,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> + 4.0.0 org.onap.ccsdk.cds ui - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT .. ui-server - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT pom CDS UI Server diff --git a/cds-ui/server/pom.xml-n b/cds-ui/server/pom.xml-n new file mode 100644 index 000000000..4229fa172 --- /dev/null +++ b/cds-ui/server/pom.xml-n @@ -0,0 +1,192 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds + ui + 1.0.0-SNAPSHOT + .. + + + ui-server + 1.0.0-SNAPSHOT + pom + + CDS UI Server + + + UTF-8 + npm + https://nexus.onap.org + onap/ccsdk-cds-ui-server + deploy + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + unpack-blueprint-grpc-proto + generate-resources + + unpack + + + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto + ${project.version} + jar + true + ${project.build.directory}/generated/proto-definition/proto + **/*.proto + + + + + + + + + com.github.eirslett + frontend-maven-plugin + + 1.3 + + v8.12.0 + 6.4.1 + https://nodejs.org/dist/ + ./ + + + + install node and npm + + install-node-and-npm + + generate-resources + + + + npm install + + npm + + + generate-resources + + + install + + + + + npm build + + npm + + + generate-resources + + + run build + + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${basedir}/../../TagVersion.groovy + + + + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.26.1 + false + + + + ${image.name} + + try + ${basedir} + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + true + + + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + + + + + + + + + -- cgit 1.2.3-korg