Skip to content

Commit

Permalink
Introduced MAVEN_CLEAR_REPO for reducing image-size.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcordes73 committed May 25, 2016
1 parent ffc8470 commit b307d2d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rider-auto-backend/rider-auto-backend-template-fis.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"description": "Extra arguments passed to mvn, e.g. for multi-module builds",
"value": "-pl org.fusesource.examples:rider-auto-backend -am -Pkaraf-distro"
},
{
"name": "MAVEN_CLEAR_REPO",
"description": "If set, the local maven directory inside the Image will be cleared, leading to a reduced image size, but also to a redownload of artifacts in case of an incremental build."
},
{
"name": "ARTIFACT_DIR",
"description": "Maven build directory",
Expand Down Expand Up @@ -165,6 +169,10 @@
{
"name": "MAVEN_ARGS_APPEND",
"value": "${MAVEN_ARGS_APPEND}"
},
{
"name": "MAVEN_CLEAR_REPO",
"value": "${MAVEN_CLEAR_REPO}"
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions rider-auto-file/rider-auto-file-template-fis.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"description": "Extra arguments passed to mvn, e.g. for multi-module builds",
"value": "-pl org.fusesource.examples:rider-auto-file -am -Pkaraf-distro"
},
{
"name": "MAVEN_CLEAR_REPO",
"description": "If set, the local maven directory inside the Image will be cleared, leading to a reduced image size, but also to a redownload of artifacts in case of an incremental build."
},
{
"name": "ARTIFACT_DIR",
"description": "Maven build directory",
Expand Down Expand Up @@ -165,6 +169,10 @@
{
"name": "MAVEN_ARGS_APPEND",
"value": "${MAVEN_ARGS_APPEND}"
},
{
"name": "MAVEN_CLEAR_REPO",
"value": "${MAVEN_CLEAR_REPO}"
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions rider-auto-normalizer/rider-auto-normalizer-template-fis.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"description": "Extra arguments passed to mvn, e.g. for multi-module builds",
"value": "-pl org.fusesource.examples:rider-auto-normalizer -am -Pkaraf-distro"
},
{
"name": "MAVEN_CLEAR_REPO",
"description": "If set, the local maven directory inside the Image will be cleared, leading to a reduced image size, but also to a redownload of artifacts in case of an incremental build."
},
{
"name": "ARTIFACT_DIR",
"description": "Maven build directory",
Expand Down Expand Up @@ -165,6 +169,10 @@
{
"name": "MAVEN_ARGS_APPEND",
"value": "${MAVEN_ARGS_APPEND}"
},
{
"name": "MAVEN_CLEAR_REPO",
"value": "${MAVEN_CLEAR_REPO}"
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions rider-auto-ws/rider-auto-ws-template-fis.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
"description": "Extra arguments passed to mvn, e.g. for multi-module builds",
"value": "-pl org.fusesource.examples:rider-auto-ws -am -Pkaraf-distro"
},
{
"name": "MAVEN_CLEAR_REPO",
"description": "If set, the local maven directory inside the Image will be cleared, leading to a reduced image size, but also to a redownload of artifacts in case of an incremental build."
},
{
"name": "ARTIFACT_DIR",
"description": "Maven build directory",
Expand Down Expand Up @@ -220,6 +224,10 @@
{
"name": "MAVEN_ARGS_APPEND",
"value": "${MAVEN_ARGS_APPEND}"
},
{
"name": "MAVEN_CLEAR_REPO",
"value": "${MAVEN_CLEAR_REPO}"
}
]
}
Expand Down

0 comments on commit b307d2d

Please sign in to comment.