change usecase-ui server project pom 44/88044/1
authorguochuyicmri <guochuyi@chinamobile.com>
Sat, 18 May 2019 11:23:11 +0000 (19:23 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Sat, 18 May 2019 11:23:12 +0000 (19:23 +0800)
Change-Id: I3cda5b282c07b5120a5424f3f3a8c822e6654f29
Issue-ID: USECASEUI-259
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
pom.xml
server/pom.xml
standalone/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>
index f64afad..dc3c7b6 100644 (file)
                     </execution>
                 </executions>
             </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>
index dea7447..1033bf5 100644 (file)
     <build>
         <finalName>usecse-ui-server</finalName>
         <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>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId> 
                 <artifactId>maven-resources-plugin</artifactId>