You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/30 21:51:47 UTC

svn commit: r1606894 - /maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml

Author: hboutemy
Date: Mon Jun 30 19:51:47 2014
New Revision: 1606894

URL: http://svn.apache.org/r1606894
Log:
fixed svnpubsub

Modified:
    maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml?rev=1606894&r1=1606893&r2=1606894&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-tools/pom.xml Mon Jun 30 19:51:47 2014
@@ -218,6 +218,13 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <content>${project.reporting.outputDirectory}</content><!-- doxia-tools are mono-module, no real need for site:stage -->
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>