Change groupId to com.threerings.getdown.
I don't want to pollute the com.threerings top-level namespace with a bunch of getdown-foo artifacts, and grouping everything under the top-level project name, even when that name is repeated for all the artifacts is fairly standard practice.
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-tools</artifactId>
|
<artifactId>getdown-tools</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|||||||
+5
-5
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
@@ -21,12 +21,12 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-core</artifactId>
|
<artifactId>getdown-core</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-tools</artifactId>
|
<artifactId>getdown-tools</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -66,11 +66,11 @@
|
|||||||
<assembly>
|
<assembly>
|
||||||
<inclusions>
|
<inclusions>
|
||||||
<inclusion>
|
<inclusion>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-core</artifactId>
|
<artifactId>getdown-core</artifactId>
|
||||||
</inclusion>
|
</inclusion>
|
||||||
<inclusion>
|
<inclusion>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-tools</artifactId>
|
<artifactId>getdown-tools</artifactId>
|
||||||
</inclusion>
|
</inclusion>
|
||||||
<inclusion>
|
<inclusion>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<version>7</version>
|
<version>7</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8-SNAPSHOT</version>
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown</artifactId>
|
<artifactId>getdown</artifactId>
|
||||||
<version>1.8-SNAPSHOT</version>
|
<version>1.8-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.threerings</groupId>
|
<groupId>com.threerings.getdown</groupId>
|
||||||
<artifactId>getdown-core</artifactId>
|
<artifactId>getdown-core</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user