Skip to content

Commit

Permalink
fix cola-components/pom.xml format; simplify `cola-archetypes/cola-…
Browse files Browse the repository at this point in the history
…archetype-light/pom.xml` 💅
  • Loading branch information
oldratlee committed Jun 2, 2024
1 parent 65e9e39 commit bda5047
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 822 deletions.
71 changes: 42 additions & 29 deletions cola-archetypes/cola-archetype-light/pom.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-framework-archetypes-parent</artifactId>
<version>5.x-SNAPSHOT</version>
</parent>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-framework-archetypes-parent</artifactId>
<version>5.x-SNAPSHOT</version>
</parent>

<artifactId>cola-archetype-light</artifactId>
<packaging>maven-archetype</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<url>https://github.com/alibaba/COLA</url>
<artifactId>cola-archetype-light</artifactId>
<packaging>maven-archetype</packaging>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<url>https://github.com/alibaba/COLA</url>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>3.2.1</version>
</extension>
</extensions>
<licenses>
<license>
<name>GNU Lesser General Public License v2.1</name>
<url>https://github.com/alibaba/COLA/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/alibaba/COLA.git</connection>
<developerConnection>scm:git:https://github.com/alibaba/COLA.git</developerConnection>
<url>https://github.com/alibaba/COLA</url>
</scm>
<issueManagement>
<url>https://github.com/alibaba/COLA/issues</url>
<system>GitHub Issues</system>
</issueManagement>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.2.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<developers>
<developer>
<id>significantfrank</id>
<name>Frank Zhang</name>
<email>25216348(at)qq.com</email>
<roles>
<role>Developer</role>
<role>Architect</role>
</roles>
<timezone>+8</timezone>
<url>https://github.com/significantfrank</url>
</developer>
</developers>
</project>
Loading

0 comments on commit bda5047

Please sign in to comment.