Initial work for Maven site generation
This commit is contained in:
parent
bf450aca21
commit
0ae8d005e4
2 changed files with 90 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
<properties>
|
||||
<vitro-version>${project.version}</vitro-version>
|
||||
<maven-site-plugin.skip>true</maven-site-plugin.skip>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
@ -233,4 +234,24 @@
|
|||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<distributionManagement>
|
||||
<site>
|
||||
<id>vitro-installer</id>
|
||||
<url>http://vivo-project.github.io/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.9</version>
|
||||
<configuration>
|
||||
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue