I installed maven 3.0.4 by using apt-get install maven, but how to install the maven-site-plugin 3.0 , the synaptic package manager shows there are only libmaven-site-plugin-java 2.1-2 and libjavacc-maven-site-plugin-java 2.6-2
I installed maven 3.0.4 by using apt-get install maven , but how to install
Share
You never install the maven-site-plugin via operating system (or in ubuntu) you will using it via your pom by defining it like this:
See also the documentation about the maven-site-plugin.