diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-26 19:34:24 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-26 19:40:38 -0400 |
commit | 4ae398c4ab3728066e3c0a5456890727af3ac88b (patch) | |
tree | 46be04665115a271c89efe9615a3920b82c3e3d4 /aai-schema-ingest | |
parent | 34eaed55fd1c7ddf0ba86c79ddff163b5151489c (diff) |
Update the schema ingest to 1.2.1-SNAPSHOTv1.2.1
Issue-ID: AAI-393
Change-Id: Ia2f68025a9f622d277c7416c4f4a9e4170ffdf5d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index dbad068d..660249d3 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>aai-schema-ingest</artifactId> <name>aai-schema-ingest</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>jar</packaging> <dependencies> @@ -99,5 +99,38 @@ </plugin> </plugins> </build> - + <!-- Plugins and 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> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.10.4</version> + <configuration> + <failOnError>false</failOnError> + <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> + <docletArtifact> + <groupId>org.umlgraph</groupId> + <artifactId>umlgraph</artifactId> + <version>5.6</version> + </docletArtifact> + <additionalparam>-views</additionalparam> + <useStandardDocletOptions>true</useStandardDocletOptions> + </configuration> + </plugin> + </plugins> + </reporting> + </project> |