Add the staging plugin for schema ingest
[aai/aai-common.git] / 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>