Repository: commons-fileupload Updated Branches: refs/heads/master 612288d98 -> 7b65dc018
mvn release:perform fails, if site hasn't been created. Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/7b65dc01 Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/7b65dc01 Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/7b65dc01 Branch: refs/heads/master Commit: 7b65dc01869502f7f8a7e0d688cde175a571b16c Parents: 612288d Author: Jochen Wiedmann <joc...@apache.org> Authored: Sun Dec 4 15:56:15 2016 +0100 Committer: Jochen Wiedmann <joc...@apache.org> Committed: Sun Dec 4 15:56:15 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/7b65dc01/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a89b924..39da1ee 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <artifactId>maven-release-plugin</artifactId> <configuration> <preparationGoals>clean site verify</preparationGoals> - <goals>deploy</goals> + <goals>clean site deploy</goals> </configuration> </plugin> </plugins>