Repository: commons-fileupload Updated Branches: refs/heads/b1_3 8c7cddf23 -> 468427657
mvn release:perform fails, if the site hasn't been built. - Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/46842765 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/46842765 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/46842765 Branch: refs/heads/b1_3 Commit: 468427657670349cff5c917b756c0fe4bcf78051 Parents: 8c7cddf Author: Jochen Wiedmann <joc...@apache.org> Authored: Sun Dec 4 15:54:38 2016 +0100 Committer: Jochen Wiedmann <joc...@apache.org> Committed: Sun Dec 4 15:54:38 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/46842765/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 632ea37..c73f0df 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <preparationGoals>clean site verify</preparationGoals> - <goals>deploy</goals> + <goals>clean site deploy</goals> </configuration> </plugin> </plugins>