Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panwangnan
schbrain-parent
Commits
a0705178
Commit
a0705178
authored
Jan 16, 2022
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add plugins
parent
69ee40a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
37 deletions
+4
-37
pom.xml
pom.xml
+4
-37
No files found.
pom.xml
View file @
a0705178
...
...
@@ -70,7 +70,7 @@
<!-- apollo -->
<apollo.version>
1.9.2
</apollo.version>
<!-- aliyun -->
<aliyun.oss.version>
3.1
3.2
</aliyun.oss.version>
<aliyun.oss.version>
3.1
4.0
</aliyun.oss.version>
<!-- logstash-logback-encoder -->
<logstash-logback-encoder.version>
7.0.1
</logstash-logback-encoder.version>
<!-- xxl-job -->
...
...
@@ -78,7 +78,6 @@
<!-- maven plugins -->
<flatten-maven-plugin.version>
1.2.7
</flatten-maven-plugin.version>
<dockerfile-maven-plugin.version>
1.4.13
</dockerfile-maven-plugin.version>
<integration-maven-plugin.version>
1.0.0-SNAPSHOT
</integration-maven-plugin.version>
</properties>
...
...
@@ -451,42 +450,10 @@
</execution>
</executions>
<configuration>
<
repositoryGitUrl>
http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git
</repositoryGitUrl
>
<
gitRepository>
http://gitlab.schbrain.com/gitlab/framework/Dockerfile.git
</gitRepository
>
<branch>
main
</branch>
</configuration>
</plugin>
<plugin>
<groupId>
com.spotify
</groupId>
<artifactId>
dockerfile-maven-plugin
</artifactId>
<version>
${dockerfile-maven-plugin.version}
</version>
<executions>
<execution>
<id>
buildImage
</id>
<phase>
package
</phase>
<goals>
<goal>
build
</goal>
</goals>
</execution>
<execution>
<id>
pushImage
</id>
<phase>
package
</phase>
<goals>
<goal>
push
</goal>
</goals>
</execution>
</executions>
<configuration>
<dockerfile>
${project.build.directory}/Dockerfile
</dockerfile>
<repository>
${docker.repository}/${project.parent.artifactId}
</repository>
<writeTestMetadata>
false
</writeTestMetadata>
<skipDockerInfo>
true
</skipDockerInfo>
<pullNewerImage>
false
</pullNewerImage>
<googleContainerRegistryEnabled>
false
</googleContainerRegistryEnabled>
<useMavenSettingsForAuth>
true
</useMavenSettingsForAuth>
<noCache>
false
</noCache>
<verbose>
true
</verbose>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
...
...
@@ -497,7 +464,7 @@
<id>
dev
</id>
<properties>
<spring.profile>
dev
</spring.profile>
<docker.re
pository>
registry.cn-hangzhou.aliyuncs.com/schbrain-dev
</docker.reposito
ry>
<docker.re
gistry>
registry.cn-hangzhou.aliyuncs.com/schbrain-dev
</docker.regist
ry>
</properties>
<activation>
<activeByDefault>
true
</activeByDefault>
...
...
@@ -508,7 +475,7 @@
<id>
prod
</id>
<properties>
<spring.profile>
prod
</spring.profile>
<docker.re
pository>
registry-vpc.cn-hangzhou.aliyuncs.com/schbrain
</docker.reposito
ry>
<docker.re
gistry>
registry-vpc.cn-hangzhou.aliyuncs.com/schbrain
</docker.regist
ry>
</properties>
</profile>
<!-- Java8 -->
...
...
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