mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Configure artifact properties using Artifactory resource
This commit is contained in:
parent
dea4e148f1
commit
63671c65cb
@ -10,6 +10,12 @@ anchors:
|
||||
exclude:
|
||||
- "**/*.effective-pom"
|
||||
- "**/initializr-service-sample/**"
|
||||
artifact_set:
|
||||
- include:
|
||||
- "/**/initializr-docs-*.zip"
|
||||
properties:
|
||||
"zip.type": "docs"
|
||||
"zip.deployed": "false"
|
||||
artifactory-task-params: &artifactory-task-params
|
||||
ARTIFACTORY_SERVER: ((artifactory-server))
|
||||
ARTIFACTORY_USERNAME: ((artifactory-username))
|
||||
|
@ -338,7 +338,6 @@
|
||||
<artifacts>
|
||||
<artifact>
|
||||
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>
|
||||
<type>zip;zip.type=docs;zip.deployed=false</type>
|
||||
</artifact>
|
||||
</artifacts>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user