Project

General

Profile

« Previous | Next » 

Revision 3a2a1682

Added by Andreas Kohlbecker about 6 years ago

fix #7209 removing scm entries from maven submodules

View differences:

cdmlib-cache/pom.xml
14 14
  <version>4.15.0-SNAPSHOT</version>
15 15
  <name>CDM Entity Cache</name>
16 16
  <description>CDM Entity Cache</description>
17
  <scm>
18
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-cache.git</connection>
19
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-cache.git</developerConnection>
20
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-cache/</url>
21
  </scm>
22 17
  <build>
23 18
    <plugins>
24 19
    </plugins>
cdmlib-commons/pom.xml
14 14
  <artifactId>cdmlib-commons</artifactId>
15 15
  <name>CDM Commons</name>
16 16
  <description>EDIT CDM library - Commons</description>
17
  <scm>
18
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-commons.git</connection>
19
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-commons.git</developerConnection>
20
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-commons/</url>
21
  </scm>
22 17
  
23 18
  <dependencies>
24 19
    <dependency>
cdmlib-db/pom.xml
11 11
  <artifactId>cdmlib-db</artifactId>
12 12
  <name>CDM Database Connectivity</name>
13 13
  <description>EDIT CDM database connectivity. Dependencies for database drivers and other database related libraries</description>
14
  <scm>
15
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-db.git</connection>
16
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-db.git</developerConnection>
17
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-db/</url>
18
  </scm>
19 14
  <build>
20 15
    <plugins>
21 16
     </plugins>
cdmlib-ext/pom.xml
14 14
  <artifactId>cdmlib-ext</artifactId>
15 15
  <name>CDM External</name>
16 16
  <description>EDIT CDM library external services. Module for handling requests to non CDM library services like the EDIT geoservice.</description>
17
  <scm>
18
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-ext.git</connection>
19
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-ext.git</developerConnection>
20
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-ext/</url>
21
  </scm>
22 17

  
23 18
  <dependencies>
24 19
 	<dependency>
cdmlib-io/pom.xml
12 12
  <artifactId>cdmlib-io</artifactId>
13 13
  <name>CDM Import/Export</name>
14 14
  <description>The import-export package for EDIT's cdmLibrary</description>
15
  <scm>
16
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-io.git</connection>
17
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-io.git</developerConnection>
18
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-io/</url>
19
  </scm>
15

  
20 16
  <build>
21 17
    <plugins>
22 18
      <plugin>
cdmlib-model/pom.xml
9 9
  <artifactId>cdmlib-model</artifactId>
10 10
  <name>CDM Domain Model</name>
11 11
  <description>The domain model java implementation of EDIT's Common Data Model</description>
12
  <scm>
13
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-model.git</connection>
14
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-model.git</developerConnection>
15
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-model/</url>
16
  </scm>
12

  
17 13
  <build>
18 14
    <plugins>
19 15
      <plugin>
cdmlib-persistence/pom.xml
11 11
  <artifactId>cdmlib-persistence</artifactId>
12 12
  <name>CDM Persistence</name>
13 13
  <description>EDIT CDM library persistence layer. Mainly DAOs</description>
14
  <scm>
15
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-persistence.git</connection>
16
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-persistence.git</developerConnection>
17
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-persistence/</url>
18
  </scm>
14

  
19 15
  <build>
20 16
    <plugins>
21 17
      <plugin>
cdmlib-print/pom.xml
12 12
  <packaging>jar</packaging>
13 13
  <name>CDM Print Publisher</name>
14 14
  <description>EDIT CDM Print Publishing Framework</description>
15
  <scm>
16
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-print.git
17
    </connection>
18
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-print.git
19
    </developerConnection>
20
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-print</url>
21
  </scm>
15

  
22 16
  <developers>
23 17
    <developer>
24 18
      <!-- your SVN account id please! -->
cdmlib-remote-webapp/pom.xml
16 16
  <properties>
17 17
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 18
  </properties>
19
  <scm>
20
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-remote-webapp.git</connection>
21
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-remote-webapp.git</developerConnection>
22
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-remote-webapp/</url>
23
  </scm>
24 19

  
25 20
  <profiles>
26 21
    <profile>
cdmlib-remote/pom.xml
20 20
    the common data model via webservices in the wider sense</description>
21 21
  <!-- Revert this back to "war" before committing -->
22 22
  <packaging>jar</packaging>
23
  <scm>
24
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-remote.git</connection>
25
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-remote.git</developerConnection>
26
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-remote/</url>
27
  </scm>
28 23

  
29 24
  <dependencies>
30 25
    <dependency>
cdmlib-services/pom.xml
19 19
       see https://dev.e-taxonomy.eu/redmine/issues/5302 and https://dev.e-taxonomy.eu/redmine/issues/6695 
20 20
  -->
21 21
  <packaging>bundle</packaging>
22
  <scm>
23
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-service.git</connection>
24
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-service.git</developerConnection>
25
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-service/</url>
26
  </scm>
22

  
27 23
  <build>
28 24
    <plugins>
29 25
      <plugin>
cdmlib-test/pom.xml
11 11
  <artifactId>cdmlib-test</artifactId>
12 12
  <name>CDM Integration Tests</name>
13 13
  <description>EDIT CDM library integration test layer. Some base classes and resources for CDM Library integration testing</description>
14
  <scm>
15
    <connection>scm:git:https://dev.e-taxonomy.eu/git/cdmlib-test.git</connection>
16
    <developerConnection>scm:git:ssh://git@dev.e-taxonomy.eu/var/git/cdmlib-test.git</developerConnection>
17
    <url>https://dev.e-taxonomy.eu/gitweb/cdmlib.git/tree/HEAD:/cdmlib-test/</url>
18
  </scm>
14

  
19 15
  <build>
20 16
    <plugins>
21 17
      <plugin>

Also available in: Unified diff