Error in Maven building?
问题 After i wrote mvn -f pom.xml compile exec:java -Dexec.classpathScope=Compile-Dexec.main Class=storm.starter.WordCountTopology and found this !! [INFO] One or more required plugin parameters are invalid/missing for 'exec:java' [0] Inside the definition for plugin 'exec-maven-plugin' specify the following: ... VALUE -OR- on the command line, specify: '-Dstorm.topology=VALUE 回答1: If you link your pom.xml then this would be easier. I'm guessing you're using Storm. Have you written your own