summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-03-26 18:37:05 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-03-26 18:45:04 -0400
commit34eaed55fd1c7ddf0ba86c79ddff163b5151489c (patch)
tree89ee9df2477a4dfd282689481ee1b5c93988c816
parent5bb2d2d9e8c5159ace7283c2a2c30f1f967b9e5b (diff)
Add the staging plugin for schema ingest
Issue-ID: AAI-393 Change-Id: Icea23b20f49c1f997f0eef6fa2c81417bbc59eb0 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-schema-ingest/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index 53c2bbf5..dbad068d 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -82,5 +82,22 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <!-- explicitly define maven-deploy-plugin after other to force exec order -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>