diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-11-29 15:12:37 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-11-29 15:12:39 -0800 |
commit | 31b545d8d7f7277706afb1298fa5eda85c78fe0f (patch) | |
tree | 45f7dbe72cf87810df79f92026742dda00519a55 /openo-portal | |
parent | bbef3ed82ca4faee5b19ba820dae11e86054b291 (diff) |
Standardize POM project naming
Change-Id: I9919b14ba3934c4d4914e9f417c57f86c6f3123a
Issue-id: INT-67
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-auth/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-catalog/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-common/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-extsys/pom.xml | 5 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 5 | ||||
-rw-r--r-- | openo-portal/portal-monitor/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-package/pom.xml | 5 | ||||
-rw-r--r-- | openo-portal/portal-performance/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/pom.xml | 5 |
10 files changed, 14 insertions, 18 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 164ffc13..c8dcb52e 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -27,7 +27,7 @@ <artifactId>openo-portal</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>portal</name> + <name>gso-gui/openo-portal</name> <modules> <module>portal-package</module> diff --git a/openo-portal/portal-auth/pom.xml b/openo-portal/portal-auth/pom.xml index aea52ec3..f4142c04 100644 --- a/openo-portal/portal-auth/pom.xml +++ b/openo-portal/portal-auth/pom.xml @@ -37,4 +37,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-auth</name></project> diff --git a/openo-portal/portal-catalog/pom.xml b/openo-portal/portal-catalog/pom.xml index 3e962ee4..e1974d56 100644 --- a/openo-portal/portal-catalog/pom.xml +++ b/openo-portal/portal-catalog/pom.xml @@ -38,4 +38,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-catalog</name></project> diff --git a/openo-portal/portal-common/pom.xml b/openo-portal/portal-common/pom.xml index 4ce967af..a955daa8 100644 --- a/openo-portal/portal-common/pom.xml +++ b/openo-portal/portal-common/pom.xml @@ -37,4 +37,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-common</name></project> diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml index 1f55dab3..566b1cc9 100644 --- a/openo-portal/portal-extsys/pom.xml +++ b/openo-portal/portal-extsys/pom.xml @@ -16,8 +16,7 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> <parent> <groupId>org.openo.gso.gui</groupId> @@ -38,4 +37,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-extsys</name></project> diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 6087735a..19d33806 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -16,8 +16,7 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -41,4 +40,4 @@ </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-lifecyclemgr</name></project> diff --git a/openo-portal/portal-monitor/pom.xml b/openo-portal/portal-monitor/pom.xml index ad5d900b..b725fad7 100644 --- a/openo-portal/portal-monitor/pom.xml +++ b/openo-portal/portal-monitor/pom.xml @@ -37,4 +37,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-monitor</name></project> diff --git a/openo-portal/portal-package/pom.xml b/openo-portal/portal-package/pom.xml index ac309936..b3d30951 100644 --- a/openo-portal/portal-package/pom.xml +++ b/openo-portal/portal-package/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -217,4 +216,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-package</name></project> diff --git a/openo-portal/portal-performance/pom.xml b/openo-portal/portal-performance/pom.xml index 83128301..2661f3a8 100644 --- a/openo-portal/portal-performance/pom.xml +++ b/openo-portal/portal-performance/pom.xml @@ -37,4 +37,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-performance</name></project> diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml index 7f81dc0f..8205153e 100644 --- a/openo-portal/portal-resmgr/pom.xml +++ b/openo-portal/portal-resmgr/pom.xml @@ -16,8 +16,7 @@ limitations under the License. --> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.openo.gso.gui</groupId> <artifactId>openo-portal</artifactId> @@ -40,4 +39,4 @@ </plugin> </plugins> </build> -</project> +<name>gso-gui/openo-portal/portal-resmgr</name></project> |