mirror of https://github.com/apache/maven.git
fix scm connection and developerConnection values in modules, waiting
for maven-scm support of default inherited values, which appends /${artifactId}
This commit is contained in:
parent
581f48554c
commit
65e219f621
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Aether Provider</name>
|
||||
<description>Extensions to Aether for utilizing Maven POM and repository metadata.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
|
|
@ -23,6 +23,11 @@
|
|||
|
||||
<name>Maven Artifact</name>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
<name>Maven Compat</name>
|
||||
<description>Maven2 classes maintained as compatibility layer.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
<name>Maven Core</name>
|
||||
<description>Maven Core classes.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<!-- Maven -->
|
||||
<dependency>
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
<name>Maven Embedder</name>
|
||||
<description>Maven embeddable component, with CLI and logging support.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
<name>Maven Model Builder</name>
|
||||
<description>The effective model builder, with inheritance, profile activation, interpolation, ...</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Model</name>
|
||||
<description>Model for Maven POM (Project Object Model)</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Plugin API</name>
|
||||
<description>The API for plugins - Mojos - development.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
|
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Repository Metadata Model</name>
|
||||
<description>Per-directory local and remote repository metadata.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Settings Builder</name>
|
||||
<description>The effective settings builder, with inheritance and password decryption.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
|
@ -33,6 +33,11 @@ under the License.
|
|||
<name>Maven Settings</name>
|
||||
<description>Maven Settings model.</description>
|
||||
|
||||
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
Loading…
Reference in New Issue