aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-18 19:23:11 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-18 19:23:12 +0800
commitd531a8d08b0d4d0a54bbc4cce26112e4a4042fb8 (patch)
tree7c4ec34e1b902297eda67cd2e3644be0ed90c77e
parent6ffbb0bbfe572598bc2b0c7f5d800acbbb83cd2d (diff)
change usecase-ui server project pom
Change-Id: I3cda5b282c07b5120a5424f3f3a8c822e6654f29 Issue-ID: USECASEUI-259 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--pom.xml95
-rw-r--r--server/pom.xml12
-rw-r--r--standalone/pom.xml36
3 files changed, 0 insertions, 143 deletions
diff --git a/pom.xml b/pom.xml
index 8701352c..c7030479 100644
--- 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>
@@ -58,101 +56,8 @@
</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>
diff --git a/server/pom.xml b/server/pom.xml
index f64afad8..dc3c7b6c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -352,18 +352,6 @@
</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>
diff --git a/standalone/pom.xml b/standalone/pom.xml
index dea74475..1033bf56 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -40,42 +40,6 @@
<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>
<executions>