change usecase-ui server project pom
[usecase-ui/server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8701352..c703047 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,7 @@
         <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
-        <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
         <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
-        <publicNexusPath>content/repositories/public/</publicNexusPath>
         <siteNexusPath>content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/</siteNexusPath>
     </properties>
 
         </site>
     </distributionManagement-->
 
-    <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml 
-        files among developers. Use values (not properties) so oparent can be resolved. -->
-    <!--repositories>
-        <repository>
-            <id>onap-public</id>
-            <url>${nexusproxy}/${publicNexusPath}</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>onap-releases</id>
-            <url>${nexusproxy}/${releaseNexusPath}</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>onap-snapshots</id>
-            <url>${nexusproxy}/${snapshotNexusPath}</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories-->
-
-    <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml 
-        files among all developers. -->
-    <!--pluginRepositories>
-        <pluginRepository>
-            <id>onap-plugin-public</id>
-            <url>${nexusproxy}/${publicNexusPath}</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-        <pluginRepository>
-            <id>onap-plugin-release</id>
-            <url>${nexusproxy}/${releaseNexusPath}</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-        <pluginRepository>
-            <id>onap-plugin-snapshots</id>
-            <url>${nexusproxy}/${snapshotNexusPath}</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories-->
-
     <modules>
         <module>server</module>
         <module>standalone</module>
     </modules>
-
-    <!--build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>versions-maven-plugin</artifactId>
-                <version>1.3.1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>3.6</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven.wagon</groupId>
-                        <artifactId>wagon-webdav-jackrabbit</artifactId>
-                        <version>2.10</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.19.1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
-                <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.8</version>
-            </plugin>
-        </plugins>
-    </build-->
 </project>