Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
bltdc
dc-java
Commits
456c1d54
Commit
456c1d54
authored
Jul 10, 2019
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增启动类
parent
8b60a4c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
43 deletions
+31
-43
pom.xml
data-base/base_sync_finance_amazon/pom.xml
+31
-43
No files found.
data-base/base_sync_finance_amazon/pom.xml
View file @
456c1d54
...
@@ -40,49 +40,37 @@
...
@@ -40,49 +40,37 @@
</dependencies>
</dependencies>
<build>
<build>
<pluginManagement>
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<plugins>
<plugin>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<groupId>
org.apache.maven.plugins
</groupId>
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-clean-plugin
</artifactId>
</plugin>
<version>
3.1.0
</version>
</plugin>
<plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<artifactId>
maven-assembly-plugin
</artifactId>
<plugin>
<version>
3.1.0
</version>
<artifactId>
maven-resources-plugin
</artifactId>
<configuration>
<version>
3.0.2
</version>
<archive>
</plugin>
<manifest>
<plugin>
<mainClass>
com.bailuntec.Application
</mainClass>
<artifactId>
maven-compiler-plugin
</artifactId>
</manifest>
<version>
3.8.0
</version>
</archive>
</plugin>
<descriptorRefs>
<plugin>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
<artifactId>
maven-surefire-plugin
</artifactId>
</descriptorRefs>
<version>
2.22.1
</version>
<appendAssemblyId>
false
</appendAssemblyId>
</plugin>
</configuration>
<plugin>
<executions>
<artifactId>
maven-jar-plugin
</artifactId>
<execution>
<version>
3.0.2
</version>
<id>
make-assembly
</id>
</plugin>
<phase>
package
</phase>
<plugin>
<goals>
<artifactId>
maven-install-plugin
</artifactId>
<goal>
single
</goal>
<version>
2.5.2
</version>
</goals>
</plugin>
</execution>
<plugin>
</executions>
<artifactId>
maven-deploy-plugin
</artifactId>
</plugin>
<version>
2.8.2
</version>
</plugins>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.7.1
</version>
</plugin>
<plugin>
<artifactId>
maven-project-info-reports-plugin
</artifactId>
<version>
3.0.0
</version>
</plugin>
</plugins>
</pluginManagement>
<resources>
<resources>
<resource>
<resource>
...
...
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