Quellcode durchsuchen

更新目录结构

gushoubang vor 9 Monaten
Ursprung
Commit
32c14c485b
4 geänderte Dateien mit 13 neuen und 17 gelöschten Zeilen
  1. 7 7
      onemap-modules/onemap-file/pom.xml
  2. 6 6
      onemap-modules/onemap-spatial/pom.xml
  3. 0 3
      onemap-modules/pom.xml
  4. 0 1
      pom.xml

+ 7 - 7
onemap-modules/onemap-file/pom.xml

@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <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>com.onemap</groupId>
         <artifactId>onemap-modules</artifactId>
         <version>3.6.1</version>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <artifactId>onemap-modules-file</artifactId>
 
@@ -89,11 +89,11 @@
             <version>1.9.4</version>
             <scope>compile</scope>
         </dependency>
-<!--        <dependency>-->
-<!--            <groupId>org.gdal</groupId>-->
-<!--            <artifactId>gdal</artifactId>-->
-<!--            <version>3.3.0</version>-->
-<!--        </dependency>-->
+        <!--        <dependency>-->
+        <!--            <groupId>org.gdal</groupId>-->
+        <!--            <artifactId>gdal</artifactId>-->
+        <!--            <version>3.3.0</version>-->
+        <!--        </dependency>-->
         <!--   ejml     -->
         <dependency>
             <groupId>ejml-core</groupId>

+ 6 - 6
onemap-modules/onemap-spatial/pom.xml

@@ -1,14 +1,15 @@
-<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: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>
         <artifactId>onemap-modules</artifactId>
         <groupId>com.onemap</groupId>
         <version>3.6.1</version>
     </parent>
-    <artifactId>onemap-spatial</artifactId>
-    <name>Archetype - onemap-spatial</name>
-    <url>http://maven.apache.org</url>
+
+    <artifactId>onemap-modules-spatial</artifactId>
 
     <properties>
         <org.geotools.version>24.6</org.geotools.version>
@@ -124,7 +125,6 @@
         </dependency>
 
 
-
     </dependencies>
 
     <repositories>

+ 0 - 3
onemap-modules/pom.xml

@@ -10,13 +10,10 @@
 
     <modules>
         <module>onemap-system</module>
-<!--        <module>onemap-gen</module>-->
-<!--        <module>onemap-job</module>-->
         <module>onemap-file</module>
         <module>onemap-apply</module>
         <module>onemap-analyse</module>
         <module>onemap-spatial</module>
-<!--        <module>onemap-vector</module>-->
     </modules>
     <dependencies>
         <!--postgresql-->

+ 0 - 1
pom.xml

@@ -244,7 +244,6 @@
         <module>onemap-modules</module>
         <module>onemap-api</module>
         <module>onemap-common</module>
-        <module>onemap-modules/onemap-spatial</module>
     </modules>
     <packaging>pom</packaging>