Skip to content

Commit

Permalink
[chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin err…
Browse files Browse the repository at this point in the history
…or (#7804)

1. fix problems when build fe_plugins
2. format
3. add docs about dump data using mysql dump
  • Loading branch information
yangzhg committed Jan 26, 2022
1 parent 021e281 commit 73b3d5c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -18,9 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
Expand Down Expand Up @@ -50,15 +47,13 @@ under the License.
<system>GitHub</system>
<url>https://github.com/apache/incubator-doris/issues</url>
</issueManagement>

<mailingLists>
<mailingList>
<name>Dev Mailing List</name>
<post>dev@doris.apache.org</post>
<subscribe>dev-subscribe@doris.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@doris.apache.org</unsubscribe>
</mailingList>

<mailingList>
<name>Commits Mailing List</name>
<post>commits@doris.apache.org</post>
Expand All @@ -78,7 +73,6 @@ under the License.
<doris.thirdparty>${env.DORIS_THIRDPARTY}</doris.thirdparty>
<project.scm.id>github</project.scm.id>
</properties>

<profiles>
<profile>
<id>thirdparty</id>
Expand All @@ -99,14 +93,12 @@ under the License.
<name>env.CUSTOM_MAVEN_REPO</name>
</property>
</activation>

<repositories>
<repository>
<id>custom-nexus</id>
<url>${env.CUSTOM_MAVEN_REPO}</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>custom-nexus</id>
Expand All @@ -132,7 +124,6 @@ under the License.
<activeByDefault>true</activeByDefault>
</activation>
</profile>

<!-- for general repository -->
<profile>
<id>general-env</id>
Expand All @@ -141,7 +132,6 @@ under the License.
<name>!env.CUSTOM_MAVEN_REPO</name>
</property>
</activation>

<repositories>
<repository>
<id>central</id>
Expand All @@ -151,7 +141,6 @@ under the License.
</repositories>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down Expand Up @@ -269,7 +258,6 @@ under the License.
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -441,5 +429,4 @@ under the License.
</plugin>
</plugins>
</build>

</project>

0 comments on commit 73b3d5c

Please sign in to comment.