同步操作将从 10km/sql2java 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>com.gitee.l0km</groupId><artifactId>sql2java</artifactId><version>3.33.0</version><packaging>pom</packaging><name>sql2java</name><description>a light ORM tool to generate java code for accessing database </description><url>https://gitee.com/l0km</url><properties><maven.compiler.source>1.7</maven.compiler.source><maven.compiler.target>1.7</maven.compiler.target><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><com4j.version>4.3.0</com4j.version><casban.version>1.4.0</casban.version><beanfilter.version>0.13.0</beanfilter.version><c3p0.version>0.9.5.4</c3p0.version><sqlite-jdbc.version>3.32.3.2</sqlite-jdbc.version><simplemq.version>2.3.14</simplemq.version><jsqlparser.version>4.5</jsqlparser.version><fastjson.version>1.2.83</fastjson.version><jackson.version>2.12.5</jackson.version><jts.version>1.13</jts.version><swift.version>0.14.2</swift.version><druid.version>1.2.8</druid.version><commons-csv.version>1.0</commons-csv.version><spring.version>5.3.12</spring.version><!-- surefire 插件 跳过测试 --><skipTests>true</skipTests></properties><dependencyManagement><dependencies><dependency><groupId>junit</groupId><artifactId>junit</artifactId><version>4.12</version><scope>test</scope></dependency><!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>1.7.25</version></dependency><!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 --><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId><version>1.7.25</version></dependency><!-- https://mvnrepository.com/artifact/com.google.guava/guava --><dependency><groupId>com.google.guava</groupId><artifactId>guava</artifactId><version>20.0</version></dependency><dependency><groupId>com.google.code.findbugs</groupId><artifactId>jsr305</artifactId><version>1.3.9</version></dependency><!-- https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 --><dependency><groupId>org.apache.commons</groupId><artifactId>commons-configuration2</artifactId><version>2.1.1</version></dependency><dependency><groupId>org.apache.velocity</groupId><artifactId>velocity</artifactId><version>1.7</version></dependency><dependency><groupId>org.apache.velocity</groupId><artifactId>velocity-tools</artifactId><version>2.0</version></dependency></dependencies></dependencyManagement><build><pluginManagement><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><version>3.2.0</version><configuration><archive><manifestEntries><Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name></manifestEntries></archive></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId><version>2.9</version><configuration><detectLinks>false</detectLinks><detectOfflineLinks>false</detectOfflineLinks><linksource>false</linksource><detectJavaApiLink>false</detectJavaApiLink></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-release-plugin</artifactId><version>2.1</version><configuration><mavenExecutorId>forked-path</mavenExecutorId></configuration></plugin></plugins></pluginManagement></build><modules><module>sql2java-generator</module><module>sql2java-store</module><module>sql2java-base</module><module>sql2java-manager</module><module>sql2java-maven-plugin</module><module>sql2java-observer</module><module>sql2java-observer-cli</module><module>sql2java-velocity</module><module>sql2java-pagehelper</module><module>sql2java-excel</module><module>sql2java-redis</module></modules><licenses><license><name>The 2-Clause BSD License</name><url>https://gitee.com/l0km/sql2java/tree/master/LICENSE</url><distribution>repo</distribution></license></licenses><developers><developer><name>guyadong</name><email>10km0811@sohu.com</email><url>https://gitee.com/l0km</url></developer></developers><scm><connection>scm:git:https://gitee.com/l0km/facelog.git</connection><developerConnection>scm:git:https://gitee.com/l0km/sql2java.git</developerConnection><url>https://gitee.com/l0km/sql2java</url></scm><profiles><profile><id>doclint-java8-disable</id><!-- 指定profile只在JDK版本大于等于1.8时有效 --><activation><jdk>[1.8,)</jdk><!-- <activeByDefault>false</activeByDefault> --></activation><build><pluginManagement><plugins><!--引入javadoc插件 --><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId><version>2.9</version><configuration><!-- 禁用java 8 的DocLint新特性,以确保当javadoc有编译错误时,也能正常生成javadoc jar包 --><additionalparam>-Xdoclint:none</additionalparam></configuration></plugin></plugins></pluginManagement></build></profile><profile><id>only-eclipse</id><activation><property><name>m2e.version</name></property></activation><build><pluginManagement><plugins><!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--><plugin><groupId>org.eclipse.m2e</groupId><artifactId>lifecycle-mapping</artifactId><version>1.0.0</version><configuration><lifecycleMappingMetadata><pluginExecutions><pluginExecution><pluginExecutionFilter><groupId>org.apache.maven.plugins</groupId><artifactId>maven-plugin-plugin</artifactId><versionRange>[3.2,)</versionRange><goals><goal>descriptor</goal></goals></pluginExecutionFilter><action><ignore /></action></pluginExecution><pluginExecution><pluginExecutionFilter><groupId>org.codehaus.mojo</groupId><artifactId>aspectj-maven-plugin</artifactId><versionRange>[1.10,)</versionRange><goals><goal>compile</goal></goals></pluginExecutionFilter><action><ignore /></action></pluginExecution></pluginExecutions></lifecycleMappingMetadata></configuration></plugin></plugins></pluginManagement></build></profile><!-- maven 中央仓库发布 --><profile><id>central-release</id><activation><property><name>performRelease</name><value>true</value></property></activation><repositories><repository><id>sonatype-nexus-snapshots</id><name>Sonatype Nexus Snapshots</name><url>https://oss.sonatype.org/content/repositories/snapshots</url><releases><enabled>false</enabled></releases><snapshots><enabled>true</enabled></snapshots></repository></repositories><distributionManagement><snapshotRepository><id>sonatype-nexus-snapshots</id><name>Sonatype Nexus Snapshots</name><url>${sonatypeOssDistMgmtSnapshotsUrl}</url></snapshotRepository><repository><id>sonatype-nexus-staging</id><name>Nexus Release Repository</name><url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url></repository></distributionManagement><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId><version>3.2.1</version><executions><execution><id>attach-sources</id><goals><goal>jar-no-fork</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId><executions><execution><id>attach-javadocs</id><goals><goal>jar</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-gpg-plugin</artifactId><version>1.1</version><executions><execution><id>sign-artifacts</id><phase>verify</phase><goals><goal>sign</goal></goals><configuration><useAgent>true</useAgent></configuration></execution></executions></plugin></plugins></build></profile></profiles></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。