mavenでエラー【Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project war: Error assembling WAR: Problem creating war: No space left on device -> [Help 1]】

mavenで見たことのないエラー

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.391 s
[INFO] Finished at: 2016-06-27T10:45:53+09:00
[INFO] Final Memory: 42M/415M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project war: Error assembling WAR: Problem creating war: No space left on device -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :war

よく見たら、、、No space left on device

Macの容量がピンチでファイルが作成できなかったようです。