lintool / warcbase

Warcbase is an open-source platform for managing analyzing web archives
http://warcbase.org/
161 stars 47 forks source link

fix the build error when run 'mvn clean package appassembler:assemble… #258

Open cheng10 opened 7 years ago

cheng10 commented 7 years ago

when i try to run "mvn clean package appassembler:assemble -DskipTests" command on a ubuntu 16.04 server, i got build error: PluginParameterException. After search online and read the appassembler doc, i managed to fix this build error through editing pom.xml.

https://cwiki.apache.org/confluence/display/MAVEN/PluginParameterException http://www.mojohaus.org/appassembler/appassembler-maven-plugin/usage-program.html https://lintool.github.io/warcbase-docs/Building-and-Running-Warcbase-Under-OS-X/