You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2016/02/18 20:35:19 UTC

svn commit: r1731127 - /webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Author: veithen
Date: Thu Feb 18 19:35:18 2016
New Revision: 1731127

URL: http://svn.apache.org/viewvc?rev=1731127&view=rev
Log:
Add some comments.

Modified:
    webservices/axiom/branches/maven-site-plugin-3.5/pom.xml

Modified: webservices/axiom/branches/maven-site-plugin-3.5/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/maven-site-plugin-3.5/pom.xml?rev=1731127&r1=1731126&r2=1731127&view=diff
==============================================================================
--- webservices/axiom/branches/maven-site-plugin-3.5/pom.xml (original)
+++ webservices/axiom/branches/maven-site-plugin-3.5/pom.xml Thu Feb 18 19:35:18 2016
@@ -1142,6 +1142,7 @@
                 </executions>
                 <dependencies>
                     <dependency>
+                        <!-- Needed because the Apache parent POM declares a dependency on version 1.6 -->
                         <groupId>org.apache.maven.doxia</groupId>
                         <artifactId>doxia-core</artifactId>
                         <version>1.7</version>
@@ -1153,6 +1154,7 @@
                         </exclusions>
                     </dependency>
                     <dependency>
+                        <!-- Fluido skin is not compatible with Velocity 1.7 -->
                         <groupId>org.apache.velocity</groupId>
                         <artifactId>velocity</artifactId>
                         <version>1.5</version>