summaryrefslogtreecommitdiffstats
path: root/catalog-ui
AgeCommit message (Expand)AuthorFilesLines
2018-10-18header correction in Catalog UI panel packageseshukm6-0/+96
2018-10-17Add header catalog UI view-modelsSindhuri.A1-0/+30
2018-10-17catalog UI-view-model header addSindhuri.A3-0/+76
2018-10-17header correction in Catalog UI componentseshukm9-0/+144
2018-10-17Fix header info of catalog-UI upgradeseshukm5-0/+82
2018-10-17Fix Header info of ng2/appseshukm8-0/+130
2018-10-17correct the header for connection-wizardseshukm5-0/+82
2018-10-16Fixes for workflow association of operationArielk3-14/+16
2018-10-16Operation WF association UI-383/+329
2018-10-11Refactoring Catalog UI codeAnjali walsatwar1-82/+40
2018-10-10Plugin load by the UIIdan Amit6-8/+38
2018-10-02Added license header in html fileAnjali walsatwar41-0/+656
2018-10-02Added license header in html fileAnjali walsatwar16-2/+251
2018-10-02printGraphScreenDirective code removalAnjali walsatwar2-212/+0
2018-09-27Fix header info of menu-itemseshukm3-10/+18
2018-09-27app/modules RefactoringAnjali walsatwar2-6/+1
2018-09-27Refactoring Catalog UI codeAnjali walsatwar1-6/+3
2018-09-26console exception comming in add Artifact pageAnjali walsatwar1-1/+1
2018-09-25Fix header info of catalog-ui ng2seshukm6-1/+101
2018-09-25Fix Copyright info }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>
	
	<artifactId>catalog-ui</artifactId>
    <packaging>pom</packaging>


	<parent>
		<groupId>org.openecomp.sdc</groupId>
		<artifactId>sdc-main</artifactId>
		<version>1.4.0-SNAPSHOT</version>
	</parent>



	<build>
		<plugins>
			<plugin>
                <groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-clean-plugin</artifactId>
                <executions>
                    <execution>
                        <id>clean.fe.webapp.folder</id>
                        <phase>initialize</phase>
                        <goals>
                            <goal>clean</goal>
                        </goals>
                        <configuration>

                            <filesets>
                                <fileset>
                                    <directory>${project.parent.basedir}/catalog-fe/src/main/webapp</directory>
                                    <includes>
                                        <include>**/*</include>
                                        <include>*</include>
                                    </includes>
                                    <excludes>
                                        <exclude>META-INF/*</exclude>
                                        <exclude>WEB-INF/*</exclude>
                                    </excludes>
                                    <followSymlinks>false</followSymlinks>
                                </fileset>
                            </filesets>
                        </configuration>
                    </execution>
                </executions>
			</plugin>


			<plugin>
                <groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-resources-plugin</artifactId>
				<executions>
					<execution>
						<id>copy-resources</id>
						<phase>package</phase>
						<goals>
							<goal>copy-resources</goal>
						</goals>
						<configuration>
							<outputDirectory>${project.parent.basedir}/catalog-fe/src/main/webapp</outputDirectory>
							<resources>
								<resource>
									<directory>${project.basedir}/dist</directory>
									<filtering>false</filtering>
								</resource>
							</resources>
						</configuration>
					</execution>
				</executions>
			</plugin>
            <plugin>
                <groupId>com.github.eirslett</groupId>
                <artifactId>frontend-maven-plugin</artifactId>
                <configuration>
        			<installDirectory>${project.parent.basedir}</installDirectory>
   				</configuration>

                <executions>
                    <execution>
                        <id>install node and npm</id>
                        <goals>
                            <goal>install-node-and-npm</goal>
                        </goals>
                        <configuration>
                            <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
                            <nodeVersion>v6.9.5</nodeVersion>
                            <npmVersion>3.10.10</npmVersion>
                        </configuration>
                    </execution>

                    <execution>
                    	<id>npm set progress off</id>
                    	<goals>
                    		<goal>npm</goal>
                    	</goals>
                    	<configuration>
                    		<arguments>set progress=false</arguments>
309-3185/+8922
2018-07-18Fixed not needed derived from propertiesIdan Amit1-1/+1
2018-07-18Fixed not needed derived from propertiesIdan Amit1-4/+4
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-31Drop down being cut in plugin viewIdan Amit2-1/+10
2018-05-30removed fields from LA EP and LKGArielk1-1/+1
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2018-05-21Fixing bug with router state changeIdan Amit1-8/+12
2018-05-21fixed SDC UI loading issuesIdan Amit2-8/+14
2018-05-16Fixed bug with breadcrumbs sub menuMichael Lando2-2/+2
2018-05-14plugin iframe size change on window outIdan Amit1-30/+34
2018-05-08Developed disable navigation mechanismIdan Amit4-9/+20
2018-05-08Developed disable navigation mechanismIdan Amit7-7/+61