Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-cloud
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-hook
gic-cloud
Commits
640453f3
Commit
640453f3
authored
May 28, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自助指标解密
parent
a7ff46a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
17 deletions
+68
-17
pom.xml
gic-cloud-data-hook-api/pom.xml
+68
-17
No files found.
gic-cloud-data-hook-api/pom.xml
View file @
640453f3
...
...
@@ -7,24 +7,20 @@
<!--<groupId>com.gic</groupId>-->
<!--<version>1.0</version>-->
<!--</parent>-->
<parent>
<groupId>
com.gic
</groupId>
<artifactId>
gic-pom-base
</artifactId>
<version>
3.0-SNAPSHOT
</version>
</parent>
<groupId>
com.gic
</groupId>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
gic-cloud-data-hook-api
</artifactId>
<packaging>
jar
</packaging>
<version>
${
dataHook
Version}
</version>
<version>
${
library
Version}
</version>
<name>
${project.artifactId}
</name>
<properties>
<dataHookVersion>
1.0-SNAPSHOT
</dataHookVersion>
<cloudCommonsVersion>
3.0-SNAPSHOT
</cloudCommonsVersion>
<cloudServiceVersion>
3.0-SNAPSHOT
</cloudServiceVersion>
<serviceVersion>
3.0-SNAPSHOT
</serviceVersion>
<commonsVersion>
3.0-SNAPSHOT
</commonsVersion>
<memcachedVersion>
3.0-SNAPSHOT
</memcachedVersion>
<esVersion>
3.0-SNAPSHOT
</esVersion>
<mongoVersion>
3.0-SNAPSHOT
</mongoVersion>
<proTradeVersion>
3.0-SNAPSHOT
</proTradeVersion>
<platformConfigVersion>
3.0-SNAPSHOT
</platformConfigVersion>
</properties>
<distributionManagement>
<snapshotRepository>
...
...
@@ -53,10 +49,10 @@
<version>
3.8.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<
!--<
dependency>
<groupId>com.gic</groupId>
<artifactId>gic-cloud-web-service-api</artifactId>
<version>
${
cloudServiceVersion
}
</version>
<version>${
gic-cloud-data-hook-api
}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
...
...
@@ -67,7 +63,7 @@
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
-->
<!--<dependency>
<groupId>com.gic</groupId>
<artifactId>gic-dict-api</artifactId>
...
...
@@ -78,7 +74,7 @@
<artifactId>gic-cloud-communicate-api</artifactId>
<version>${cloudServiceVersion}</version>
</dependency>-->
<dependency>
<
!-- <
dependency>
<groupId>com.gic</groupId>
<artifactId>gic-cloud-commons</artifactId>
<version>${cloudServiceVersion}</version>
...
...
@@ -92,11 +88,11 @@
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
-->
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
gic-platform-config
</artifactId>
<version>
${
platformConfigVersion
}
</version>
<version>
${
gic-platform-config
}
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
@@ -122,6 +118,61 @@
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
flatten-maven-plugin
</artifactId>
<!--<version>1.1.0-SNAPSHOT</version> -->
<configuration>
<flattenMode>
defaults
</flattenMode>
</configuration>
<executions>
<!-- enable flattening -->
<execution>
<id>
flatten
</id>
<phase>
process-resources
</phase>
<goals>
<goal>
flatten
</goal>
</goals>
</execution>
<!-- ensure proper cleanup -->
<execution>
<id>
flatten.clean
</id>
<phase>
clean
</phase>
<goals>
<goal>
clean
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.7
</version>
<executions>
<execution>
<id>
default-deploy
</id>
<phase>
deploy
</phase>
<goals>
<goal>
deploy
</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- 要将源码放上去,需要加入这个插件 -->
<plugin>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment