mirror of https://github.com/apache/archiva.git
Updating config for new site plugin
This commit is contained in:
parent
79d2e2fd1b
commit
7c4e951f8d
|
@ -159,32 +159,4 @@
|
|||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>offline</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>offline</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-core</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
|
@ -144,12 +144,13 @@
|
|||
<item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
|
||||
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
|
||||
</menu>
|
||||
|
||||
<footer>
|
||||
<![CDATA[
|
||||
<div class="row span12">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div>
|
||||
<div class="row span12">
|
||||
<a href="${project.url}privacy-policy.html">Privacy Policy</a>
|
||||
</div>
|
||||
]]>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -98,9 +98,11 @@
|
|||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<notimestamp>true</notimestamp>
|
||||
<source>1.7</source>
|
||||
<javadocVersion>1.8</javadocVersion>
|
||||
<source>1.8</source>
|
||||
<links>
|
||||
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
|
||||
<link>http://docs.oracle.com/javase/8/docs/api</link>
|
||||
<link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
|
||||
<link>http://commons.apache.org/dbcp/apidocs/</link>
|
||||
<link>http://commons.apache.org/fileupload/apidocs/</link>
|
||||
|
@ -114,32 +116,6 @@
|
|||
</links>
|
||||
<linksource>true</linksource>
|
||||
<show>private</show>
|
||||
<!--docletArtifact>
|
||||
<groupId>com.google.doclava</groupId>
|
||||
<artifactId>doclava</artifactId>
|
||||
<version>1.0.5</version>
|
||||
</docletArtifact>
|
||||
<doclet>com.google.doclava.Doclava</doclet>
|
||||
<bootclasspath>${sun.boot.class.path}</bootclasspath>
|
||||
<additionalparam>
|
||||
|
||||
-hdf project.name "${project.name}"
|
||||
-d ${project.build.directory}/site/apidocs
|
||||
</additionalparam>
|
||||
<useStandardDocletOptions>false</useStandardDocletOptions>
|
||||
<additionalJOption>-J-Xmx1024m</additionalJOption>
|
||||
<additionnalDependencies>
|
||||
<additionnalDependency>
|
||||
<groupId>commons-dbcp</groupId>
|
||||
<artifactId>commons-dbcp</artifactId>
|
||||
<version>1.4</version>
|
||||
</additionnalDependency>
|
||||
<additionnalDependency>
|
||||
<groupId>commons-pool</groupId>
|
||||
<artifactId>commons-pool</artifactId>
|
||||
<version>1.6</version>
|
||||
</additionnalDependency>
|
||||
</additionnalDependencies-->
|
||||
<tags>
|
||||
<tag>
|
||||
<name>todo</name>
|
||||
|
|
Loading…
Reference in New Issue