summaryrefslogtreecommitdiffstats
path: root/aai-schema-gen/pom.xml
blob: 5248deb618212c8ca068e91073db0ac7d0d4dbaa (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
---
project: 'aai-event-client'
project_creation_date: '2018-01-25'
project_category: ''
lifecycle_state: 'Incubation'
project_lead: &onap_aai_ptl
    name: 'James Forsyth'
    email: 'jf2512@att.com'
    id: 'jimmydot'
    company: 'ATT'
    timezone: 'America/Detroit'
primary_contact: *onap_aai_ptl
issue_tracking:
    type: 'jira'
    url: 'https://jira.onap.org/projects/AAI'
    key: 'AAI'
mailing_list:
    type: 'groups.io'
    url: 'lists.onap.org'
    tag: '<[sub-project_name]>'
realtime_discussion: ''
meetings:
    - type: 'zoom'
      agenda: 'https://wiki.onap.org/display/DW/AAI+Meeting+Notes'
      url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8227676'
      server: 'n/a'
      channel: 'n/a'
      repeats: 'weekly'
      time: '14:00 UTC'
repositories:
    - 'aai-aai-common'
    - 'aai-aai-config'
    - 'aai-aai-data'
    - 'aai-aai-service'
    - 'aai-babel'
    - 'aai-cacher'
    - 'aai-chameleon'
    - 'aai-champ'
    - 'aai-data-router'
    - 'aai-eis'
    - 'aai-enricher'
    - 'aai-event-client'
    - 'aai-gallifrey'
    - 'aai-gap'
    - 'aai-gizmo'
    - 'aai-graphadmin'
    - 'aai-graphgraph'
    - 'aai-logging-service'
    - 'aai-model-loader'
    - 'aai-oom'
    - 'aai-resources'
    - 'aai-rest-client'
    - 'aai-router-core'
    - 'aai-schema-service'
    - 'aai-search-data-service'
    - 'aai-sparky-be'
    - 'aai-sparky-fe'
    - 'aai-spike'
    - 'aai-tabular-data-service'
    - 'aai-test-config'
    - 'aai-traversal'
    - 'aai-validation'
committers:
    - <<: *onap_aai_ptl
    - name: 'Manisha Aggarwal'
      email: 'ma9181@att.com'
      company: 'ATT'
      id: 'ma9181'
      timezone: 'America/New_York'
    - name: 'Steven Blimkie'
      email: 'Steven.Blimkie@amdocs.com'
      company: 'Amdocs'
      id: 'sblimkie'
      timezone: 'America/Toronto'
    - name: 'Tian Lee'
      email: 'TianL@amdocs.com'
      company: 'Amdocs'
      id: 'TianL'
      timezone: 'Europe/London'
    - name: 'Venkata Harish Kajur'
      email: 'vk250x@att.com'
      company: 'ATT'
      id: 'vk250x'
      timezone: 'America/New_York'
tsc:
    approval: 'https://lists.onap.org/pipermail/onap-tsc'
    changes:
        - type: 'removal'
          name: 'Steve Smokowski'
          link: 'https://lists.onap.org/pipermail/onap-tsc/2018-February/004361.html'
id='n650' href='#n650'>650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740
<?xml version="1.0"?>
<!--

    ============LICENSE_START=======================================================
    org.onap.aai
    ================================================================================
    Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
    ================================================================================
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    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=========================================================

-->
<project
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.onap.aai.schema-service</groupId>
        <artifactId>schema-service</artifactId>
        <version>1.5.1</version>
    </parent>
    <artifactId>aai-schema-gen</artifactId>
    <name>aai-schema-gen</name>
    <version>1.5.1</version>
    <properties>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
        <!-- Start of Default ONAP Schema Properties -->
	<aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
        <gendoc.version>v16</gendoc.version>
        <aai.release>onap</aai.release>
        <schema.uri.base.path>/aai</schema.uri.base.path>
        <schema.xsd.maxoccurs>5000</schema.xsd.maxoccurs>
        <schema.configuration.location>N/A</schema.configuration.location>
        <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
        <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
        <schema.version.depth.start>v10</schema.version.depth.start>
        <schema.version.related.link.start>v10</schema.version.related.link.start>
        <schema.version.app.root.start>v11</schema.version.app.root.start>
        <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
        <schema.version.edge.label.start>v12</schema.version.edge.label.start>
        <schema.version.api.default>v16</schema.version.api.default>
        <schema.version.list>v10,v11,v12,v13,v14,v15,v16</schema.version.list>
	<springframework.version>4.3.18.RELEASE</springframework.version>
        <!-- End of Default ONAP Schema Properties -->
    </properties>
    <profiles>
        <!-- Start of ONAP profile -->
        <profile>
            <id>onap</id>
            <properties>
                <aai.release>onap</aai.release>
                <schema.xsd.maxoccurs>unbounded</schema.xsd.maxoccurs>
                <schema.configuration.location>N/A</schema.configuration.location>
                <schema.nodes.location>aai-schema/src/main/resources/${aai.release}/oxm</schema.nodes.location>
                <schema.edges.location>aai-schema/src/main/resources/${aai.release}/dbedgerules</schema.edges.location>
                <schema.version.depth.start>v10</schema.version.depth.start>
                <schema.version.related.link.start>v10</schema.version.related.link.start>
                <schema.version.app.root.start>v11</schema.version.app.root.start>
                <schema.version.edge.label.start>v12</schema.version.edge.label.start>
                <schema.version.namespace.change.start>v12</schema.version.namespace.change.start>
                <schema.version.api.default>v15</schema.version.api.default>
                <schema.version.list>v10,v11,v12,v13,v14,v15,v16</schema.version.list>
                <gendoc.version>v16</gendoc.version>
		<springframework.version>4.3.18.RELEASE</springframework.version>
            </properties>
        </profile>
        <!-- End of ONAP profile -->
        <profile>
            <id>generateXsd</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>exec-maven-plugin</artifactId>
                        <version>1.1.1</version>
                        <executions>
                            <execution>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.GenerateXsd</mainClass>
                                    <systemProperties>
                                        <systemProperty>
                                            <key>gen_version</key>
                                            <value>${gendoc.version}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>gen_type</key>
                                            <value>XSD</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.xsd.maxoccurs</key>
                                            <value>${schema.xsd.maxoccurs}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_url</key>
                                            <value></value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_label</key>
                                            <value></value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.uri.base.path</key>
                                            <value>${schema.uri.base.path}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>generateYaml</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>exec-maven-plugin</artifactId>
                        <version>1.1.1</version>
                        <executions>
                            <execution>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.GenerateXsd</mainClass>
                                    <systemProperties>
                                        <systemProperty>
                                            <key>gen_version</key>
                                            <value>${gendoc.version}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>gen_type</key>
                                            <value>YAML</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_url</key>
                                            <value>https://wiki.web.att.com/pages/viewpage.action?pageId=607391054
                                            </value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_label</key>
                                            <value>Response codes found in [response codes]</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.uri.base.path</key>
                                            <value>${schema.uri.base.path}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>generateHtml</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>exec-maven-plugin</artifactId>
                        <version>1.1.1</version>
                        <executions>
                            <execution>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.swagger.GenerateSwagger</mainClass>
                                    <systemProperties>
                                        <property>
                                            <key>aai.generate.version</key>
                                            <value>${gendoc.version}</value>
                                        </property>
                                        <property>
                                            <key>aai.wiki.link</key>
                                            <value>${aai.wiki.link}</value>
                                        </property>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.uri.base.path</key>
                                            <value>${schema.uri.base.path}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
        <profile>
            <id>autoGenerate</id>
            <activation>
                <property>
                    <name>aai.generate.schema</name>
                    <value>!false</value>
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>exec-maven-plugin</artifactId>
                        <version>1.1.1</version>
                        <executions>
                            <execution>
                                <id>autoGenerateXsd</id>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.GenerateXsd</mainClass>
                                    <systemProperties>
                                        <systemProperty>
                                            <key>gen_version</key>
                                            <value>ALL</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>gen_type</key>
                                            <value>XSD</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.xsd.maxoccurs</key>
                                            <value>${schema.xsd.maxoccurs}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_url</key>
                                            <value></value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_label</key>
                                            <value></value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.uri.base.path</key>
                                            <value>${schema.uri.base.path}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                            <execution>
                                <id>autoGenerateYaml</id>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.GenerateXsd</mainClass>
                                    <systemProperties>
                                        <systemProperty>
                                            <key>gen_version</key>
                                            <value>ALL</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>gen_type</key>
                                            <value>YAML</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_url</key>
                                            <value>https://wiki.web.att.com/pages/viewpage.action?pageId=607391054
                                            </value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>yamlresponses_label</key>
                                            <value>Response codes found in [response codes]</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                            <execution>
                                <id>autoGenerateHtml</id>
                                <phase>process-classes</phase>
                                <goals>
                                    <goal>java</goal>
                                </goals>
                                <configuration>
                                    <mainClass>org.onap.aai.schemagen.AutoGenerateHtml</mainClass>
                                    <systemProperties>
                                        <property>
                                            <key>aai.generate.version</key>
                                            <value>${gendoc.version}</value>
                                        </property>
                                        <property>
                                            <key>aai.wiki.link</key>
                                            <value>${aai.wiki.link}</value>
                                        </property>
                                        <systemProperty>
                                            <key>schema.configuration.location</key>
                                            <value>${schema.configuration.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.nodes.location</key>
                                            <value>${schema.nodes.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.edges.location</key>
                                            <value>${schema.edges.location}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.list</key>
                                            <value>${schema.version.list}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.depth.start</key>
                                            <value>${schema.version.depth.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.related.link.start</key>
                                            <value>${schema.version.related.link.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.app.root.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.edge.label.start</key>
                                            <value>${schema.version.app.root.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.namespace.change.start</key>
                                            <value>${schema.version.namespace.change.start}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>schema.version.api.default</key>
                                            <value>${schema.version.api.default}</value>
                                        </systemProperty>
                                        <systemProperty>
                                            <key>aai.release</key>
                                            <value>${aai.release}</value>
                                        </systemProperty>
                                    </systemProperties>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

    <dependencyManagement>
      <dependencies>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${springframework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${springframework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${springframework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-expression</artifactId>
            <version>${springframework.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
            <version>${springframework.version}</version>
        </dependency>
         <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <version>${springframework.version}</version>
            <scope>test</scope>
        </dependency>	
      </dependencies>
    </dependencyManagement>
	
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>1.18</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.aai.aai-common</groupId>
            <artifactId>aai-schema-ingest</artifactId>
            <version>1.4.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>2.3.21</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.dataformat</groupId>
            <artifactId>jackson-dataformat-yaml</artifactId>
            <version>2.2.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.7</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.2</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>java-hamcrest</artifactId>
            <version>2.0.0.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-core</artifactId>
            <version>1.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.10.19</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
            </plugin>
        </plugins>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>false</filtering>
                <includes>
                    <include>**/*</include>
                </includes>
            </resource>
        </resources>
    </build>

    <!-- Start of ONAP Specific Repositories -->
    <pluginRepositories>
        <pluginRepository>
            <id>central</id>
            <url>http://repo1.maven.org/maven2</url>
        </pluginRepository>
        <pluginRepository>
            <id>EvoSuite</id>
            <name>EvoSuite Repository</name>
            <url>http://www.evosuite.org/m2</url>
        </pluginRepository>
    </pluginRepositories>
    <!-- End of ONAP Specific Repositories -->
</project>