代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/OneDev 强制同步,此操作会覆盖自 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>
<parent>
<groupId>io.onedev</groupId>
<artifactId>parent</artifactId>
<version>1.0.3</version>
</parent>
<artifactId>server</artifactId>
<version>3.0.4</version>
<packaging>pom</packaging>
<build>
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>${antlr.version}</version>
<executions>
<execution>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
<configuration>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
<listener>true</listener>
<visitor>true</visitor>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>io.onedev</groupId>
<artifactId>plugin-maven</artifactId>
<versionRange>[2.0.0,]</versionRange>
<goals>
<goal>populate-resources</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<versionRange>[2.0,]</versionRange>
<goals>
<goal>execute</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<versionRange>[1.0.0,]</versionRange>
<goals>
<goal>jar</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>default-jar</id>
<phase>never</phase>
<configuration>
<finalName>unwanted</finalName>
<classifier>unwanted</classifier>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>io.onedev</groupId>
<artifactId>plugin-maven</artifactId>
<version>2.0.1</version>
<executions>
<execution>
<id>populate-resources</id>
<phase>compile</phase>
<goals>
<goal>populate-resources</goal>
</goals>
</execution>
<execution>
<id>package-artifacts</id>
<phase>package</phase>
<goals>
<goal>package-artifacts</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>target/generated-sources/antlr4</directory>
<includes>
<include>*.tokens</include>
</includes>
</resource>
</resources>
</build>
<modules>
<module>server-core</module>
<module>server-plugin</module>
<module>server-product</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.onedev</groupId>
<artifactId>commons-launcher-loader</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>io.onedev</groupId>
<artifactId>commons-launcher-loader</artifactId>
<type>test-jar</type>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>io.onedev</groupId>
<artifactId>commons-codeassist</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>io.onedev</groupId>
<artifactId>commons-jsymbol</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>io.onedev</groupId>
<artifactId>commons-jsyntax</artifactId>
<version>${commons.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>pmeaseRepo</id>
<url>http://artifact.pmease.com/artifactory/pmeaseRepo</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>
<properties>
<commons.version>1.1.9</commons.version>
<antlr.version>4.7.2</antlr.version>
</properties>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。