diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2019-02-13 00:54:42 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2019-02-13 00:55:03 -0500 |
commit | 0ca153b6f70c0b18e88ab802b67f7a10065269e1 (patch) | |
tree | d5b159bcffbefdce6c500bd9674921fee474f9f0 /aai-core/pom.xml | |
parent | bdc84f8bedd6e9f83d45fd8d116de10ae2c8c92a (diff) |
Remove the aai-schema from aai-common
Issue-ID: AAI-1871
Change-Id: I0d836c8105083f511877f74f08044cc86905e7be
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 541 |
1 files changed, 4 insertions, 537 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f43c19e7..06820a3a 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -89,539 +89,6 @@ </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.util.GenerateXsd</mainClass> - <systemProperties> - <systemProperty> - <key>gen_version</key> - <value>${gendoc.version}</value> - </systemProperty> - <systemProperty> - <key>gen_type</key> - <value>XSD</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>schema.translator.list</key> - <value>${schema.translator.list}</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.util.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>schema.translator.list</key> - <value>${schema.translator.list}</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.util.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>schema.translator.list</key> - <value>${schema.translator.list}</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.util.GenerateXsd</mainClass> - <systemProperties> - <systemProperty> - <key>gen_version</key> - <value>ALL</value> - </systemProperty> - <systemProperty> - <key>gen_type</key> - <value>XSD</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>schema.translator.list</key> - <value>${schema.translator.list}</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.util.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.util.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> <build> <plugins> @@ -651,9 +118,9 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> + <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.4.0</version> + <version>1.0.0</version> <outputDirectory>${project.basedir}/src/test/resources/</outputDirectory> <includes>onap/oxm/**/*.xml</includes> </artifactItem> @@ -670,9 +137,9 @@ <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> + <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.4.0</version> + <version>1.0.0</version> <outputDirectory>${project.basedir}/src/test/resources/</outputDirectory> <includes>onap/dbedgerules/**/*.json</includes> </artifactItem> |