You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
7.0 KiB
XML
151 lines
7.0 KiB
XML
<?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>
|
|
<groupId>org.alis</groupId>
|
|
<artifactId>alis-generator</artifactId>
|
|
<version>1.0.1</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>alis-generator</name>
|
|
<description>alis-generator</description>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.6.3</version>
|
|
<relativePath/>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>alis-generator-core</module>
|
|
<module>alis-generator-boot-starter</module>
|
|
<module>alis-generator-server</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<java.version>8</java.version>
|
|
</properties>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>public</id>
|
|
<name>阿里云公共仓库</name>
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>public</id>
|
|
<name>阿里云公共仓库</name>
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
|
|
|
|
<!-- <profiles>-->
|
|
<!-- <profile>-->
|
|
<!-- <id>release</id>-->
|
|
<!-- <activation>-->
|
|
<!-- <activeByDefault>true</activeByDefault>-->
|
|
<!-- </activation>-->
|
|
<!-- <build>-->
|
|
<!-- <plugins>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <artifactId>maven-release-plugin</artifactId>-->
|
|
<!-- <version>2.5.3</version>-->
|
|
<!-- <configuration>-->
|
|
<!-- <autoVersionSubmodules>true</autoVersionSubmodules>-->
|
|
<!-- <useReleaseProfile>false</useReleaseProfile>-->
|
|
<!-- <releaseProfiles>release</releaseProfiles>-->
|
|
<!-- <goals>deploy</goals>-->
|
|
<!-- </configuration>-->
|
|
<!-- </plugin>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <artifactId>maven-source-plugin</artifactId>-->
|
|
<!-- <version>2.2.1</version>-->
|
|
<!-- <executions>-->
|
|
<!-- <execution>-->
|
|
<!-- <id>attach-sources</id>-->
|
|
<!-- <goals>-->
|
|
<!-- <goal>jar</goal>-->
|
|
<!-- </goals>-->
|
|
<!-- </execution>-->
|
|
<!-- </executions>-->
|
|
<!-- </plugin>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
|
|
<!-- <configuration>-->
|
|
<!-- <charset>UTF-8</charset>-->
|
|
<!-- <encoding>UTF-8</encoding>-->
|
|
<!-- <docencoding>UTF-8</docencoding>-->
|
|
<!-- </configuration>-->
|
|
<!-- <version>2.9.1</version>-->
|
|
<!-- <executions>-->
|
|
<!-- <execution>-->
|
|
<!-- <id>attach-javadocs</id>-->
|
|
<!-- <goals>-->
|
|
<!-- <goal>jar</goal>-->
|
|
<!-- </goals>-->
|
|
<!-- <configuration>-->
|
|
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
|
|
<!-- </configuration>-->
|
|
<!-- </execution>-->
|
|
<!-- </executions>-->
|
|
<!-- </plugin>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
|
|
<!-- <version>1.5</version>-->
|
|
<!-- <executions>-->
|
|
<!-- <execution>-->
|
|
<!-- <id>sign-artifacts</id>-->
|
|
<!-- <phase>verify</phase>-->
|
|
<!-- <goals>-->
|
|
<!-- <goal>sign</goal>-->
|
|
<!-- </goals>-->
|
|
<!-- </execution>-->
|
|
<!-- </executions>-->
|
|
<!-- </plugin>-->
|
|
<!-- <plugin>-->
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
<!-- <artifactId>maven-jar-plugin</artifactId>-->
|
|
<!-- <version>${maven-jar-plugin.version}</version>-->
|
|
<!-- <configuration>-->
|
|
<!-- <archive>-->
|
|
<!-- <manifest>-->
|
|
<!-- <addDefaultImplementationEntries>true</addDefaultImplementationEntries>-->
|
|
<!-- </manifest>-->
|
|
<!-- </archive>-->
|
|
<!-- </configuration>-->
|
|
<!-- </plugin>-->
|
|
<!-- </plugins>-->
|
|
<!-- </build>-->
|
|
<!-- <distributionManagement>-->
|
|
<!-- <snapshotRepository>-->
|
|
<!-- <id>release</id>-->
|
|
<!-- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>-->
|
|
<!-- </snapshotRepository>-->
|
|
<!-- <repository>-->
|
|
<!-- <id>release</id>-->
|
|
<!-- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
|
|
<!-- </repository>-->
|
|
<!-- </distributionManagement>-->
|
|
<!-- </profile>-->
|
|
<!-- </profiles>-->
|
|
</project>
|