Add the staging plugin for schema ingest 01/38701/2
authorKajur, Harish (vk250x) <vk250x@att.com>
Mon, 26 Mar 2018 22:37:05 +0000 (18:37 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Mon, 26 Mar 2018 22:45:04 +0000 (18:45 -0400)
Issue-ID: AAI-393
Change-Id: Icea23b20f49c1f997f0eef6fa2c81417bbc59eb0
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-schema-ingest/pom.xml

index 53c2bbf..dbad068 100644 (file)
                <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>