aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/angular-cli.json
blob: a19145fe12d9b3a3993f0c409453efdbb34d6d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
  "project": {
    "name": "SDC APP",
    "ejected": true
  },
  "apps": [
    {
      "root": "src",
      "outDir": "dist",
      "assets": [
        "assets/styles/fonts",
        "assets/styles/images",
        "assets/styles/app.css"
      ],
      "index": "index.html",
      "main": "main.ts",
      "polyfills": "polyfills.ts",
      "tsconfig": "tsconfig.json",
      "testTsconfig": "tsconfig.json",
      "prefix": "app",
      "styles": [
        "styles.css"
      ],
      "scripts": [
        "../node_modules/angular/angular.min.js",
        "../node_modules/angular-ui-router/release/angular-ui-router.min.js",
        "../node_modules/restangular/dist/restangular.min.js",
        "../node_modules/angular-filter/dist/angular-filter.min.js",
        "../node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js",
        "../node_modules/angular-bootstrap/ui-bootstrap.min.js",
        "../node_modules/angular-resource/angular-resource.min.js",
        "../node_modules/angular-base64/angular-base64.min.js",
        "../node_modules/angular-uuid4/angular-uuid4.min.js"
      ],
      "environmentSource": "environments/environment.ts",
      "environments": {
        "dev": "environments/environment.ts",
        "prod": "environments/environment.prod.ts"
      }
    }
  ],
  "defaults": {
    "styleExt": "css",
    "class": {
      "spec": false
    },
    "component": {
      "spec": true,
      "inlineStyle": false,
      "inlineTemplate": false
    }
  }
}
}</version> <inherited>true</inherited> <executions> <execution> <id>default-compile</id> <configuration> <skipMain>${skipMainSourceCompile}</skipMain> </configuration> </execution> <execution> <id>default-testCompile</id> <configuration> <skip>${skipTestSourceCompile}</skip> </configuration> </execution> </executions> <configuration> <source>${java.source}</source> <target>${java.target}</target> </configuration> </plugin> <plugin> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>artifact-copy-plugin</artifactId> <version>${project.version}</version> <executions> <execution> <goals> <goal>init-artifact-helper</goal> <goal>calibrate-artifact-helper</goal> </goals> </execution> </executions> <configuration> <groupId>org.openecomp.sdc</groupId> <artifactId>build-data-installer</artifactId> <version>${project.version}</version> <artifactHelper> <project>${project}</project> <session>${session}</session> <unicornRoot>org.openecomp.sdc:sdc-onboarding/target/build-data</unicornRoot> </artifactHelper> </configuration> </plugin> <plugin> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>compile-helper-plugin</artifactId> <version>${project.version}</version> <executions> <execution> <goals> <goal>init-helper</goal> <goal>pre-compile-helper</goal> <goal>post-compile-helper</goal> <goal>pre-test-compile-helper</goal> <goal>post-test-run-helper</goal> </goals> </execution> </executions> <configuration> <excludePackaging>pom</excludePackaging> <excludeDependencies>test,runtime</excludeDependencies> <generatedSourceLocation>${project.build.directory}/generated-sources</generatedSourceLocation> <buildState> <project>${project}</project> <compileStateFilePath> org.openecomp.sdc:sdc-onboarding/target/build-data/compileState.dat </compileStateFilePath> </buildState> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>${mvn.jar.version}</version> <configuration> <archive> <addMavenDescriptor>false</addMavenDescriptor> </archive> <excludes> <exclude>${emptyJAR}</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>${mvn.license.version}</version> <configuration> <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> <processStartTag>============LICENSE_START======================================================= </processStartTag> <processEndTag>============LICENSE_END========================================================= </processEndTag> <sectionDelimiter>================================================================================ </sectionDelimiter> <licenseName>apache_v2</licenseName> <inceptionYear>2017</inceptionYear> <organizationName>AT&amp;T Intellectual Property. All rights reserved. </organizationName> <projectName>SDC</projectName> <canUpdateCopyright>true</canUpdateCopyright> <canUpdateDescription>true</canUpdateDescription> <canUpdateLicense>true</canUpdateLicense> <emptyLineAfterHeader>true</emptyLineAfterHeader> <verbose>false</verbose> <includes> <include>**/*.java</include> <include>**/*.js</include> <include>**/*.ts</include> </includes> <roots> <root>src</root> <root>app</root> <root>server-mock</root> <root>typings</root> </roots> </configuration> <executions> <execution> <id>first</id> <goals> <goal>update-file-header</goal> </goals> <!--phase>process-sources</phase--> </execution> </executions> </plugin> </plugins> </build> </project>