You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/12 19:44:43 UTC

[isis] 03/03: ISIS-2999: prepare removal of groupId: org.apache.isis.mappings

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 63ea8415c3585b592fc176c64a4b062621eb10ad
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 12 21:44:32 2022 +0200

    ISIS-2999: prepare removal of groupId:
    org.apache.isis.mappings</groupId>
---
 mappings/pom.xml | 132 -------------------------------------------------------
 starters/pom.xml |   8 ----
 2 files changed, 140 deletions(-)

diff --git a/mappings/pom.xml b/mappings/pom.xml
index d45aecbcb7..dc4ed51978 100644
--- a/mappings/pom.xml
+++ b/mappings/pom.xml
@@ -37,138 +37,6 @@
 		<git-plugin.propertiesDir>org/apache/isis/mappings</git-plugin.propertiesDir>
 	</properties>
 
-	<build>
-		<resources>
-			<resource>
-				<filtering>true</filtering>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**</include>
-				</includes>
-			</resource>
-			<resource>
-				<filtering>false</filtering>
-				<directory>src/main/java</directory>
-				<includes>
-					<include>**</include>
-				</includes>
-				<excludes>
-					<exclude>**/*.java</exclude>
-				</excludes>
-			</resource>
-		</resources>
-	</build>
-
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.apache.isis.mappings</groupId>
-				<artifactId>isis-mappings-restclient-applib</artifactId>
-				<version>2.0.0-SNAPSHOT</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.isis.mappings</groupId>
-				<artifactId>isis-mappings-jaxrsclient-applib</artifactId>
-				<version>2.0.0-SNAPSHOT</version>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.isis.mappings</groupId>
-				<artifactId>isis-mappings-jaxrsclient-impl</artifactId>
-				<version>2.0.0-SNAPSHOT</version>
-			</dependency>
-
-			<!-- testing -->
-			<dependency>
-				<groupId>org.apache.isis.testing</groupId>
-				<artifactId>isis-testing-fixtures-applib</artifactId>
-				<version>2.0.0-SNAPSHOT</version>
-			</dependency>
-
-
-		</dependencies>
-	</dependencyManagement>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.projectlombok</groupId>
-			<artifactId>lombok</artifactId>
-			<scope>provided</scope>
-		</dependency>
-	</dependencies>
-
-	<modules>
-		<module>jaxrsclient</module>
-	</modules>
-
-	<profiles>
-		<profile>
-			<id>isis-app-starter-datanucleusenhance</id>
-			<activation>
-				<file>
-					<exists>${basedir}/logging-dn-enhance.properties</exists>
-				</file>
-			</activation>
-			<properties>
-				<datanucleus-maven-plugin.log4jConfiguration>${basedir}/logging-dn-enhance.properties</datanucleus-maven-plugin.log4jConfiguration>
-				<datanucleus-maven-plugin.verbose>true</datanucleus-maven-plugin.verbose>
-				<datanucleus-maven-plugin.fork>false</datanucleus-maven-plugin.fork>
-			</properties>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.datanucleus</groupId>
-						<artifactId>datanucleus-maven-plugin</artifactId>
-						<version>${datanucleus-maven-plugin.version}</version>
-						<configuration>
-							<fork>${datanucleus-maven-plugin.fork}</fork>
-							<log4jConfiguration>${datanucleus-maven-plugin.log4jConfiguration}</log4jConfiguration>
-							<verbose>${datanucleus-maven-plugin.verbose}</verbose>
-						</configuration>
-						<executions>
-							<execution>
-								<id>process-classes</id>
-								<phase>process-classes</phase>
-								<goals>
-									<goal>enhance</goal>
-								</goals>
-							</execution>
-							<execution>
-								<id>process-test-classes</id>
-								<phase>process-test-classes</phase>
-								<goals>
-									<goal>test-enhance</goal>
-								</goals>
-								<configuration>
-									<metadataDirectory>${project.build.testOutputDirectory}</metadataDirectory>
-								</configuration>
-							</execution>
-						</executions>
-						<dependencies>
-							<dependency>
-								<groupId>org.datanucleus</groupId>
-								<artifactId>datanucleus-core</artifactId>
-								<version>${datanucleus-core.version}</version>
-							</dependency>
-							<dependency>
-								<groupId>org.datanucleus</groupId>
-								<artifactId>datanucleus-api-jdo</artifactId>
-								<version>${datanucleus-api-jdo.version}</version>
-							</dependency>
-							<dependency>
-								<groupId>org.datanucleus</groupId>
-								<artifactId>datanucleus-jodatime</artifactId>
-								<version>${datanucleus-jodatime.version}</version>
-							</dependency>
-						</dependencies>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-
-	</profiles>
 </project>
 
 
diff --git a/starters/pom.xml b/starters/pom.xml
index f9d869dd22..67852e9806 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -98,14 +98,6 @@
 				<type>pom</type>
 			</dependency>
 
-			<dependency>
-				<groupId>org.apache.isis.mappings</groupId>
-				<artifactId>isis-mappings</artifactId>
-				<version>2.0.0-SNAPSHOT</version>
-				<scope>import</scope>
-				<type>pom</type>
-			</dependency>
-
 			<dependency>
 				<groupId>org.apache.isis.subdomains</groupId>
 				<artifactId>isis-subdomains</artifactId>