Author: hboutemy
Date: Fri Jul 21 20:50:11 2017
New Revision: 1802645
URL: http://svn.apache.org/viewvc?rev=1802645&view=rev
Log:
added dependency to improve info in generated site
Modified:
maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml
Modified: maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml?rev=1802645&r1=1802644&r2=1802645&view=diff
==============================================================================
--- maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml (original)
+++ maven/doxia/doxia-ide/trunk/eclipse/site/pom.xml Fri Jul 21 20:50:11 2017
@@ -63,6 +63,14 @@ under the License.
<svn.pubsub.url>https://svn.apache.org/repos/infra/websites/production/maven-doxia/content/doxia-ide/eclipse</svn.pubsub.url>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia.ide</groupId>
+ <artifactId>dependencies</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
<build>
<pluginManagement>
<plugins>