Преглед изворни кода

chore => 完善pom配置,符合maven发布标准

JustryDeng пре 10 месеци
родитељ
комит
577b793bd4
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      class-winter-core/pom.xml
  2. 1 0
      class-winter-maven-plugin/pom.xml

+ 1 - 0
class-winter-core/pom.xml

@@ -9,6 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <name>class-winter-core</name>
     <artifactId>class-winter-core</artifactId>
 
     <dependencies>

+ 1 - 0
class-winter-maven-plugin/pom.xml

@@ -9,6 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
+    <name>class-winter-maven-plugin</name>
     <artifactId>class-winter-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>