How to install maven-site-plugin 3.0 in ubuntu 12.04 -


i installed maven 3.0.4 using apt-get install maven, how install maven-site-plugin 3.0 , synaptic package manager shows there libmaven-site-plugin-java 2.1-2 , libjavacc-maven-site-plugin-java 2.6-2

you never install maven-site-plugin via operating system (or in ubuntu) using via pom defining this:

  <build>     <plugins>       <plugin>         <groupid>org.apache.maven.plugins</groupid>         <artifactid>maven-site-plugin</artifactid>         <version>3.1</version>         <configuration>           ...    ... 

see documentation maven-site-plugin.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -