maven is throwing ArrayOutOfBoundsException
问题 Am using apache-maven-3.5.0 and Java version "1.7.0_80" on macOS Sierra... Wrote a sample maven pom.xml file as follows: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.example</groupId> <artifactId>myapp</artifactId> <packaging>war</packaging> <version>2.0-SNAPSHOT</version> <properties> <jdk