[AAI-50] Add support for v11 version APIs
[aai/aai-common.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 00fd2f7..1643f17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.openecomp.aai</groupId>
+  <groupId>org.onap.aai.aai-common</groupId>
   <artifactId>aai-common</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
        <module>aai-annotations</module>
        <module>aai-core</module>
   </modules>
-  
+
+       <properties>
+               <maven.compiler.target>1.8</maven.compiler.target>
+               <maven.compiler.source>1.8</maven.compiler.source>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+               <sitePath>/content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version}</sitePath>
+               <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version>
+               <aai.schema.version>1.1.0-SNAPSHOT</aai.schema.version>
+               <aai.core.version>1.1.0-SNAPSHOT</aai.core.version>
+       </properties>
+
   <build>
         <pluginManagement>
             <plugins>
                                                </execution>
                                        </executions>
                                </plugin>
+        <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-deploy-plugin</artifactId>
+               <executions>
+                       <execution>
+                       <id>default-deploy</id>
+                       <phase>none</phase>
+                       </execution>
+                       </executions>
+               </plugin>        
+               <plugin>
+                   <groupId>org.sonatype.plugins</groupId>
+                   <artifactId>nexus-staging-maven-plugin</artifactId>
+                   <version>1.6.7</version>
+                   <extensions>true</extensions>
+                   <configuration>
+                       <nexusUrl>${nexusproxy}</nexusUrl>
+                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+                   </configuration>
+               </plugin>
             </plugins>
         </pluginManagement>
     </build>
                </site>
        </distributionManagement>
 
-</project>
+</project>
\ No newline at end of file