JAMES-2475 Partial build plugin need to build snapshots
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1ac24c09 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1ac24c09 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1ac24c09 Branch: refs/heads/master Commit: 1ac24c097b2149ede60be6fff7c252e748c191b7 Parents: 05ce307 Author: Benoit Tellier <[email protected]> Authored: Mon Aug 13 15:01:37 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Aug 13 18:35:12 2018 +0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1ac24c09/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 82fa547..888b7f3 100644 --- a/pom.xml +++ b/pom.xml @@ -3210,6 +3210,7 @@ <referenceBranch>${env.JAMES_PARTIAL_BUILD_BASE_BRANCH}</referenceBranch> <buildAll>true</buildAll> <skipTestsForNotImpactedModules>true</skipTestsForNotImpactedModules> + <buildSnapshotDependencies>true</buildSnapshotDependencies> <impacted>true</impacted> <ignoreAllReactorProjects>false</ignoreAllReactorProjects> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
